ListNamespacesResponseRec

Response record returned by the ListNamespaces function.

EXPORT ListNamespacesResponseRec := RECORD
  DATASET(NamespaceLayout)    namespaces;
  BOOLEAN                     has_exceptions;
  ExceptionListLayout         exceptions;
END;
namespaces Dataset containing all namespaces defined in the store
has_exceptions TRUE if any exceptions occurred during the operation
exceptions ExceptionListLayout record containing any error details