PGRData/Resources/Share/Text/RpcExceptionCodeText.json
2022-12-20 12:53:11 +05:30

57 lines
No EOL
1.2 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 is disabled"
}
]