Detailed Description
Structure used to represent a 51Degrees exception and passed into methods that might generate exceptions.
The FIFTYONE_DEGREES_EXCEPTION_SET macro should be used to set the status code.
- Parameters
-
- exception - pointer to an exception data structure to be used if an exception occurs. See exceptions.h.
Public Attributes
const char * file File generating the exception.const char * func Function generating the exception.int line Line number generating the exception.fiftyoneDegreesStatusCode status Status code to assign.
The documentation for this struct was generated from the following file:
