PassportElementErrorSource Enum

{
  "id": 1987,
  "name": "PassportElementErrorSource",
  "variant": "declaration",
  "kind": 8,
  "flags": {},
  "children": [
    {
      "id": 1988,
      "name": "Data",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue in one of the data fields that was provided by the user.\nThe error is considered resolved when the field's value changes"
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 35,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "data"
      }
    },
    {
      "id": 1992,
      "name": "File",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with a document scan.\nThe error is considered resolved when the file with the document scan changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 55,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "file"
      }
    },
    {
      "id": 1993,
      "name": "Files",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with a list of scans.\nThe error is considered resolved when the list of files containing the scans changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 60,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "files"
      }
    },
    {
      "id": 1989,
      "name": "FrontSide",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with the front side of a document.\nThe error is considered resolved when the file with the front side of the document changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 40,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "frontSide"
      }
    },
    {
      "id": 1990,
      "name": "ReverseSide",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with the reverse side of a document.\nThe error is considered resolved when the file with reverse side of the document changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 45,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "reverseSide"
      }
    },
    {
      "id": 1991,
      "name": "Selfie",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with the selfie with a document.\nThe error is considered resolved when the file with the selfie changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 50,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "selfie"
      }
    },
    {
      "id": 1994,
      "name": "TranslationFile",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with one of the files that constitute the translation of a document. \nThe error is considered resolved when the file changes."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 65,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "translationFile"
      }
    },
    {
      "id": 1995,
      "name": "TranslationFiles",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue with the translated version of a document.\nThe error is considered resolved when a file with the document translation change."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 70,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "translationFiles"
      }
    },
    {
      "id": 1996,
      "name": "Unspecified",
      "variant": "declaration",
      "kind": 16,
      "flags": {},
      "comment": {
        "summary": [
          {
            "kind": "text",
            "text": "Represents an issue in an unspecified place. The error is considered resolved when new data is added."
          }
        ]
      },
      "sources": [
        {
          "fileName": "packages/tgkit/src/utils/enums.ts",
          "line": 72,
          "character": 4
        }
      ],
      "type": {
        "type": "literal",
        "value": "unspecified"
      }
    }
  ],
  "groups": [
    {
      "title": "Enumeration Members",
      "children": [
        1988,
        1992,
        1993,
        1989,
        1990,
        1991,
        1994,
        1995,
        1996
      ]
    }
  ],
  "sources": [
    {
      "fileName": "packages/tgkit/src/utils/enums.ts",
      "line": 30,
      "character": 12
    }
  ]
}