Skip to content

Commit

Permalink
feat: add new error for subscriptions-preflight endpoint (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-mikgra authored Aug 22, 2023
1 parent 75fb1bc commit e3508d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,10 @@
"short_message": "Consent Not Given",
"long_message": "The user has not given consent for the requested service"
},
"40923": {
"long_message": "Subscription is in billing retry",
"short_message": "Subscription In Billing Retry"
},
"41000": {
"short_message": "Gone",
"long_message": "The resource is gone"
Expand Down

0 comments on commit e3508d0

Please sign in to comment.