LSPErrorCodes

langoustine.lsp.enumerations$.LSPErrorCodes$

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

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

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

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

Attributes

Since:

3.16.0

This is the start range of LSP reserved error codes. It doesn't denote a real error code.

This is the start range of LSP reserved error codes. It doesn't denote a real error code.

Attributes

Since:

3.16.0

Givens

Inherited givens

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: T)
inline def raw: Int

Attributes

Inherited from:
IntEnum (hidden)