OpenFAM Reference Implementation

openfam::fam::fam_delete_backup_wait

Wait for the delete of backup to be completed.

Synopsis

void fam_delete_backup_wait(void *waitObj);

Description

The method blocks until the backup deletion associated with the wait object is completed.

Input Arguments

Name Description
waitObj A pointer to the wait object associated with the delete_backup operation

Return Values

None. Throws Fam_Exception on error.

Fam error numbers

ErrorDescription
FAM_ERR_INVALIDAPI called with incorrect parameters.
FAM_ERR_NOPERMCaller does not have access rights
FAM_ERR_LIBFABRICLibfabric error occurred.
FAM_ERR_RPCCommunication error from grpc layer.
FAM_ERR_RPC_CLIENT_NOTFOUNDRPC service not available.

Notes

None.

Example

See fam_delete_backup