PGRData/Share/Text/RpcExceptionCodeText.json
2023-07-10 21:36:50 +07:00

62 lines
1.3 KiB
JSON

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