struct Cannon::Rpc::Protocol::ErrorResponse
- Cannon::Rpc::Protocol::ErrorResponse
- Struct
- Value
- Object
Overview
Response packet for remote errors
Included Modules
Extended Modules
Defined in:
cannon/rpc/protocol.crConstructors
Instance Method Summary
-
#message : String
The remote error message
-
#message=(message : String)
The remote error message
-
#type : String
The remote exception type, like "ArgumentError"
-
#type=(type : String)
The remote exception type, like "ArgumentError"