WagmiError class
- Implemented types
Constructors
-
WagmiError({WagmiErrors? name, String? message, List<
String> ? metaMessages, String? shortMessage, String? version, WagmiError? cause, String? docsPath, Map<String, dynamic> ? details})
Properties
- cause → WagmiError?
-
final
-
details
→ Map<
String, dynamic> ? -
The raw error object
final
- docsPath → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
-
metaMessages
→ List<
String> ? -
final
- name → WagmiErrors?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortMessage → String?
-
final
- version → String?
-
final
Methods
-
findError(
WagmiErrors errorName) → WagmiError? - Returns the first error or cause matching given type.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited