HP 3PAR Web Service API 1.3.1 Developer's Guide

Virtual Volume Tuning Errors
An error condition returns an error code as shown in Table 44 (page 66). For generic API error
codes, see Table 5 (page 22).
Table 44 Error Codes for Volume Tuning
DescriptionHTTP CodeAPI Error
Invalid volume name or CPG
name.
400 Bad RequestINV_INPUT_ILLEGAL_CHAR
(Since WSAPI 1.3)
The CPG does not exist.404 Not FoundNON_EXISTENT_CPG
(Since WSAPI 1.3)
The CPG is not in the current
domain.
403 ForbiddenCPG_NOT_IN_SAME_DOMAIN
(Since WSAPI 1.3)
The volume does not exist.404 Not FoundNON_EXISTENT_VOL
(Since WSAPI 1.3)
The volume is a system volume.
This operation is not allowed on
a system volume.
403 ForbiddenINV_OPERATION_VV_SYS_VOLUME
(Since WSAPI 1.3)
The destination volume is not a
base volume.
403 ForbiddenINV_OPERATION_VV_NON_BASE_VOLUME
(Since WSAPI 1.3)
The volume is in a conversion
operation.
409 ConflictINV_OPERATION_VV_VOLUME_CONV_IN_PROGRESS
(Since WSAPI 1.3)
Cleanup of internal volume for
the volume is in progress.
403 ForbiddenINV_OPERATION_VV_CLEANUP_IN_PROGRESS
(Since WSAPI 1.3)
The operation is not allowed on
a peer volume.
403 ForbiddenINV_OPERATION_VV_PEER_VOLUME
(Since WSAPI 1.3)
The operation is not allowed on
an internal volume.
403 ForbiddenINV_OPERATION_VV_INTERNAL_VOLUME
(Since WSAPI 1.3)
The volume is being removed.403 ForbiddenVV_IS_BEING_REMOVED
(Since WSAPI 1.3)
The volume is not in the normal
state.
403 ForbiddenINV_OPERATION_VV_NOT_IN_NORMAL_STATE
(Since WSAPI 1.3)
The volume has an internal
consistency error.
403 ForbiddenVV_IN_INCONSISTENT_STATE
(Since WSAPI 1.3)
Invalid operation: Cannot grow
this type of volume.
403 ForbiddenINV_OPERATION_UNSUPPORTED_VV_TYPE
66 Working with Storage Volumes