Problem Type
A Problem has a ProblemType, indicating its basic nature and severity. This helps a ProblemHandler decide how best to respond to the Problem, such as deciding whether to proceed and look for subsequent problems or to give up building the modules.
Author
Mark van Gulik
Entries
Link copied to clipboard
Content copied to clipboard
The corresponding Problem is not actually an unexpected condition, but it may still be useful to report the information to the user. It's unclear whether this will actually be used for anything other than debugging the compiler.
Link copied to clipboard
Content copied to clipboard
The corresponding Problem indicates a situation that is less than ideal. A ProblemHandler may choose to present this warning, and then continue compilation.
Link copied to clipboard
Link copied to clipboard