CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_error.h File Reference

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.
 

Detailed Description

The internal error implementation.

Function Documentation

◆ vxGetErrorObject()

vx_error vxGetErrorObject ( vx_context context,
vx_status status )

Matches the status code against all known error objects in the context.

Parameters
[in]contextThe pointer to the overall context.
[in]statusThe status code to find.
Returns
Returns a matching error object.