Exceptions.hpp
fiftyoneDegreesStatusCode
Status returned from the initialisation of a resource.
Definition: status.h:77
Exception thrown when a property does not exist in the data set.
Definition: Exceptions.hpp:118
fiftyoneDegreesStatusCode statusCode
Status code.
Definition: Exceptions.hpp:82
Fatal exception meaning the process should be halted.
Definition: Exceptions.hpp:91
Exception indicating that there were no values in the results for the requested property.
Definition: Exceptions.hpp:161
Exception indicating that an attempt was made to return a single value type (e.g.
Definition: Exceptions.hpp:149
Structure used to represent a 51Degrees exception and passed into methods that might generate excepti...
Definition: exceptions.h:111
Exception thrown when there is a problem with the evidence provided.
Definition: Exceptions.hpp:135
Exception indicating that the method has not been implemented by the class.
Definition: Exceptions.hpp:105
Exception containing the status code which caused the exception.
Definition: Exceptions.hpp:40
string message
Error message from the status code.
Definition: Exceptions.hpp:85