Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1046: Update documentation for error codes #1047

Merged
merged 2 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.