Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 528 Bytes

File metadata and controls

15 lines (7 loc) · 528 Bytes

CommonFileExclusionReason

Why a definition common file was left out of a run at Start. Common files resolve resiliently (record-and-continue): an unresolvable one is excluded with one of these reasons rather than failing the run.

Enum

  • NOT_FOUND (value: 'NOT_FOUND')

  • NO_ACCESS (value: 'NO_ACCESS')

  • UNRESOLVABLE (value: 'UNRESOLVABLE')

[Back to Model list] [Back to API list] [Back to README]