The lld_error_raise() function
This function generates an exception for the specified error.
Syntax
API
mi_integer lld_error_raise (error);
mi_integer error- error
- An error code that you specify.
Usage
This function calls the server mi_db_error_raise function to generate an exception for the specified error.Return codes
On success, this function does
not return a value unless the exception is handled by a callback function.
If the exception is handled by the callback and control returns to lld_error_raise(),
it returns MI_ERROR.
On failure, it also returns MI_ERROR.