Entering content frame

Background documentation Exception DBMServError Locate the document in the library structure

Exceptions of the type DBMServError are raised if the Structure linkDBM 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 Structure linkMessages)

$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_]+): (.*).

 

Leaving content frame