GATE
|
Status, result and error code definitions. More...
Functions | |
GATE_CORE_API char const * | gate_result_text (gate_result_t resultcode) |
Returns a text representation of the given result code. | |
GATE_CORE_API void | gate_panic (gate_result_t resultcode, char const *message) |
Logs the given fatal error code and message and immediately stops the running process. | |
Status, result and error code definitions.
GATE_CORE_API char const * gate_result_text | ( | gate_result_t | resultcode | ) |
Returns a text representation of the given result code.
[in] | resultcode | GATE_RESULT_* code to be translated |
GATE_CORE_API void gate_panic | ( | gate_result_t | resultcode, |
char const * | message ) |
Logs the given fatal error code and message and immediately stops the running process.
[in] | resultcode | Pointer to root node |
[in] | message | Compare function to evalute key |