1
0
Fork 0
arangodb/Documentation/Examples.Durham/shell-read-document-not-found

6 lines
211 B
Plaintext

arango> db.example.document("1432124/123456");
JavaScript exception in file '(arango)' at 1,12:
[ArangoError 1202: document not found: document not found]
!db.example.document("1432124/123456");
! ^