ServerError

public struct ServerError : Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let errorMessage: String?
  • Undocumented

    Declaration

    Swift

    public let isUserError: Bool
  • Undocumented

    Declaration

    Swift

    public let errorCode: Int?
  • Undocumented

    Declaration

    Swift

    public let title: String?
  • Undocumented

    Declaration

    Swift

    public let recovery: String?
  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public let option: Option?
  • Undocumented

    See more

    Declaration

    Swift

    public enum Option : String, Codable