This commit is contained in:
2019-03-28 20:53:54 +00:00
parent 5498572e12
commit da6b6911d6

View File

@@ -2,7 +2,7 @@
The AyaNova API will return an [error response](api-response-format.md#error-responses) when an error condition arises.
All API error codes are numbers between 2000 and 3000 and are intended to be consumed by software clients or for reference purposes for developers.
All API error codes wrap and indicate the entire response overall error and are numbers between 2000 and 3000 and are intended to be consumed by software clients or for reference purposes for developers.
API error codes are different from [server error codes](ops-error-codes.md) which are intended for AyaNova system operators and related only to the running of the server itself.