Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Storage system error response

In cases when an error is thrown by the storage system, the REST API server displays the error code and error message in the response body as shown in the example below.

errorDetail shows low-level subsystem error details for debugging purposes.

{
  "errorCode": 1081419,
  "errorDetail": {
    "detail": "",
    "fault": "",
    "fileName": "RestApiQuotas.cpp",
    "function": "GetVirtualVolumeQuota",
    "lineNumber": 446,
    "message": "The quota does not exist",
    "reason": "The quota does not exist",
    "returnedValue": 0,
    "subCode": 2095
  },
  "errorMsg": "Quota not found"
}


 

  • Was this article helpful?