Class SemanticAttributes.RpcGrpcStatusCodeValues
- java.lang.Object
-
- io.opentelemetry.semconv.trace.attributes.SemanticAttributes.RpcGrpcStatusCodeValues
-
- Enclosing class:
- SemanticAttributes
public static final class SemanticAttributes.RpcGrpcStatusCodeValues extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static longABORTEDABORTED.static longALREADY_EXISTSALREADY_EXISTS.static longCANCELLEDCANCELLED.static longDATA_LOSSDATA_LOSS.static longDEADLINE_EXCEEDEDDEADLINE_EXCEEDED.static longFAILED_PRECONDITIONFAILED_PRECONDITION.static longINTERNALINTERNAL.static longINVALID_ARGUMENTINVALID_ARGUMENT.static longNOT_FOUNDNOT_FOUND.static longOKOK.static longOUT_OF_RANGEOUT_OF_RANGE.static longPERMISSION_DENIEDPERMISSION_DENIED.static longRESOURCE_EXHAUSTEDRESOURCE_EXHAUSTED.static longUNAUTHENTICATEDUNAUTHENTICATED.static longUNAVAILABLEUNAVAILABLE.static longUNIMPLEMENTEDUNIMPLEMENTED.static longUNKNOWNUNKNOWN.
-
-
-
Field Detail
-
OK
public static final long OK
OK.- See Also:
- Constant Field Values
-
CANCELLED
public static final long CANCELLED
CANCELLED.- See Also:
- Constant Field Values
-
UNKNOWN
public static final long UNKNOWN
UNKNOWN.- See Also:
- Constant Field Values
-
INVALID_ARGUMENT
public static final long INVALID_ARGUMENT
INVALID_ARGUMENT.- See Also:
- Constant Field Values
-
DEADLINE_EXCEEDED
public static final long DEADLINE_EXCEEDED
DEADLINE_EXCEEDED.- See Also:
- Constant Field Values
-
NOT_FOUND
public static final long NOT_FOUND
NOT_FOUND.- See Also:
- Constant Field Values
-
ALREADY_EXISTS
public static final long ALREADY_EXISTS
ALREADY_EXISTS.- See Also:
- Constant Field Values
-
PERMISSION_DENIED
public static final long PERMISSION_DENIED
PERMISSION_DENIED.- See Also:
- Constant Field Values
-
RESOURCE_EXHAUSTED
public static final long RESOURCE_EXHAUSTED
RESOURCE_EXHAUSTED.- See Also:
- Constant Field Values
-
FAILED_PRECONDITION
public static final long FAILED_PRECONDITION
FAILED_PRECONDITION.- See Also:
- Constant Field Values
-
ABORTED
public static final long ABORTED
ABORTED.- See Also:
- Constant Field Values
-
OUT_OF_RANGE
public static final long OUT_OF_RANGE
OUT_OF_RANGE.- See Also:
- Constant Field Values
-
UNIMPLEMENTED
public static final long UNIMPLEMENTED
UNIMPLEMENTED.- See Also:
- Constant Field Values
-
INTERNAL
public static final long INTERNAL
INTERNAL.- See Also:
- Constant Field Values
-
UNAVAILABLE
public static final long UNAVAILABLE
UNAVAILABLE.- See Also:
- Constant Field Values
-
DATA_LOSS
public static final long DATA_LOSS
DATA_LOSS.- See Also:
- Constant Field Values
-
UNAUTHENTICATED
public static final long UNAUTHENTICATED
UNAUTHENTICATED.- See Also:
- Constant Field Values
-
-