Retrieve MESSAGE and ERROR
The Genero BDL API for GGC provides functions for retrieving messages and errors when testing applications.
The following functions retrieve messages or error messages from the current instructions
(MESSAGE
or ERROR
) to the user allowing you to test these
interactions.
The value is returned in a ggc.Message
record type.
Function | Description |
---|---|
|
Return the current error message. |
|
Return the current message. |
|
Configure GGC to stop if action fails. |