Description. Contains response information, consisting of a response code and a corresponding message, from the management server.
Definition. This structure contains two members, as shown here:
int
: For a
successful operation, this value is
return_code
0
; otherwise, it contains an error
code.
For error codes, see
Section 3.3.3, “The ndb_mgm_error
Type”.
char
:
contains the text of the response or error message.
message[256]
See Section 3.2.2.1, “ndb_mgm_get_latest_error()
”, and
Section 3.2.2.2, “ndb_mgm_get_latest_error_msg()
”.