Skip to content

Commit

Permalink
Merge pull request #14 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 4b6e8fc + 1aba9f0 commit fb39145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structures/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const (
EecTerminalGroupCountersExceeded ErrorCode = 1013
EecTerminalCountersExceeded ErrorCode = 1014
EecHsmToken ErrorCode = 1015
EecHsmDataExpired ErrorCode = 1016

EecInputValidationFailed ErrorCode = 1100
EecFailedBusinessRules ErrorCode = 1101
Expand Down

0 comments on commit fb39145

Please sign in to comment.