Enumerations

The following enumerations are available globally.

  • Errors that can occur while using Handler to process HTTP responses.

    See more

    Declaration

    Swift

    public enum HandlerError : Error, LocalizedError, Sendable
  • Represents the supported cURL options that can be parsed from a command.

    See more

    Declaration

    Swift

    public enum Option : Sendable
  • Errors that can occur while parsing parameters.

    See more

    Declaration

    Swift

    public enum ParserError : Error, LocalizedError, Sendable