Skip to content

Commit

Permalink
Fix #1046: Update documentation for error codes (#1047)
Browse files Browse the repository at this point in the history
* Fix #1046: Update documentation for error codes

* Add i18n message for ERR0044

---------

Co-authored-by: Lubos Racansky <lubos.racansky@gmail.com>
  • Loading branch information
romanstrobl and banterCZ authored Sep 12, 2023
1 parent 80335fc commit 79adbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Server-Error-Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ PowerAuth Server may return following errors:
| ERR0040 | Activation cannot be created with the specified properties. |
| ERR0041 | Operation related error occurred. |
| ERR0042 | Operation template related error occurred. |
| ERR0043 | Application or application version is duplicate. |
| ERR0044 | Token timestamp is too much in the future. |

For each of these issues, more details about the specific nature and cause can be found in the server log.
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ ServiceError.ERR0040=Activation cannot be created with the specified properties.
ServiceError.ERR0041=Operation related error occurred.
ServiceError.ERR0042=Operation template related error occurred.
ServiceError.ERR0043=Duplicate application or application version.
ServiceError.ERR0044=Token timestamp is too much in the future.

0 comments on commit 79adbde

Please sign in to comment.