We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c1e8dc + fb0be8f commit e2451d4Copy full SHA for e2451d4
Sources/web3swift/Web3/Web3.swift
@@ -18,7 +18,7 @@ public enum Web3Error: Error {
18
case generalError(err:Error)
19
case unknownError
20
21
- var errorDescription: String {
+ public var errorDescription: String {
22
switch self {
23
24
case .transactionSerializationError:
0 commit comments