We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0dd11 commit 69f87d4Copy full SHA for 69f87d4
1 file changed
src/backend/core/http/HttpError.ts
@@ -1,5 +1,6 @@
1
// NOT ALL OF THEM, ADD OLD ONES AS NEEDED, IF NEEDED. DO NOT ADD NEW ONES THOUGH.
2
export type LegacyErrorCodes =
3
+ | 'payment_account_not_set_up'
4
| 'unknown_error'
5
| 'disallowed_value'
6
| 'invalid_token'
0 commit comments