LSPErrorCodes

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): LSPErrorCodes
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.

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.

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.

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.

Since:

3.17.0

Source:
enumerations.scala

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.

Since:

3.16.0

Source:
enumerations.scala

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.

Since:

3.16.0

Source:
enumerations.scala

Givens

Inherited givens

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