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" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.