Enumeration
MTLExecutionError
Errors that can occur during MTL template execution.
enum MTLExecutionError
Overview
These errors represent runtime issues encountered while generating text from MTL templates, including missing templates, type mismatches, and file I/O problems.
Topics
Enumeration Cases
A file I/O error occurred.
A template guard condition failed.
An invalid operation was attempted.
The specified macro was not found in the module.
The specified module was not found.
A template post-condition failed.
A protected area ID conflict was detected.
The specified query was not found in the module.
The specified template was not found in the module.
A type error occurred during execution.
The specified variable was not found in the current scope.
Instance Properties
A human-readable description of the error.
Default Implementations
Relationships
Conforms To
See Also
Errors
Errors that can occur during MTL parsing and serialization.