object Models

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Models
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class JsonRpcError [+ERROR](code: Int, message: String, data: Option[ERROR]) extends Product with Serializable
  2. case class JsonRpcErrorResponse [+ERROR](jsonrpc: String, id: Id, error: JsonRpcError[ERROR]) extends Product with Serializable
  3. class JsonRpcException [+ERROR] extends RuntimeException
  4. case class JsonRpcId (jsonrpc: String, id: Id) extends Product with Serializable
  5. case class JsonRpcMethod (jsonrpc: String, method: String) extends Product with Serializable
  6. case class JsonRpcNotification [PARAMS](jsonrpc: String, method: String, params: PARAMS) extends Product with Serializable
  7. case class JsonRpcRequest [PARAMS](jsonrpc: String, id: Id, method: String, params: PARAMS) extends Product with Serializable
  8. case class JsonRpcResultResponse [RESULT](jsonrpc: String, id: Id, result: RESULT) extends Product with Serializable

Value Members

  1. object JsonRpcErrors