CatchPolicy

public enum CatchPolicy

Used by catch and recover

  • Indicates that catch or recover handle all error types including cancellable-errors.

    Declaration

    Swift

    case allErrors
  • Indicates that catch or recover handle all error except cancellable-errors.

    Declaration

    Swift

    case allErrorsExceptCancellation