automorph.RpcException$
See theRpcException companion class
object RpcException
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
RpcException.type
Members list
Type members
Classlikes
final case class ApplicationError(message: String, cause: Throwable) extends RpcException
Remote API application error.
Remote API application error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class FunctionNotFound(message: String, cause: Throwable) extends RpcException
Remote function not found error.
Remote function not found error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidArguments(message: String, cause: Throwable) extends RpcException
Invalid remote function arguments error.
Invalid remote function arguments error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidRequest(message: String, cause: Throwable) extends RpcException
Invalid RPC request error.
Invalid RPC request error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class InvalidResponse(message: String, cause: Throwable) extends RpcException
Invalid RPC response error.
Invalid RPC response error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
final case class ServerError(message: String, cause: Throwable) extends RpcException
Remote server error.
Remote server error.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RpcExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
In this article