module ACP::Protocol::ErrorCode

Defined in:

acp/protocol/enums.cr

Constant Summary

AUTH_REQUIRED = -32000

Authentication is required before this operation can be performed.

INTERNAL_ERROR = -32603
INVALID_PARAMS = -32602
INVALID_REQUEST = -32600
METHOD_NOT_FOUND = -32601
PARSE_ERROR = -32700

Standard JSON-RPC 2.0 error codes.

RESOURCE_NOT_FOUND = -32002

A given resource, such as a file, was not found.