1
0
Fork 0
arangodb/Documentation/Examples.Durham/shell-read-document-bad-handle

6 lines
218 B
Plaintext

arango> db.example.document("12345");
JavaScript exception in file '(arango)' at 1,12:
[ArangoError 10: bad parameter: <document-idenifier> must be a document identifier]
!db.example.document("12345");
! ^