Interface: Messages
An array of objects where each object represents a message logged to the manifest during translation. For example, error messages and warning messages.
Export
Messages
Properties
code?
optional
code:string
The ID of the message. For example, the error code reported by an error message.
Memberof
Messages
Defined in
message?
optional
message:object
A human-readable explanation of the event being reported. Can be a string or an array of string.
Memberof
Messages
Defined in
type?
optional
type:string
Indicates the type of the message. For example, warning indicates a warning message and error indicates an error message.
Memberof
Messages