Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum RequestAuthentication : Equatable, Hashable
  • An error produced by a RequestManager

    See more

    Declaration

    Swift

    public enum RequestError<T> : LocalizedError, CustomStringConvertible where T : Error
  • Basic validation error

    See more

    Declaration

    Swift

    public enum HTTPError : LocalizedError, CustomStringConvertible
  • An enumeration defining HTTP methods as detailed in RFC 7231 §4.3

    See more

    Declaration

    Swift

    public enum RequestMethod : String, Equatable, Hashable, CustomStringConvertible