ErrorCodes

langoustine.lsp.enumerations$.ErrorCodes$
object ErrorCodes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
IntEnum (hidden)
Graph
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

inline protected def entry(n: Int): T

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

Since:

3.16.0

Attributes

Givens

Inherited givens

Attributes

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

Attributes

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

Attributes

Inherited from:
IntEnum (hidden)

Extensions

Inherited extensions

extension (t: T)
inline def raw: Int

Attributes

Inherited from:
IntEnum (hidden)