Syntax
dbGetErrorDescription(*ErrorDescription)
Description
This command will return a PureGDK-specific error if one exists. The parameter '*ErrorDescription' expects a pointer to a string that contains the value returned by PureBasic's GetErrorDescription() command. If no PureGDK error is found then this string will be returned as the error description.
See Also