Description of message produced during code generation
The coder.Message
properties contain the description of an
error, warning, or informational message that is produced during code generation from
MATLAB® code. All
coder.Message
properties are read-only. You can use dot notation to query
these properties.
You do not directly create a coder.Message
object. A
coder.ReportInfo
object contains one coder.Message
object
for every message produced during code generation. These coder.Message
objects are automatically created when you export code generation report information to a
coder.ReportInfo
object. For more information, see coder.ReportInfo Properties and Access Code Generation Report Information Programmatically.
coder.CodeFile Properties | coder.File Properties | coder.ReportInfo Properties | getLineColumn