ErrorCodes

object ErrorCodes
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
IntEnum (hidden)

Value members

Inherited methods

inline protected def entry(n: Int): T
Inherited from:
IntEnum (hidden)

Concrete fields

Error code indicating that a server received a notification or request before the server has received the initialize request.

Error code indicating that a server received a notification or request before the server has received the initialize request.

This is the end range of JSON RPC reserved error codes. It doesn't denote a real error code.

This is the end range of JSON RPC reserved error codes. It doesn't denote a real error code.

Since:

3.16.0

This is the start range of JSON RPC reserved error codes. It doesn't denote a real error code. No application error codes should be defined between the start and end range. For backwards compatibility the ServerNotInitialized and the UnknownErrorCode are left in the range.

This is the start range of JSON RPC reserved error codes. It doesn't denote a real error code. No application error codes should be defined between the start and end range. For backwards compatibility the ServerNotInitialized and the UnknownErrorCode are left in the range.

Since:

3.16.0

Givens

Inherited givens

Inherited from:
IntEnum (hidden)
given reader: Reader[ErrorCodes]
Inherited from:
IntEnum (hidden)
given writer: Writer[ErrorCodes]
Inherited from:
IntEnum (hidden)