Class ResponseErrorLiteral
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.ResponseErrorLiteral
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseErrorLiteralbooleanintgetCode()A number indicating the error type that occurred.getData()A Primitive or Structured value that contains additional information about the error.A string providing a short decription of the error.inthashCode()setCode(int code) setMessage(String message)
-
Method Details
-
getCode
public int getCode()A number indicating the error type that occurred. -
setCode
-
getMessage
A string providing a short decription of the error. -
setMessage
-
getData
A Primitive or Structured value that contains additional information about the error. Can be omitted. -
setData
-
equals
-
hashCode
public int hashCode() -
create
-