Possible result codes.
Enumerator |
---|
EMBENET_RESULT_OK | |
EMBENET_RESULT_UNSPECIFIED_ERROR | Unspecified error. |
EMBENET_RESULT_INVALID_ARGUMENT | Function arguments are invalid. |
EMBENET_RESULT_CALLED_OUTSIDE_A_TASK | The called function was called outside of a running task. |
EMBENET_RESULT_NOT_SYNCHRONIZED | The node is not synchronized to the network. |
EMBENET_RESULT_UNABLE_TO_SCHEDULE_IN_THE_PAST | The task was not scheduled because the requested time is in the past. |
EMBENET_RESULT_INVALID_CREDENTIALS | The provided credentials were invalid. |
EMBENET_RESULT_ROOT_CAPABILITIES_DISABLED | The requested operation requires root capabilities, which were not built in. |
EMBENET_RESULT_UDP_MAX_DATA_SIZE_EXCEEDED | Data size beyond limit. |
EMBENET_RESULT_UDP_PACKET_QUEUE_FULL | Device's packet queue is full. |
EMBENET_RESULT_UDP_FORWARDING_ERROR | Forwarding error. |
EMBENET_RESULT_UDP_SOCKET_UNREGISTERED | UDP socket was not registered. |
EMBENET_RESULT_JOIN_RULE_ALREADY_EXISTS | Adding rule failed - the rule already exists. |
EMBENET_RESULT_JOIN_RULE_NOT_FOUND | Rule not found in the register. |
EMBENET_RESULT_JOIN_RULE_REGISTER_FULL | |