MethodNotFound

grapple.json.rpc.MethodNotFound
See theMethodNotFound companion class

Provides MethodNotFound factory.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates MethodNotFound.

Creates MethodNotFound.

Attributes

def apply(data: String): MethodNotFound

Creates MethodNotFound with data.

Creates MethodNotFound with data.

Value parameters

data

error data

Attributes

Creates MethodNotFound with data.

Creates MethodNotFound with data.

Value parameters

data

error data

Attributes

def apply(data: Option[JsonValue]): MethodNotFound

Creates MethodNotFound with optional data.

Creates MethodNotFound with optional data.

Value parameters

data

optional error data

Attributes

def unapply(error: MethodNotFound): Option[(Int, String, Option[JsonValue])]

Deconstructs MethodNotFound error to its code, message, and data.

Deconstructs MethodNotFound error to its code, message, and data.

Value parameters

error

method not found

Attributes