GenerateCostDetailsReportErrorResponse interface
Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.
Some Error responses:
400 Bad Request - Invalid Request Payload. Request payload provided is not in a json format or had an invalid member not accepted in the request payload.
400 Bad Request - Invalid request payload: can only have either timePeriod or invoiceId or billingPeriod. API only allows data to be pulled for either timePeriod or invoiceId or billingPeriod. Customer should provide only one of these parameters.
400 Bad Request - Start date must be after . API only allows data to be pulled no older than 13 months from now.
400 Bad Request - The maximum allowed date range is 1 months. API only allows data to be pulled for 1 month or less.
429 TooManyRequests - Request is throttled. Retry after waiting for the time specified in the "retry-after" header.
503 ServiceUnavailable - Service is temporarily unavailable. Retry after waiting for the time specified in the "Retry-After" header.
Properties
error | The details of the error. |
Property Details
error
Azure SDK for JavaScript