ErrorInfo.Message([Text]) Method

Version: Available or changed with runtime version 3.0.

Specifies the message that will be sent to telemetry. For a 'Client' error type, the message will also be appear in the client.

Syntax

[Message := ]  ErrorInfo.Message([Message: Text])

Note

This method can be invoked using property access syntax.

Parameters

ErrorInfo
 Type: ErrorInfo
An instance of the ErrorInfo data type.

[Optional] Message
 Type: Text
The message of the ErrorInfo

Return Value

[Optional] Message
 Type: Text
The current message of the ErrorInfo.

See Also

ErrorInfo Data Type
Get Started with AL
Developing Extensions