We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e82e commit 851cf4fCopy full SHA for 851cf4f
error.go
@@ -35,6 +35,10 @@ const (
35
// CodeContentModified is the state change that invalidates the result of a request in execution.
36
CodeContentModified Code = -32801
37
38
+ //CodeServerOverloaded is returned when a message was refused due to a
39
+ //server being temporarily unable to accept any new messages.
40
+ CodeServerOverloaded = -32000
41
+
42
codeServerErrorStart Code = -32099 //nolint:deadcode,varcheck
43
codeServerErrorEnd Code = -32000 //nolint:deadcode,varcheck
44
)
0 commit comments