Typedef TRITONSERVER_Error_Code¶
Defined in File tritonserver.h
Typedef Documentation¶
-
typedef enum TRITONSERVER_errorcode_enum
TRITONSERVER_Error_Code
¶ TRITONSERVER_Error.
Errors are reported by a TRITONSERVER_Error object. A NULL TRITONSERVER_Error indicates no error, a non-NULL TRITONSERVER_Error indicates error and the code and message for the error can be retrieved from the object.
The caller takes ownership of a TRITONSERVER_Error object returned by the API and must call TRITONSERVER_ErrorDelete to release the object.The TRITONSERVER_Error error codes