Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_error_ops Struct Reference
[Error]

Axis2 error ops struct. More...

#include <axis2_error.h>

List of all members.

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)


Detailed Description

Axis2 error ops struct.

Encapsulator struct for ops of axis2_error


Member Data Documentation

axis2_status_t( * axis2_error_ops::free)(struct axis2_error *error)
 

deallocate memory of a error struct

Returns:
axis2_status_t status code

const axis2_char_t*( * axis2_error_ops::get_message)(const struct axis2_error *error)
 

get error message for the last error

Returns:
error message for the last error. NULL on error.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:41 2006 for Axis2/C by  doxygen 1.4.2