coder.Message Properties
Description of message produced during code generation readiness analysis or during code generation
The coder.Message
properties contain the description of an
error, warning, or informational message that is produced during code generation readiness
analysis of your MATLAB® code or during code generation. 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. These objects are
created as parts of other objects:
A
coder.ScreenerInfo
object contains onecoder.Message
object for every message produced during code generation readiness analysisA
coder.ReportInfo
object contains onecoder.Message
object for every message produced during code generation
These coder.Message
objects are automatically created when you
export a code generation readiness report or a code generation report to an associated object.
For more information, see:
Version History
Introduced in R2019a