Skip to content
Snippets Groups Projects
Commit 9f16a207 authored by inso's avatar inso
Browse files

Add error code HTTP_LIMITATION

parent d7d87f19
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ UNHANDLED = 1002 ...@@ -13,6 +13,7 @@ UNHANDLED = 1002
SIGNATURE_DOES_NOT_MATCH = 1003 SIGNATURE_DOES_NOT_MATCH = 1003
ALREADY_UP_TO_DATE = 1004 ALREADY_UP_TO_DATE = 1004
WRONG_DOCUMENT = 1005 WRONG_DOCUMENT = 1005
HTTP_LIMITATION = 1006
HTTP_PARAM_PUBKEY_REQUIRED = 1101 HTTP_PARAM_PUBKEY_REQUIRED = 1101
HTTP_PARAM_IDENTITY_REQUIRED = 1102 HTTP_PARAM_IDENTITY_REQUIRED = 1102
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment