PGRData/Share/Text/RpcExceptionCodeText.json

62 lines
1.3 KiB
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Id": 0,
"Key": "Success",
"Text": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 1,
"Key": "DecodeError",
"Text": "Decoding errors occurred! Please update the client to the latest version."
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 2,
"Key": "ServerInternalError",
"Text": "Internal server error"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 3,
"Key": "RequestOutOfLimit",
"Text": "Message sent too frequently"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 4,
"Key": "RpcTimeout",
"Text": "Request has expired"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 5,
"Key": "InvalidRequest",
"Text": "Invalid message request"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 6,
"Key": "InvalidArgument",
"Text": "Invalid parameters"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 7,
"Key": "FeaturesNotOpen",
"Text": "Feature is not available yet"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 8,
"Key": "RequestBlocked",
"Text": "Feature has been disabled"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 9,
"Key": "ServiceUnavailable",
"Text": "The server is temporarily unavailable. Please try again later."
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 10,
"Key": "ShieldFunction",
2023-07-10 14:36:50 +00:00
"Text": "System disabled. Unable to use."
},
{
"Id": 11,
"Key": "ShieldRequestProtocol",
"Text": "Feature under maintenance. Unable to use."
2022-12-19 17:21:16 +00:00
}
]