Main Page | Class Hierarchy | Class List | File List | Class Members

AAAErrorStatus Class Reference

ErrorStatus Error Status. More...

#include <diameter_parser_api.h>

List of all members.

Public Member Functions

 AAAErrorStatus (void)
void get (int &type, int &code, std::string &avp)
void get (int &type, int &code)
void set (int type, int code)
void set (int type, int code, AAADictionaryEntry *data)


Detailed Description

ErrorStatus Error Status.

parser functions throw this class instance when an error occurs.


Constructor & Destructor Documentation

AAAErrorStatus::AAAErrorStatus void   )  [inline]
 

constructor


Member Function Documentation

void AAAErrorStatus::get int &  type,
int &  code
 

Access function to retrieve some private data

Parameters:
type Error type
code Result or Bug code

void AAAErrorStatus::get int &  type,
int &  code,
std::string &  avp
 

Access function to retrieve all private data

Parameters:
type Error type
code Result or Bug code
avp AVP that had the error

void AAAErrorStatus::set int  type,
int  code,
AAADictionaryEntry data
 

Access function to set all private data

Parameters:
type Error type to set
code Result or Bug code to set
data Data dictionary entry

void AAAErrorStatus::set int  type,
int  code
 

Access function to set some private data

Parameters:
type Error type to set
code Result or Bug code to set


The documentation for this class was generated from the following file:
Generated on Fri Jun 25 19:12:02 2004 for Open Diameter C++ API by doxygen 1.3.5