Typedef TRTSERVER_Error_Code

Typedef Documentation

typedef enum trtserver_errorcode_enum TRTSERVER_Error_Code

TRTSERVER_Error.

Errors are reported by a TRTSERVER_Error object. A NULL TRTSERVER_Error indicates no error, a non-NULL TRTSERVER_Error indicates error and the code and message for the error can be retrieved from the object.

The caller takes ownership of a TRTSERVER_Error object returned by the API and must call TRTSERVER_ErrorDelete to release the object.The TRTSERVER_Error error codes