RPCError

case class RPCError(code: Int, message: String, data: Option[String])

Class that will be used to serialize/deserialize RPC Errors

Value Params
code

: RPC Error code

data

: Full stack RPC error message

message

: RPC Error short message

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fullStack: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product