ErrorCodes

object ErrorCodes
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
IntEnum (hidden)
Source:
enumTypes.scala

Value members

Inherited methods

inline protected def entry(n: Int): ErrorCodes
Inherited from:
IntEnum (hidden)
Source:
enumTypes.scala

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.

Source:
enumerations.scala

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

Source:
enumerations.scala

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

Source:
enumerations.scala

Givens

Inherited givens

Inherited from:
IntEnum (hidden)
Source:
enumTypes.scala
given reader: Reader[ErrorCodes]
Inherited from:
IntEnum (hidden)
Source:
enumTypes.scala
given writer: Writer[ErrorCodes]
Inherited from:
IntEnum (hidden)
Source:
enumTypes.scala