ErrorDecoder

jsonrpclib.ErrorDecoder
trait ErrorDecoder[E]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ErrorCodec[E]

Members list

Value members

Abstract methods

def decode(error: ErrorPayload): Either[ProtocolError, E]