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.
- Examples
- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/storedBinaryValue.h, and /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/string.h.
Data Fields
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:- /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/exceptions.h
