Interface PassportElementErrorSourceFile

The file contains an error. The error will be considered resolved when the file changes. Subtype of PassportElementErrorSource.

interface PassportElementErrorSourceFile {
    @type: "passportElementErrorSourceFile";
    file_index: number;
}

Properties

Properties

@type: "passportElementErrorSourceFile"
file_index: number

Index of a file with the error.