PGRData/Share/Text/RpcExceptionCodeText.json
2024-09-01 22:49:41 +02:00

72 lines
1.6 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."
},
{
"Id": 12,
"Key": "RequestQpsLimited",
"Text": "Server busy. Please try again later"
},
{
"Id": 13,
"Key": "RequestGameServerCdLimited",
"Text": "Action too frequent. Please try again later."
}
]