class JsonRpc::Client::Signal_fatal_remote_error
- JsonRpc::Client::Signal_fatal_remote_error
- Cute::Signal
- Reference
- Object
Defined in:
json_rpc/client.crConstructors
Instance Method Summary
- #emit(raw : String | Nil, error : Exception) : Nil
-
#name : String
Returns the name of the signal, if applicable.
- #new_channel : Tuple(Channel(Tuple(String | Nil, Exception)), Cute::ConnectionHandle)
- #on(&block : Proc(String | Nil, Exception, Nil)) : Cute::ConnectionHandle
- #on(sink : Cute::Sink(U)) forall U
Constructor Detail
Instance Method Detail
def name : String
#
Description copied from class Cute::Signal
Returns the name of the signal, if applicable.