class Lightning::RPCError
Constants
- INVALID_PARAMS
- INVALID_REQUEST
- METHOD_NOT_FOUND
Attributes
code[R]
message[R]
Public Class Methods
new(code, message)
click to toggle source
# File lib/lightning/rpc.rb, line 15 def initialize(code, message) @code = code @message = message end