HP 3PAR Web Service API 1.3.1 Developer's Guide

Table 101 Single-VLUN Query Error Codes (continued)
DescriptionHTTP CodeAPI Error
Requested VLUN does not exist.404 Not foundNON_EXISTENT_VLUN
(Since WSAPI 1.2)
Requested volume does not exist.404 Not foundNON_EXISTENT_VOL
(Since WSAPI 1.2)
Requested host does not exist.404 Not foundNON_EXISTENT_HOST
Incorrect port specification.400 Bad RequestINV_INPUT_PORT_SPECIFICATION
(Since WSAPI 1.2)
Volume name or host name contains
invalid character.
400 Bad RequestINV_INPUT_ILLEGAL_CHAR
(Since WSAPI 1.2)
LUN ID exceeds range.400 Bad RequestINV_INPUT_EXCEEDS_RANGE
(Since WSAPI 1.2)
Querying VLUNs 111