InternalError

grapple.json.rpc.InternalError
See theInternalError companion class
object InternalError

Provides InternalError factory.

Attributes

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

Members list

Value members

Concrete methods

Creates InternalError.

Creates InternalError.

Attributes

def apply(data: String): InternalError

Creates InternalError with data.

Creates InternalError with data.

Value parameters

data

error data

Attributes

Creates InternalError with data.

Creates InternalError with data.

Value parameters

data

additional information about error

Attributes

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

Creates InternalError with optional data.

Creates InternalError with optional data.

Value parameters

data

optional error data

Attributes

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

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

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

Value parameters

error

internal error

Attributes