QueueFailureMode

public enum QueueFailureMode

Type that specifies the behavior of the queue when a request fails

  • Cancels the execution of the queue after a request (operation) fails

    Declaration

    Swift

    case cancelAll
  • Continues the execution of the queue after a request (operation) fails

    Declaration

    Swift

    case `continue`