Entering content frame

Background documentation Exception DBMServError Locate the document in its SAP Library structure

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

 

Leaving content frame