CatchPolicy
public enum CatchPolicy
Used by catch
and recover
-
Indicates that
catch
orrecover
handle all error types including cancellable-errors.Declaration
Swift
case allErrors
-
Indicates that
catch
orrecover
handle all error except cancellable-errors.Declaration
Swift
case allErrorsExceptCancellation