Skip to content

Commit

Permalink
feat: add new error for subscriptions-preflight endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kivra-mikgra authored Aug 21, 2023
1 parent 75fb1bc commit 2cdbe64
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 is in billing retry"
},
"41000": {
"short_message": "Gone",
"long_message": "The resource is gone"
Expand Down

0 comments on commit 2cdbe64

Please sign in to comment.