Skip to content

Commit

Permalink
Merge pull request #15 from TransactPRO/update-error-codes
Browse files Browse the repository at this point in the history
Add crypto data expired error code
  • Loading branch information
OlegGS authored Oct 1, 2024
2 parents 2a8b575 + 3417295 commit b7b9a71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public enum ErrorCode {
EEC_TERMINAL_COUNTERS_EXCEEDED(1014),
@SerializedName("1015")
EEC_HSM_TOKEN(1015),
@SerializedName("1016")
EEC_HSM_DATA_EXPIRED(1016),
@SerializedName("1100")
EEC_INPUT_VALIDATION_FAILED(1100),
@SerializedName("1101")
Expand Down

0 comments on commit b7b9a71

Please sign in to comment.