1
0
Fork 0
arangodb/Doxygen/Examples.Durham/shell_read-document-bad-handle

6 lines
221 B
Plaintext

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