struct LSP::ResponseError
- LSP::ResponseError
- Struct
- Value
- Object
Included Modules
Defined in:
response_message.crConstructors
Instance Method Summary
-
#code : Int32
A number indicating the error type that occurred.
-
#code=(code : Int32)
A number indicating the error type that occurred.
-
#data : DataType
A primitive or structured value that contains additional information about the error.
-
#data=(data : DataType)
A primitive or structured value that contains additional information about the error.
-
#message : String
A string providing a short description of the error.
-
#message=(message : String)
A string providing a short description of the error.
Constructor Detail
Instance Method Detail
A primitive or structured value that contains additional information about the error. Can be omitted.
A primitive or structured value that contains additional information about the error. Can be omitted.