LSPErrorCodes

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

Attributes

Source
enumerations.scala
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)
Source
enumTypes.scala
Supertypes
trait Bijection[T, Int]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
IntEnum (hidden)
Source
enumTypes.scala
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
Source
enumerations.scala

Inherited methods

inline protected def entry(n: Int): LSPErrorCodes

Attributes

Inherited from:
IntEnum (hidden)
Source
enumTypes.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

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

Source
enumerations.scala

Givens

Inherited givens

Attributes

Inherited from:
IntEnum (hidden)
Source
enumTypes.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
IntEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: LSPErrorCodes)
inline def raw: Int

Attributes

Inherited from:
IntEnum (hidden)
Source
enumTypes.scala