Contents

closeReadWithError(_:)

Close the flow for further read operations.

Declaration

func closeReadWithError(_ error: (any Error)?)

Parameters

  • error:

    An Nserror object indicating to the system the error that led to the closure. If the flow is not being closed due to an error, this parameter should be set to nil. See NEAppProxyFlowError below for a list of acceptable error codes.

Mentioned in

See Also

Managing the flow life cycle