catch type Error

how can i know the type of an error after the Error_handler catch'it. i mean by "type of error" SQL Error, system Error,Application Error... thank's for help.

2 Replies

SR Srikanth May 7, 2004 02:53 PM UTC

Can u just give more information or just elaborate more.. put some code snippet...? > how can i know the type of an error after the Error_handler catch'it. > i mean by "type of error" SQL Error, system Error,Application Error... > thank's for help. >


EH El hadji Ali May 10, 2004 01:39 PM UTC

after handling a error, i want to know if this error is du to a bad interrogation of the database or it is a run time error or an error generated by the developper. remaque. i try to developpe a module that mange the errors that's why i want to know witch type of error is handled. thanks.

Loader.
Up arrow icon