Contents

xpc_rich_error_can_retry(_:)

Returns a Boolean that indicates whether you can retry the operation that experienced an error.

Declaration

func xpc_rich_error_can_retry(_ error: xpc_rich_error_t) -> Bool

Parameters

  • error:

    An error object that describes a failure.

Return Value

true if you can try the operation again; otherwise false.

See Also

Sending messages