Package 

Enum ErrorCode

  • 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
      UNKNOWN

      The reason for the unsuccessful termination is unknown

      USER_ABANDON

      The operation tracked by the Span was terminated because the user abandoned and canceled it before it can complete successfully.

      FAILURE

      An application failure caused the Span to terminate

    • Method Summary

      Modifier and Type Method Description
      String getCanonicalName() The name used to identify this Attribute
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class io.embrace.android.embracesdk.spans.ErrorCode

        keyName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait