com.google.rpc.Code
See theCode companion object
The canonical error codes for gRPC APIs.
Sometimes multiple error codes may apply. Services should return the most specific error code that applies. For example, prefer OUT_OF_RANGE
over FAILED_PRECONDITION
if both codes apply. Similarly prefer NOT_FOUND
or ALREADY_EXISTS
over FAILED_PRECONDITION
.
Attributes
- Companion
- object
- Source
- Code.scala
- Graph
-
- Supertypes
- Known subtypes
-
object ABORTEDobject ALREADY_EXISTSobject CANCELLEDobject DATA_LOSSobject DEADLINE_EXCEEDEDobject FAILED_PRECONDITIONobject INTERNALobject INVALID_ARGUMENTobject NOT_FOUNDobject OKobject OUT_OF_RANGEobject PERMISSION_DENIEDobject RESOURCE_EXHAUSTEDtrait Recognizedobject UNAUTHENTICATEDobject UNAVAILABLEobject UNIMPLEMENTEDobject UNKNOWNclass UnrecognizedShow all
Members list
Type members
Value members
Concrete methods
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Attributes
- Source
- Code.scala
Inherited methods
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Code.scala
In this article