object EXCEEDED_RATE_LIMIT_R2 extends RPCStatus with Product with Serializable
There are too many requests. The user needs to retry the request after a while
- Alphabetic
- By Inheritance
- EXCEEDED_RATE_LIMIT_R2
- Serializable
- Serializable
- Product
- Equals
- RPCStatus
- PackSupport
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
lazy val
code: Int
Integer-based error code
Integer-based error code
- Definition Classes
- RPCStatus
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
grpcStatus: GrpcStatus
- Definition Classes
- RPCStatus
-
def
httpStatus: HttpStatus
http status code derived from grpc status code
http status code derived from grpc status code
- Definition Classes
- RPCStatus
-
def
isFailure: Boolean
- Definition Classes
- RPCStatus
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSuccess: Boolean
- Definition Classes
- RPCStatus
-
def
name: String
The error code name.
The error code name.
- Definition Classes
- RPCStatus
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newException(message: String, cause: Throwable = null, appErrorCode: Int = -1, metadata: Map[String, Any] = Map.empty): RPCException
Create a new RPCException with this RPCStatus.
Create a new RPCException with this RPCStatus.
- message
the error message (required)
- cause
the cause of the error (optional)
- appErrorCode
application-specific error code. default: -1 (None)
- metadata
application-specific metadata (optional)
- Definition Classes
- RPCStatus
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pack(p: Packer): Unit
- Definition Classes
- RPCStatus → PackSupport
-
def
shouldReportStackTrace: Boolean
- Definition Classes
- RPCStatus
-
val
statusType: RPCStatusType
- Definition Classes
- RPCStatus
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated