Table 6 Operation-specific API code Member Status and Error Codes
DescriptionHTTP CodeAPI Error CodeAPI Error
The client request
contains an invalid
value.
400 Bad Request12INV_INPUT
The CPG already
exists.
409 Conflict14EXISTENT_CPG
The CPG does not
exist.
404 Not Found15NON_EXISTENT_CPG
The host already
exists.
409 Conflict16EXISTENT_HOST
The VLUN already
exists.
409 Conflict18EXISTENT_LUN
The VLUN does not
exist.
404 Not Found19NON_EXISTENT_VLUN
The port does not
exist.
404 Not Found20NON_EXISTENT_PORT
Attempt to create
VLUN with invalid port
type.
400 Bad Request21BAD_PORT_TYPE
The storage volume
already exists.
409 Conflict22EXISTENT_VOL
The storage volume
does not exist.
404 Not Found23NON_EXISTENT_VOL
Not enough space is
available for the
400 Bad Request24NO_SPACE
operation. This varies
based on the following
circumstances:
• In volume creation,
when the CPG
contains insufficient
space for the
specified volume
size.
• In CPG creation,
when the storage
system's hardware
configuration does
not support the
requested LD
layout.
• In CPG creation,
when the chunklets
that are required
for the requested
LD layout are in the
process of being
cleaned.
The volume has a
read-only child.
409 Conflict25HAS_RO_CHILD
The VLUN is still
exported.
409 Conflict26EXPORTED_VLUN
20 Accessing the WSAPI