Type Alias FileReaderErrorText

FileReaderErrorText:
    | "NOT_FOUND_ERR"
    | "SECURITY_ERR"
    | "ABORT_ERR"
    | "NOT_READABLE_ERR"
    | "ERR"
    | ""