ErrorCodes

sbt.internal.langserver.ErrorCodes
object ErrorCodes

Holds the error codes for the LSP implementation here.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ErrorCodes.type

Members list

Value members

Concrete fields

val InternalError: Long
val InvalidParams: Long
val InvalidRequest: Long
val MethodNotFound: Long
val ParseError: Long
val RequestCancelled: Long
val UnknownError: Long
val UnknownServerError: Long
val serverErrorEnd: Long
val serverErrorStart: Long