Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
simple_rpc
v0.3.0
SimpleRpc
Client
Error
HttpClient
HttpServer
Proto
Result
Server
Context
Eof
IOMsgpack
Notify
RawMsgpack
ReqError
ReqType
Request
SocketClient
SocketServer
Built with Crystal 1.9.2
2023-10-07 23:47:17 UTC
struct
SimpleRpc::Server::ReqError
SimpleRpc::Server::ReqError
Struct
Value
Object
Defined in:
simple_rpc/server.cr
Constructors
.new
(error : Error, msg : String)
Instance Method Summary
#clone
#copy_with
(error _error = @error, msg _msg = @msg)
#error
: Error
#msg
: String
Constructor Detail
def self.
new
(error :
Error
, msg : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(error _error = @error, msg _msg = @msg)
#
[
View source
]
def
error
:
Error
#
def
msg
: String
#