ErrorMessage

jsonrpclib.OutputMessage.ErrorMessage
case class ErrorMessage(callId: CallId, payload: ErrorPayload) extends OutputMessage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final override def maybeCallId: Option[CallId]

Attributes

Definition Classes
Inherited from:
OutputMessage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product