Answer from service to client about last operation; GET_DEFAULT maybe answered with this message on failure; CREATE and RENAME will always be answered with this message. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/identity/identity.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE. More... | |
uint32_t | result_code |
Status code for the last operation, in NBO. More... | |
Answer from service to client about last operation; GET_DEFAULT maybe answered with this message on failure; CREATE and RENAME will always be answered with this message.
Definition at line 80 of file identity.h.
struct GNUNET_MessageHeader ResultCodeMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE.
Definition at line 85 of file identity.h.
Referenced by check_identity_result_code().
uint32_t ResultCodeMessage::result_code |
Status code for the last operation, in NBO.
(currently not used).
Definition at line 91 of file identity.h.
Referenced by handle_identity_result_code(), and send_result_code().