Errors class
Constructors
- Errors()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
getInternalError(
String key, {String context = ''}) → WalletConnectError -
getSdkError(
String key, {String context = ''}) → WalletConnectError
Constants
- EXPIRED → const String
-
INTERNAL_ERRORS
→ const Map<
String, Map< String, Object> > - INVALID_EVENT → const String
- INVALID_EXTEND_REQUEST → const String
- INVALID_METHOD → const String
- INVALID_SESSION_SETTLE_REQUEST → const String
- INVALID_UPDATE_REQUEST → const String
- MALFORMED_REQUEST_PARAMS → const String
- MALFORMED_RESPONSE_PARAMS → const String
- MESSAGE_COMPROMISED → const String
- MISMATCHED_TOPIC → const String
- MISSING_ISSUER_AUTH → const String
- MISSING_OR_INVALID → const String
- NO_MATCHING_KEY → const String
- NO_SESSION_FOR_TOPIC → const String
- NON_CONFORMING_NAMESPACES → const String
- NOT_INITIALIZED → const String
- REQUEST_EXPIRED_AUTH → const String
- REQUEST_EXPIRED_SESSION → const String
- RESTORE_WILL_OVERRIDE → const String
- RESUBSCRIBED → const String
-
SDK_ERRORS
→ const Map<
String, Map< String, Object> > - SESSION_SETTLEMENT_FAILED → const String
- SIGNATURE_VERIFICATION_FAILED → const String
- UNAUTHORIZED_EVENT → const String
- UNAUTHORIZED_EXTEND_REQUEST → const String
- UNAUTHORIZED_METHOD → const String
- UNAUTHORIZED_UPDATE_REQUEST → const String
- UNKNOWN_TYPE → const String
- UNSUPPORTED_ACCOUNTS → const String
- UNSUPPORTED_CHAINS → const String
- UNSUPPORTED_EVENTS → const String
- UNSUPPORTED_METHODS → const String
- UNSUPPORTED_NAMESPACE_KEY → const String
- USER_DISCONNECTED → const String
- USER_DISCONNECTED_AUTH → const String
- USER_REJECTED → const String
- USER_REJECTED_AUTH → const String
- USER_REJECTED_CHAINS → const String
- USER_REJECTED_EVENTS → const String
- USER_REJECTED_METHODS → const String
- USER_REJECTED_SIGN → const String
- WC_METHOD_UNSUPPORTED → const String