Enum JsonRpcErrorCode
- Namespace
- Geotab.Checkmate.ObjectModel.Web
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Indicates the JSON-RPC error type that occurred. Derived from JSON-RPC 2.0 specification.
public enum JsonRpcErrorCode
- Extension Methods
Fields
The server responded with DbUnavailableException, State= ConnectionFailure.
The server responded with DbUnavailableException, State= None.
The server responded with DbUnavailableException, State= Initializing.
The server responded with DbUnavailableException, State= OperationAborted.
The server responded with DbUnavailableException, State= UnknownDatabase.
GroupRelationViolatedError = -32599The server responded with GroupRelationViolatedException.
InternalError = -32603Internal JSON-RPC error.
InternalServerError = -32000Internal server error.
InvalidCertificateException = -32001Invalid certificate error.
InvalidParams = -32602Invalid method parameter(s).
InvalidRequest = -32600The JSON sent is not a valid Request object.
MethodNotFound = -32601The method does not exist / is not available.
None = 0The default value.
ParseError = -32700Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.
Remarks
The error codes from and including -32768 to -32000 are reserved for predefined errors. Any code within this range, but not defined explicitly below is reserved for future use. -32000 to -32099: Server error - Reserved for implementation-defined server-errors.