RESOURCE_EXHAUSTED_R0
The resource for completing the request is insufficient.
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class RPCStatus
trait PackSupport
class Object
trait Matchable
class Any
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