SdkErrorKey enum
Values
- INVALID_METHOD → const SdkErrorKey
- INVALID_EVENT → const SdkErrorKey
- INVALID_UPDATE_REQUEST → const SdkErrorKey
- INVALID_EXTEND_REQUEST → const SdkErrorKey
- INVALID_SESSION_SETTLE_REQUEST → const SdkErrorKey
- UNAUTHORIZED_METHOD → const SdkErrorKey
- UNAUTHORIZED_EVENT → const SdkErrorKey
- UNAUTHORIZED_UPDATE_REQUEST → const SdkErrorKey
- UNAUTHORIZED_EXTEND_REQUEST → const SdkErrorKey
- USER_REJECTED → const SdkErrorKey
- USER_REJECTED_CHAINS → const SdkErrorKey
- USER_REJECTED_METHODS → const SdkErrorKey
- USER_REJECTED_EVENTS → const SdkErrorKey
- UNSUPPORTED_CHAINS → const SdkErrorKey
- UNSUPPORTED_METHODS → const SdkErrorKey
- UNSUPPORTED_EVENTS → const SdkErrorKey
- UNSUPPORTED_ACCOUNTS → const SdkErrorKey
- UNSUPPORTED_NAMESPACE_KEY → const SdkErrorKey
- USER_DISCONNECTED → const SdkErrorKey
- SESSION_SETTLEMENT_FAILED → const SdkErrorKey
- WC_METHOD_UNSUPPORTED → const SdkErrorKey
- NOT_INITIALIZED → const SdkErrorKey
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<SdkErrorKey> 
- A constant List of the values in this enum, in order of their declaration.