ErrorDetail

public struct ErrorDetail : Codable
extension ErrorDetail: Equatable

Model for API errors

  • id

    Error id

    Declaration

    Swift

    public let id: String
  • Short name for the error

    Declaration

    Swift

    public let name: String
  • Detailed message explaining the error

    Declaration

    Swift

    public let detail: String