lspeasy / core/src / ErrorCodes
Variable: ErrorCodes
ts
const ErrorCodes: {
InternalError: -32603;
InvalidParams: -32602;
InvalidRequest: -32600;
MethodNotFound: -32601;
ParseError: -32700;
ServerNotInitialized: -32002;
UnknownErrorCode: -32001;
};Defined in: packages/core/src/protocol/enums.ts:159
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
InternalError | -32603 | -32603 | packages/core/src/protocol/enums.ts:164 |
InvalidParams | -32602 | -32602 | packages/core/src/protocol/enums.ts:163 |
InvalidRequest | -32600 | -32600 | packages/core/src/protocol/enums.ts:161 |
MethodNotFound | -32601 | -32601 | packages/core/src/protocol/enums.ts:162 |
ParseError | -32700 | -32700 | packages/core/src/protocol/enums.ts:160 |
ServerNotInitialized | -32002 | -32002 | packages/core/src/protocol/enums.ts:165 |
UnknownErrorCode | -32001 | -32001 | packages/core/src/protocol/enums.ts:166 |