![]() |
Diffusion C API 6.11.5
|
Error handling functions. More...
Typedefs | |
typedef struct DIFFUSION_API_ERROR_T * | DIFFUSION_API_ERROR |
Opaque diffusion API error data type. | |
Functions | |
int | get_diffusion_api_error_code (DIFFUSION_API_ERROR error) |
Return the error's code. | |
const char * | get_diffusion_api_error_description (DIFFUSION_API_ERROR error) |
Returns the API error description. | |
void | diffusion_api_error_free (DIFFUSION_API_ERROR error) |
Free a diffusion API error. | |
Error handling functions.
void diffusion_api_error_free | ( | DIFFUSION_API_ERROR | error | ) |
Free a diffusion API error.
error | error to be freed. |
int get_diffusion_api_error_code | ( | DIFFUSION_API_ERROR | error | ) |
Return the error's code.
error | the API error |
const char * get_diffusion_api_error_description | ( | DIFFUSION_API_ERROR | error | ) |
Returns the API error description.
error | the API error |