moduleNotFound()

Initializes a front call answer object with "Module not found" error.

Syntax

(a FrontCallAnswer) moduleNotFound()
  1. a is the front call answer object to initialize.

Usage

This method initializes a front call answer with "Module not found" error. If an error is returned, the front call chain will stop and the error is returned to the DVM. You would use this method after a front call request to getModuleName().

You must declare a variable of type ggc.FrontCallAnswer. For example:

DEFINE fcAnswer FrontCallAnswer
...
CALL fcAnswer.moduleNotFound()