CatchPolicy
public enum CatchPolicy
Used by catch and recover
-
Indicates that
catchorrecoverhandle all error types including cancellable-errors.Declaration
Swift
case allErrors -
Indicates that
catchorrecoverhandle all error except cancellable-errors.Declaration
Swift
case allErrorsExceptCancellation
View on GitHub
CatchPolicy Enumeration Reference