Class that holds the results of API calls. In case of API routine failure it contains the list of errors describing problems API encountered.
More...
Constructs an object containing given error
- Parameters
-
[in] | id | Identifier of the error |
Constructs an object containing given error
- Parameters
-
- Deprecated:
- This item will be removed in a future release.
- Deprecated:
- This item will be removed in a future release.
Adds an error to the object
- Parameters
-
[in] | id | Identifier of the error |
- Returns
- Reference to this object
Adds an error to the object
- Parameters
-
- Returns
- Reference to this object
Adds another status to this object
- Parameters
-
[in] | other | the status to add |
- Returns
- Reference to this object
Clear all errors contained in this object
- Returns
- Description of all errors contained in the object
- Deprecated:
- This item will be removed in a future release.
const char* getDescription |
( |
| ) |
const |
Returns description of all errors contained in the object
- Returns
- Description of all errors contained in the object
Checks that the object doesn't contain errors
- Returns
- true if no errors false otherwise
Checks that the object doesn't contain errors
- Returns
- true if no errors false otherwise
Assignment oerator
- Parameters
-
[in] | other | the status to assign |
- Returns
- Reference to this object
Operator, adds another status to this object
- Parameters
-
[in] | other | the status to add |
- Returns
- Reference to this object
The documentation for this class was generated from the following file: