WagmiError constructor
WagmiError({
- WagmiErrors? name,
- String? message,
- List<
String> ? metaMessages, - String? shortMessage,
- String? version,
- WagmiError? cause,
- String? docsPath,
- Map<
String, dynamic> ? details,
Implementation
WagmiError({
this.name,
this.message,
this.metaMessages,
this.shortMessage,
this.version,
this.cause,
this.docsPath,
this.details,
});