MessageError

automorph.protocol.webrpc.MessageError
final case class MessageError(message: Option[String], code: Option[Int])

Web-RPC protocol message error structure.

Value parameters

code

error code

message

error message

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product