Skip to content

Commit 5b539ef

Browse files
(DOCSP-17587): update sqlgenerateschema error message
1 parent 4ff35d0 commit 5b539ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/reference/cli/sql/sqlgenerateschema.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,12 @@ The command returns the following error if the command fails:
304304
.. code-block:: none
305305
:copyable: false
306306

307-
failedNamespaces: [<db.ns>]
307+
"failedNamespaces": [
308+
{
309+
"namespace" : "<db.ns>",
310+
"error" : "no documents found in sample namespace"
311+
}
312+
]
308313

309314
The above error is returned if the specified namespaces do not
310315
exist in the storage configuration or are empty. This error is

0 commit comments

Comments
 (0)