LSPErrorCodes

langoustine.lsp.enumerations.enumerations$package.LSPErrorCodes
object LSPErrorCodes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

object given_Bijection_T_Int extends Bijection[T, Int]

Attributes

Inherited from:
IntEnum (hidden)
Supertypes
trait Bijection[T, Int]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

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

Value members

Concrete methods

override def ALL: Set[LSPErrorCodes]

Attributes

Definition Classes
IntEnum

Inherited methods

inline protected def entry(n: Int): LSPErrorCodes

Attributes

Inherited from:
IntEnum (hidden)

Concrete fields

The server detected that the content of a document got modified outside normal conditions. A server should NOT send this error code if it detects a content change in it unprocessed messages. The result even computed on an older state might still be useful for the client.

The server detected that the content of a document got modified outside normal conditions. A server should NOT send this error code if it detects a content change in it unprocessed messages. The result even computed on an older state might still be useful for the client.

If a client decides that a result is not of any use anymore the client should cancel the request.

Attributes

The client has canceled a request and a server as detected the cancel.

The client has canceled a request and a server as detected the cancel.

Attributes

A request failed but it was syntactically correct, e.g the method name was known and the parameters were valid. The error message should contain human readable information about why the request failed.

A request failed but it was syntactically correct, e.g the method name was known and the parameters were valid. The error message should contain human readable information about why the request failed.

Attributes

Since

3.17.0

The server cancelled the request. This error code should only be used for requests that explicitly support being server cancellable.

The server cancelled the request. This error code should only be used for requests that explicitly support being server cancellable.

Attributes

Since

3.17.0

Givens

Inherited givens

Attributes

Inherited from:
IntEnum (hidden)

Attributes

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

Attributes

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

Attributes

Inherited from:
IntEnum (hidden)

Extensions

Inherited extensions

extension (t: LSPErrorCodes)
inline def raw: Int

Attributes

Inherited from:
IntEnum (hidden)