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)

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

Value members

Inherited methods

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