HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 109 VV-Set Snapshot Creation Error Codes (continued)
DescriptionHTTP CodeAPI Error
Maximum number of volumes
has been reached.
503 Service
Unavailable
VV_LIMIT_REACHED
(Since WSAPI 1.3)
The storage volume does not
exist.
404 Not FoundNON_EXISTENT_VOL
The VV is being removed.403 ForbiddenVV_IS_BEING_REMOVED
(Since WSAPI 1.3)
Creating a read-only copy from
a read-only volume is not
permitted.
403 ForbiddenINV_OPERATION_VV_READONLY_TO_READONLY_SNAP
(Since WSAPI 1.3)
No snapshot CPG has been
configured for the VV.
409 ConflictNO_SNAP_CPG
(Since WSAPI 1.3)
Invalid input.400 Bad RequestINV_INPUT_DUP_NAME
(Since WSAPI 1.3)
Two parent snapshots share the
same base volume.
403 ForbiddennINV_OPERATION_VV_SNAP_PARENT_SAME_BASE
(Since WSAPI 1.3)
Invalid operation. Online copy
is in progress.
409 ConflictINV_OPERATION_VV_ONLINE_COPY_IN_PROGRESS
(Since WSAPI 1.2)
Maximum number of volume
IDs has been reached.
503 Service
Unavailable
VV_ID_LIMIT_REACHED
(Since WSAPI 1.3)
The storage volume already
exists.
409 ConflictEXISTENT_VOL
The volume is stale.403 ForbiddenVV_IN_STALE_STATE
(Since WSAPI 1.3)
The volume is not started.403 ForbiddenVV_NOT_STARTED
(Since WSAPI 1.3)
The volume is not accessible.403 ForbiddenVV_UNAVAILABLE
(Since WSAPI 1.3)
Maximum number of snapshots
has been reached.
503 Service
Unavailable
SNAPSHOT_LIMIT_REACHED
(Since WSAPI 1.3)
The CPG has reached the
allocation warning.
503 Service
Unavailable
CPG_ALLOCATION_WARNING_REACHED
(Since WSAPI 1.3)
Invalid Operation. VV
conversion is in progress
409 ConflictINV_OPERATION_VV_VOLUME_CONV_IN_PROGRESS
(Since WSAPI 1.2)
120 Performing Copy Operations