Error
Information about an error that occurred while processing a request.
Declaration
object ErrorProperties
| Name | Type | Description |
|---|---|---|
code Required | string | The code for this error. For possible values, see HTTP Status Codes. |
detail | string | A long, possibly localized, description of the problem. |
id Required | string | A unique identifier for this occurrence of the error. |
source | Error.Source | An object containing references to the source of the error. For possible members, see |
status Required | string | The HTTP status code for this problem. |
title Required | string | A short, possibly localized, description of the problem. |
Mentioned in
Discussion
If a request is unsuccessful, the errors in the response may contain an Error object for each problem that occurred.