Exceptions of the type DBMServError are raised if the DBM Server registers an error.
They have the following format:
Error DBM Server: $errorCode $errorSymbol: $message
$errorCode |
Number of the error message (see also: the documentation Messages) |
$errorSymbol |
Short text of the error message |
$message |
Long text of the error message |
You can determine the DBMServError type of an exception by comparing it with the regular expression Error DBM Server: (-?[0-9]+) ([A-Z_]+): (.*).