The list of response errors used in Abiquo's API
| Code | Message | JAVA Constant |
|---|---|---|
| GEN-0 | Malformed URI. | MALFORMED_URI |
| DC-0 | The requested datacenter does not exist. | NON_EXISTENT_DATACENTER |
| EN-0 | The requested enterprise does not exist. | NON_EXISTENT_ENTERPRISE |
| VDC-0 | The requested virtual datacenter does not exist. | NON_EXISTENT_VIRTUAL_DATACENTER |
| RACK-0 | The rack is not assigned to the datacenter. | NOT_ASSIGNED_RACK_DATACENTER |
| MACHINE-0 | The requested machine does not exist. | NON_EXISTENT_MACHINE |
| MACHINE-1 | The machine is not assigned to the datacenter or rack. | NOT_ASSIGNED_MACHINE_DATACENTER_RACK |
| NETWORK-0 | The private network is not assigned to the datacenter. | NOT_ASSIGNED_NETWORK_VIRTUAL_DATACENTER |
| VM-0 | The virtual machine not have a hypervisor assigned. | VIRTUAL_MACHINE_WITHOUT_HYPERVISOR |
| ROLE-0 | The requested role does not exist. | NON_EXISTENT_ROLE |
| USER-0 | The user is not assigned to the enterprise. | NOT_ASSIGNED_USER_ENTERPRISE |
| USER-1 | Missing link to the role. | MISSING_ROLE_LINK |
| USER-2 | Missing roles parameter. | ROLE_PARAM_NOT_FOUND |
| RS-0 | The remote service is not assigned to the datacenter. | NOT_ASSIGNED_REMOTE_SERVICE_DATACENTER |
| RS-1 | Wrong remote service. | WRONG_REMOTE_SERVICE_TYPE |
| RS-2 | The remote service does not exist. | NON_EXISTENT_REMOTE_SERVICE_TYPE |
| OVF_PACKAGE-0 | The requested OVF package does not exist. | NON_EXISTENT_OVF_PACKAGE |
| OVF_PACKAGE-1 | The requested OVF package list does not exist. | NON_EXISTENT_OVF_PACKAGE_LIST |
| NC-0 | The requested IP does not exist. | NON_EXISTENT_IP |
| NC-1 | Missing query parameter ip. | MISSING_IP_PARAMETER |
| SP-0 | The storage pool is not assigned to the datacenter or remote service. | NOT_ASSIGNED_STORAGE_POOL_DATACENTER_REMOTE_SERVICE |

