enum clnt_stat
No. | 名称 | 属性 | 説明 |
---|---|---|---|
1 |
clnt_stat | ||
RPC_SUCCESS | 0 | call succeeded | |
RPC_CANTENCODEARGS | 1 | can't encode arguments | |
RPC_CANTDECODERES | 2 | can't decode results | |
RPC_CANTSEND | 3 | failure in sending call | |
RPC_CANTRECV | 4 | failure in receiving result | |
RPC_TIMEDOUT | 5 | call timed out | |
RPC_VERSMISMATCH | 6 | rpc versions not compatible | |
RPC_AUTHERROR | 7 | authentication error | |
RPC_PROGUNAVAIL | 8 | program not available | |
RPC_PROGVERSMISMATCH | 9 | program version mismatched | |
RPC_PROCUNAVAIL | 10 | procedure unavailable | |
RPC_CANTDECODEARGS | 11 | decode arguments error | |
RPC_SYSTEMERROR | 12 | generic "other problem" | |
RPC_UNKNOWNHOST | 13 | unknown host name | |
RPC_UNKNOWNPROTO | 17 | unkown protocol | |
RPC_PMAPFAILURE | 14 | the pmapper failed in its call | |
RPC_PROGNOTREGISTERED | 15 | remote program is not registered | |
RPC_FAILED | 16 |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー