Sets the error code for the given program to the given code. More...
Functions | |
EAPI Embryo_Error | embryo_program_error_get (Embryo_Program *ep) |
Retrieves the current error code for the given program. More... | |
EAPI const char * | embryo_error_string_get (Embryo_Error error) |
Retrieves a string describing the given error code. More... | |
Sets the error code for the given program to the given code.
ep | The given program. |
error | The given error code. |
Functions that set and retrieve error codes in Embryo programs.
EAPI Embryo_Error embryo_program_error_get | ( | Embryo_Program * | ep | ) |
Retrieves the current error code for the given program.
ep | The given program. |