Enumerations

The following enumerations are available globally.

  • All errors returned by Netable are NetableErrors.

    See more

    Declaration

    Swift

    public enum NetableError : Error
    extension NetableError: LocalizedError
    extension NetableError: Equatable
  • Type representing all supported HTTP methods.

    See more

    Declaration

    Swift

    public enum HTTPMethod : String
  • Wrapper class for log events emitted by Netable.

    See more

    Declaration

    Swift

    public enum LogEvent : CustomDebugStringConvertible
  • Any errors thrown while encoding multipart/form-data infomation will conform to this.

    See more

    Declaration

    Swift

    public enum MultipartFormDataEncodingError : Error