ECHOResponseError

public struct ECHOResponseError : Decodable

Represent response error from chain

  • Undocumented

    Declaration

    Swift

    public let code: Int
  • Undocumented

    Declaration

    Swift

    public let message: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws