Error (XML)
A common representation of an error on the FamilySearch platform.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/Error |
Properties
Name |
Type |
Description |
|
code |
int
|
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
<error xmlns="http://familysearch.org/v1/">
<code>...</code>
<label>...</label>
<message>...</message>
<stacktrace>...</stacktrace>
</error>