2.2.4 Error Codes

The following error codes are specific to File Server Remote VSS Protocol (FSRVP) in addition to the HRESULT values as defined in [MS-ERREF] section 2.1.

Return value/code

Description

FSRVP_E_BAD_STATE

(0x80042301)

A method call was invalid because of the state of the server. (For example, calling AddToShadowCopySet (Opnum 3) before StartShadowCopySet (Opnum 2).)

FSRVP_E_SHADOW_COPY_SET_IN_PROGRESS

(0x80042316)

A call was made to either SetContext (Opnum 1) orĀ  StartShadowCopySet (Opnum 2) while the creation of another shadow copy set is in progress.

FSRVP_E_NOT_SUPPORTED

(0x8004230C)

The file store which contains the share to be shadow copied is not supported by the server.

FSRVP_E_WAIT_TIMEOUT

(0x00000102)

The wait for a shadow copy commit or expose operation has timed out.

FSRVP_E_WAIT_FAILED

(0xFFFFFFFF)

The wait for a shadow copy commit expose operation has failed.

FSRVP_E_OBJECT_ALREADY_EXISTS

(0x8004230DL)

The specified object already exists.

FSRVP_E_OBJECT_NOT_FOUND

(0x80042308)

The specified object does not exist.

FSRVP_E_UNSUPPORTED_CONTEXT

(0x8004231B)

The specified context value is invalid.

FSRVP_E_SHADOWCOPYSET_ID_MISMATCH

(0x80042501)

The provided ShadowCopySetId does not exist.