#include <axis2_error.h>
Public Attributes | |
axis2_status_t(* | free )(struct axis2_error *error) |
const axis2_char_t *(* | get_message )(const struct axis2_error *error) |
axis2_status_t(* | set_error_number )(struct axis2_error *error, axis2_error_codes_t error_number) |
axis2_status_t(* | set_status_code )(struct axis2_error *error, axis2_status_codes_t status_code) |
axis2_status_t(* | get_status_code )(struct axis2_error *error) |
Encapsulator struct for ops of axis2_error
|
deallocate memory of a error struct
|
|
get error message for the last error
|