gns3-server/docs/general.rst
2015-01-13 17:05:26 -07:00

184 B

Errors

In case of error a standard HTTP error is raise and you got a JSON like that

{
    "status": 409,
    "message": "Conflict"
}