10 #ifndef _EMBEDDED_RPC__ERPC_COMMON_H_ 11 #define _EMBEDDED_RPC__ERPC_COMMON_H_ int32_t erpc_status_t
Type used for all status and error return values.
Definition: erpc_common.h:86
Failed to send data.
Definition: erpc_common.h:73
Failed to receive data.
Definition: erpc_common.h:70
No error occurred.
Definition: erpc_common.h:28
Could not find host with given name.
Definition: erpc_common.h:52
Operated timed out.
Definition: erpc_common.h:37
Server is stopped.
Definition: erpc_common.h:64
Transport layer initialization failed.
Definition: erpc_common.h:67
_erpc_status
eRPC status return codes.
Definition: erpc_common.h:25
Message is corrupted.
Definition: erpc_common.h:46
Memory allocation error.
Definition: erpc_common.h:61
When sending address from bigger architecture to smaller.
Definition: erpc_common.h:82
Connected closed by peer.
Definition: erpc_common.h:58
Sending/Receiving callback function which is not defined in IDL.
Definition: erpc_common.h:76
Argument is an invalid value.
Definition: erpc_common.h:34
Message header contains an unknown version.
Definition: erpc_common.h:40
Attempt to read or write past the end of a buffer.
Definition: erpc_common.h:49
Failed to connect to host.
Definition: erpc_common.h:55
Generic failure.
Definition: erpc_common.h:31
Calling eRPC function from another eRPC function. For more information see erpc_common.h.
Definition: erpc_common.h:79
Expected a reply message but got another message type.
Definition: erpc_common.h:43