aa....aa The argument of the function is invalid. Function name = bb....bb, error type = cc....cc, detailed information = dd....dd
- aa....aa: Definition check information
bb....bb: Function name
cc....cc: Error type
dd....dd: Detailed information - Description:
- The argument of the function to be used is invalid. Error types are described below for each type.
Error type | Description |
---|
NOT_ENOUGH_ARGUMENT | The function to be used lacks the required number of arguments. |
PARENTHESIS | The argument does not contain parentheses. |
ILLEGAL_REGEX | The regular expression in the argument is invalid. |
- For details about the definition check information, see 8.1 List of Definition Check Information.
- System processing:
- Stops adaptor processing.
- Action to take:
- Revise the item to be checked for each error type.