RpcException

automorph.RpcException
See theRpcException companion class
object RpcException

Attributes

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

Members list

Type members

Classlikes

Remote API application error.

Remote API application error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Remote function not found error.

Remote function not found error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Invalid remote function arguments error.

Invalid remote function arguments error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidRequest(message: String, cause: Throwable) extends RpcException

Invalid RPC request error.

Invalid RPC request error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidResponse(message: String, cause: Throwable) extends RpcException

Invalid RPC response error.

Invalid RPC response error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ServerError(message: String, cause: Throwable) extends RpcException

Remote server error.

Remote server error.

Attributes

Supertypes
trait Product
trait Equals
class RpcException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror