DeleteNamespaceResponseRec

Response record returned by the DeleteNamespace function.

EXPORT DeleteNamespaceResponseRec := RECORD
  BOOLEAN                     succeeded;
  BOOLEAN                     has_exceptions;
  ExceptionListLayout         exceptions;
END;
succeeded TRUE if the namespace was successfully deleted
has_exceptions TRUE if any exceptions occurred during the operation
exceptions ExceptionListLayout record containing any error details