Home | Previous Page | Next Page   Large Object Locator DataBlade Module > Functions > Error Utility Functions >

lld_error_raise()

This function generates an exception for the specified error.

Syntax

API
mi_integer lld_error_raise (error); 
   mi_integer                   error
error
is an error code that you specify.

Usage

This function calls the server mi_db_error_raise function to generate an exception for the specified Large Object Locator 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.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]