class LSProtocol::ResponseError
- LSProtocol::ResponseError
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#code : Int32
A number indicating the error type that occurred.
-
#data : LSPAny | Nil
A primitive or structured value that contains additional information about the error.
-
#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.