Error
Information about an error that occurred while processing a request.
Declaration
object ErrorProperties
| Name | Type | Description |
|---|---|---|
code Required | string | The specific code for the underlying cause of the error. |
detail | string | More detailed information about the cause of the error, intended to help identify possible resolutions. |
id Required | string | The identifier of the error, mapping to the occurrence. |
source | Error.Source | An object containing a reference to the source of the error. |
status Required | string | The HTTP status code the error maps to. |
title Required | string | A developer-friendly title for the error. |