Enumerations

The following enumerations are available globally.

  • A type representing possible errors Moya can throw.

    See more

    Declaration

    Swift

    public enum MoyaError : Swift.Error
  • Controls how stub responses are returned.

    See more

    Declaration

    Swift

    public enum StubBehavior
  • Represents an HTTP task.

    See more

    Declaration

    Swift

    public enum Task
  • Represents the status codes to validate through Alamofire.

    See more

    Declaration

    Swift

    public enum ValidationType