18.27 HAS_ERROR Function
This function returns TRUE when DML execution led to an error and FALSE when not.
Syntax
APEX_EXEC.HAS_ERROR(
    p_context               IN t_context)
    return boolean;
    Parameters
Table 18-25 APEX_EXEC.HAS_ERROR Function Parameters
| Parameter | Description | 
|---|---|
| 
 | Context object obtained with one of the  | 
Returns
true, if an error occurred, false otherwise.
                  
Parent topic: APEX_EXEC