Enumerations

The following enumerations are available globally.

  • Represents the result of an asynchronous operation.

    See more

    Declaration

    Swift

    public enum Result<Success>
  • Defines the format of the URL response body

    See more

    Declaration

    Swift

    public enum ResultFormat
  • Defines the various HttpErrors that can be received from an RestableCompletionHandler.

    See more

    Declaration

    Swift

    public enum HTTPError: Error
  • An enumeration of the supported methods

    See more

    Declaration

    Swift

    public enum HTTPMethod: String