ErrorReport

jsonrpclib.ErrorReport
case class ErrorReport(method: String, payload: Payload, error: ProtocolError)

Errors that should not be sent back through the json rpc channel (such as invalid notifications)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product