![]() |
TIOVX User Guide
|
Internal APIs for error operations.
Data Structures | |
| struct | tivx_error_t |
| The internal representation of the error object. More... | |
Functions | |
| vx_bool | ownCreateConstErrors (vx_context context) |
| Creates all the status codes as error objects. | |
| vx_reference | ownGetErrorObject (vx_context context, vx_status status) |
| Matches the status code against all known error objects in the context. More... | |
| vx_reference ownGetErrorObject | ( | vx_context | context, |
| vx_status | status | ||
| ) |
Matches the status code against all known error objects in the context.
| [in] | context | The pointer to the overall context. |
| [in] | status | The status code to find. |