Home Administration API status and error code
This document describes the error codes and messages that Home administration APIs return.
Status
Message | HTTP status code | HTTP status name |
---|---|---|
The parameters have been valid, and the requested operation has been performed successfully. | 200 | Success |
Error codes
Client request error
Message | HTTP status code | HTTP status name |
---|---|---|
Unexpected character encountered while parsing value in Path '{0}' | 400 | BadRequest |
This item has already been bookmarked. | 400 | BadRequest |
The field or collection '{0}' contains empty GUID. | 400 | BadRequest |
The field '{0}' is required. | 400 | BadRequest |
User is forbidden from accessing this resource. | 403 | Forbidden |
The task identifier specified does not exist. | 404 | NotFound |
The report identifier specified does not exist. | 404 | NotFound |
The specified bookmark ID does not exist. | 404 | NotFound |
Server error
Message | HTTP status code | HTTP status name |
---|---|---|
Internal Server Error. | 500 | InternalServerError |
The processed Guid is in an invalid format. | 500 | InternalServerError |
A critical third-party service is unavailable. | 503 | Service Unavailable |
Throttling error
Message | HTTP status code | HTTP status name |
---|---|---|
Too many attempts. | 429 | TooManyRequests |
Back to top