Provides information about JSON-RPC Error Codes
Call Errors
Error Code |
Friendly Name |
Description |
|---|---|---|
-32700 |
Parse Error |
Invalid JSON. An error occurred while parsing the JSON text. |
-32600 |
Invalid Request |
The received JSON is not a valid JSON-RPC Request. |
-32601 |
Method Not Found |
The requested remote-procedure does not exist / is not available. |
-32602 |
Invalid Parameters |
The remote-procedure is invoked with invalid parameters. |
-32603 |
Internal Error |
Internal JSON-RPC server error has occurred. |
-32000 |
Security Error |
The invocation is not allowed. |
-32001 |
Invocation Error |
The remote service method throws error in its implementation (application specific exception). |
-32002 |
Platform State Error |
The platform is starting. |
-32003 |
Platform State Error |
A backup operation is being performed. |
-32004 |
Platform State Error |
The platform software is being updated. |
-32005 |
Platform State Error |
A restore operation is being performed. |
-32006 |
Platform State Error |
The platform is initializing. |
-32007 |
Platform State Error |
A software validation procedure is being performed. |
-32008 |
Platform State Error |
The platform is busy. |
-32009 |
Platform State Error |
The platform is stopping. |
-32010 |
Platform State Error |
The platform is in UKNOWN state. This is bundle defined state not known by PlatformState service. |
Authorization Errors
Http Code |
Error Type |
Description |
|---|---|---|
403 |
invalid_token |
Token is invalid (corrupt on transport, internal misconfiguration). |
403 |
token_expired |
Token is expired. |
403 |
invalid_issuer |
Token is from wrong issuer, not from GCP. |
403 |
invalid_audience |
Token is for the wrong audience, means the wrong Smart Connect Backend (probably mixing different stages). |
403 |
invalid_grant |
Gateway id does not belong to the GCP User. |
401 |
authorization_missing |
There is no "Authorization" http header or "MSESSIONID" cookie in the JSON http request. |
403 |
gatewayid_missing |
There is no "Authorization" http header but no "QIVICON-ServiceGatewayId" header in the JSON http request |
401 |
Invalid_session |
There is "MSESSIONID" cookie with invalid session id value – expired or never created session. |