Structures
TransactionErrorApiModel.Revert
Initializers
init(from:)
Inherited fromDecodable.init(from:).
Swift Structure
struct TransactionErrorApiModel
struct Revert
Decodable.init(from:).
init(from decoder: any Decoder) throws
let message: String
let reason: String
let revert: Revert?
Was this page helpful?