DNA_Error
DNA_Error
dna
1998 12-06
CLASS
DNA_Error - C++ network layer error
SYNOPSIS
DNA_Error is an encapsulation of network layer error information.
MEMBER FUNCTIONS
GPL_String ToString(void) const
Return the string representation of the error.
MEMBER DATA
DNA_ErrorType type
The type of error.
int code
The system-dependent error code (e.g., errno).
GPL_String comment
A comment provided by the underlying implementations.
SEE ALSO
DNA_ErrorType(3)