Skip to content

Commit

Permalink
Add missing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Apr 24, 2024
1 parent 3aa182e commit 739ec3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/errors/APIError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export enum ResponseErrorCode {
ValidationError = "VALIDATION_ERROR",
RequiredValue = "REQUIRED_VALUE",
MustBeFutureTime = "MUST_BE_FUTURE_TIME",
MustBeFutureOrToday = "MUST_BE_FUTURE_OR_TODAY",
InvalidFormat = "INVALID_FORMAT",
InvalidPercentFee = "INVALID_PERCENT_FEE",
InvalidCardNumber = "INVALID_CARD_NUMBER",
Expand Down

0 comments on commit 739ec3e

Please sign in to comment.