Enum TRITONSERVER_errorcode_enum¶
Defined in File tritonserver.h
Enum Documentation¶
-
enum
TRITONSERVER_errorcode_enum
¶ 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
Values:
-
TRITONSERVER_ERROR_UNKNOWN
¶
-
TRITONSERVER_ERROR_INTERNAL
¶
-
TRITONSERVER_ERROR_NOT_FOUND
¶
-
TRITONSERVER_ERROR_INVALID_ARG
¶
-
TRITONSERVER_ERROR_UNAVAILABLE
¶
-
TRITONSERVER_ERROR_UNSUPPORTED
¶
-
TRITONSERVER_ERROR_ALREADY_EXISTS
¶
-