TO0202 - npruehs/tome-editor GitHub Wiki

"The file ... referenced by record ... field ... does not exist."

Summary

  • Name: ReferencedFileDoesNotExist
  • Code: TO202
  • Category: Data Integrity
  • Severity: Error
  • Since: 0.9

Each field of type File and each derived type with base type File that has been added to a record may or may not reference a file in the local file system. If a file is referenced, that file must exist.

Example

The following steps generate this type of error:

  1. Add a field of type File.
  2. Add that field to an existing record.
  3. Set the value of that field to an existing file.
  4. Delete the file.

How To Fix

Change the value of the File field to an existing file.