Contents

persistentChangeDetailsUnavailable

An error that indicates the change details aren’t available for the persistent change.

Declaration

static var persistentChangeDetailsUnavailable: PHPhotosError.Code { get }

Discussion

If a change can’t provide change details, changeDetails(for:) returns nil and an error that indicates the reason. This error indicates you can’t rely on the change to completely reconstruct the state changes that occur, so you need to determine it by using the current library state.

See Also

Constants