MSErrorResponse

struct MSErrorResponse : Decodable, Encodable, Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let message: String
  • Undocumented

    Declaration

    Swift

    public let code: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let link: String?