top of page
Nexfs Management API Documentation
Method Index
RESTErrorResponses
REST Error Responses
When an error occurs, the header information contains the following:
Content-Type: application/xml
An appropriate 3xx, 4xx, or 5xx HTTP status code
The body of the response also contains information about the error. The following sample error response shows the structure of response elements common to all REST error responses.
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>InvalidArgument</Code>
<Message>Required headers missing or invalid</Message>
<Resource>/nexfsconsoleapi</Resource>
<RequestId>2345</RequestId>
</Error>
The following table explains the REST error response elements.
List of Error Codes
The following table lists Nexfs API error codes.
bottom of page