UNKNOWN_I1
An unknown internal error
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class RPCStatus
trait PackSupport
class Object
trait Matchable
class Any
UNKNOWN_I1.type
Type members
Inherited types
Value members
Inherited methods
http status code derived from grpc status code
http status code derived from grpc status code
- Inherited from:
- RPCStatus
def newException(message: String, cause: Throwable, appErrorCode: Int, metadata: Map[String, Any]): RPCException
Create a new RPCException with this RPCStatus.
Create a new RPCException with this RPCStatus.
- Value parameters:
- appErrorCode
application-specific error code. default: -1 (None)
- cause
the cause of the error (optional)
- message
the error message (required)
- metadata
application-specific metadata (optional)
- Inherited from:
- RPCStatus