Background documentationDBMServError Class (dbm Module) Locate this document in the navigation structure

 

Exceptions of the DBMServError type are raised if the DBM server registers an error.

They have the following format:

Error DBM Server: $errorCode $errorSymbol: $message

Variables

Description

$errorCode

Error message number

More information: Messages documentation

$errorSymbol

Short text of the error message

$message

Long text of the error message

You can determine the type of an exception by comparing it with the regular expression Error DBM Server: (-?[0-9]+) ([A-Z_]+): (.*).