GNUnet 0.21.0
ResultCodeMessage Struct Reference

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>

Collaboration diagram for ResultCodeMessage:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ header

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().

◆ 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().


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