Skip to main content

ObjectVersionDataRequestErrorTolerance

Error tolerance enumeration for object version data request.

NameDescriptionValue
OBJECT_VERSION_DATA_REQUEST_ERROR_TOLERANCE_FAIL_ON_ANY_ERRORThe request will fail on any error.0
OBJECT_VERSION_DATA_REQUEST_ERROR_TOLERANCE_ALLOW_MISSING_OBJECT_VERSIONSThe request will not fail if object versions is missing.1

Runtime Access

This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.ObjectVersionDataRequestErrorTolerance.<value>.

Example:

const value =
MFiles.VaultEnums.ObjectVersionDataRequestErrorTolerance
.OBJECT_VERSION_DATA_REQUEST_ERROR_TOLERANCE_FAIL_ON_ANY_ERROR;

See also: MFiles Global Object