APIResponseError

public struct APIResponseError: APIResponse

API response error with an error message

  • Success is always false if this is an error

    Declaration

    Swift

    public var success: Bool
  • Error message

    Declaration

    Swift

    public let message: String
  • Undocumented

    Declaration

    Swift

    public init(message: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws