mirror of https://gitee.com/bigwinds/arangodb
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
> curl --data @- -X POST --dump - http://localhost:8529/_api/transaction
|
|
{ "collections" : { "read" : "users" }, "action" : "throw \"doh!\";" }
|
|
|
|
HTTP/1.1 500 Internal Error
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{ "error" : true, "code" : 500, "errorNum" : 500, "errorMessage" : "doh!" }
|