Error Code

Error

Error Message

Error Code

INTERNAL_SERVICE_ERROR

Internal service error.

0001

INFER_TIMEOUT

Inference timeout.

0002

INVALID_MODEL_NAME

Invalid model name.

0003

UNSUPPORTED_CONTENT_TYPE

Unsupported content type.

0004

IP_NOT_ALLOWED

IP address is not allowed, please check the IP white list.

0007

PARAMETER_VERIFY_FAIL

Parameters validate error, please check the input data.

0008

TOO_MANY_REQUESTS

Too many requests, rate limit exceeded {RATE_LIMIT}.

429

INVALID_REQUEST_DATA

Invalid request data.

0010

RATE_LIMIT indicates the flow control configured in config.yaml. It defaults to 1000 times per minute.