xdrpp
RFC4506 XDR compiler and message library
Public Member Functions | Public Attributes | List of all members
xdr::xdr_call_error Struct Reference

This is the exception raised in an RPC client when it reaches the server and transmits a call, with no connection or communication errors, but the server replies with an RPC-level message header refusing to execute the call. More...

#include <exception.h>

Inheritance diagram for xdr::xdr_call_error:
Inheritance graph
[legend]
Collaboration diagram for xdr::xdr_call_error:
Collaboration graph
[legend]

Public Member Functions

 xdr_call_error (rpc_call_stat s)
 

Public Attributes

rpc_call_stat stat_
 

Detailed Description

This is the exception raised in an RPC client when it reaches the server and transmits a call, with no connection or communication errors, but the server replies with an RPC-level message header refusing to execute the call.

Definition at line 57 of file exception.h.


The documentation for this struct was generated from the following file: