推理服务错误码与错误消息
错误码 |
枚举值 |
错误消息 |
---|---|---|
0 |
SUCCESS |
Inference succeeded! |
1 |
INFER_FAILED |
Inference failed! |
2 |
ILLEGAL_IP |
Illegal request, the IP is not in the whitelist of the server! |
3 |
INVALID_URI |
Invalid uri, format is incorrect! |
4 |
TARGET_NOT_EXISTS |
Illegal request, requested stream or model does not exist! |
5 |
INVALID_BODY |
Illegal request, the request body is invalid! |
6 |
CACHE_FULL |
Request Cache is full! |
7 |
MODEL_INPUT_FAILED |
Send input to model failed! |
8 |
MODEL_OUTPUT_FAILED |
Get output from model failed! |
9 |
RATE_EXCEEDED |
Maximum request rate exceeded! |
10 |
ILLEGAL_CONTENT |
Illegal content type! expected application/json |
11 |
LARGE_CONTENT |
The length of the content with its request head has exceeded! |
父主题: 响应错误码与错误消息