CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The internal error implementation. More...
#include "vx_internal.h"
Classes | |
class | coreflow::Error |
Namespaces | |
namespace | coreflow |
The internal representation of a vx_array. | |
Functions | |
vx_error | vxGetErrorObject (vx_context context, vx_status status) |
Matches the status code against all known error objects in the context. | |
The internal error implementation.
vx_error vxGetErrorObject | ( | 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. |