mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
13 lines
184 B
ReStructuredText
13 lines
184 B
ReStructuredText
|
Errors
|
||
|
======
|
||
|
|
||
|
In case of error a standard HTTP error is raise and you got a
|
||
|
JSON like that
|
||
|
|
||
|
.. code-block:: json
|
||
|
|
||
|
{
|
||
|
"status": 409,
|
||
|
"message": "Conflict"
|
||
|
}
|