|
get_errors function |
|
Contained in package wwerr_api_error. Call this function to return the error stack records in a table. Error handling routines can use this information to take specific corrective action or to provide their own UI.
function get_errors |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Returns: This function returns a list of the entries in the error stack. Exceptions: This function raises no user-defined exceptions. Example: declare
begin
end; Example error stack record: wwc, 36000, test_error-, example.test, wwc, err, oracle_generic In this example:
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |