Mention M_INVALID_PARAM
This commit is contained in:
parent
b3e2326d8b
commit
d813b8e12c
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ paths:
|
||||||
presented with the ``M_INVALID_PEPPER`` error code. Clients SHOULD make
|
presented with the ``M_INVALID_PEPPER`` error code. Clients SHOULD make
|
||||||
a call to ``/hash_details`` to get a new pepper in this scenario, being
|
a call to ``/hash_details`` to get a new pepper in this scenario, being
|
||||||
careful to avoid retry loops.
|
careful to avoid retry loops.
|
||||||
|
|
||||||
|
``M_INVALID_PARAM`` can also be returned to indicate the client supplied
|
||||||
|
an ``algorithm`` that is unknown to the server.
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"errcode": "M_INVALID_PEPPER",
|
"errcode": "M_INVALID_PEPPER",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue