OperationCancelledError

public struct OperationCancelledError : Error

This is public so plugins can use it to indicate cancellations on arbitrary operations.

Warning

Although this has public access, it is intended for internal use and should not be used directly by host applications. The behavior of this may change without warning.
  • Declaration

    Swift

    public init()