Skip to content

Commit

Permalink
Add crypto data expired error code
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGS authored Sep 26, 2024
1 parent 4b6e8fc commit 1aba9f0
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 1aba9f0

Please sign in to comment.