Error (JSON)
A common representation of an error on the FamilySearch platform.
| URI: | Error |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| code | number | The error code. Interpreted per RFC 9110, Section 15 (Status Codes). | |
| label | string | A text label associated with the error code. | |
| message | string | A message associated with the error. | |
| stacktrace | string | The back-end stack trace associated with the error, useful for debugging. |
Example
{
"code" : 12345,
"label" : "...",
"message" : "...",
"stacktrace" : "..."
}