Error Codes - npruehs/tome-editor GitHub Wiki

Messages generated by integrity checks use the following codes.

Integrity Errors

  • TO0100: The type of the field does not exist.
  • TO0101: The item type of the list type does not exist.
  • TO0102: The item type of the list type is not supported.
  • TO0103: The key type of the map type does not exist.
  • TO0104: The value type of the map type does not exist.
  • TO0105: The key type of the map type is not supported.
  • TO0106: The value type of the map type is not supported.
  • TO0200: The record field violates a type facet.
  • TO0201: The record referenced by record field does not exist.
  • TO0202: The file referenced by record field does not exist.
  • TO0300: The component is defined but has no fields.
  • TO0301: The field is defined but never used.
  • TO0302: The type is defined but never used.
  • TO0303: The field is never assigned and always has its default value.