-
- All Implemented Interfaces:
-
io.embrace.android.embracesdk.internal.spans.EmbraceAttributes.Attribute,java.io.Serializable,kotlin.Comparable
public enum ErrorCode extends Enum<ErrorCode> implements EmbraceAttributes.Attribute
Attribute to categorize the broad reason a Span completed unsuccessfully.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNThe reason for the unsuccessful termination is unknown
USER_ABANDONThe operation tracked by the Span was terminated because the user abandoned and canceled it before it can complete successfully.
FAILUREAn application failure caused the Span to terminate
-
Method Summary
Modifier and Type Method Description StringgetCanonicalName()The name used to identify this Attribute final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getCanonicalName
String getCanonicalName()
The name used to identify this Attribute
-
getOrdinal
final Integer getOrdinal()
-
-
-
-