MethodNotFound

Provides MethodNotFound factory.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Creates MethodNotFound.

Creates MethodNotFound.

Creates MethodNotFound with data.

Creates MethodNotFound with data.

Value Params
data

error data

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

Creates MethodNotFound with optional data.

Creates MethodNotFound with optional data.

Value Params
data

optional error data

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

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

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

Value Params
error

method not found