mirror of https://github.com/sbt/sbt.git
Introduce ErrorCodes.UnknownError
Defined in the application defined errors range.
This commit is contained in:
parent
3530349e9a
commit
7baf97d2a6
|
|
@ -42,6 +42,7 @@ object ErrorCodes {
|
|||
|
||||
// The remainder of the space is available for application defined errors.
|
||||
val RequestCancelled = -32800L // Defined by LSP
|
||||
val UnknownError = -33000L // A generic error, unknown if the user or server is at fault.
|
||||
|
||||
// format: on
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue