ValidateMessageFormat
Description
Enumeration of format flags for the string representation of ValidateMessage objects.
Public / Constants
File
Show the file path, for example:
## /path/to/the/File.cs
If this flag is omitted, there will be no ## lines in the string representation.
- See also
Path
Show the logical data model path if not redundant, for example:
@: CodeUnits['File'].Declaration
If this flag is omitted, there will be no @: lines in the string representation. The data model path will be omitted if the Input part is present.
- See also
Type
Show the message type, for example:
>> Error >> Syntax / Error
If this flag is omitted, there will be no >> lines in the string representation.
Input
Show the source code input, for example:
1234: #region Native {0D12D3E3-8D90-4264-B264-73C00431DE47}
___/"""""""""""""""""""""""""""""""""""""""""""""""""""""\
If this flag is omitted, there will be no 1234: lines in the string representation.