Skip to content

Commit 69f87d4

Browse files
authored
fix: return code (#3096)
* fix: return code * fix: http error
1 parent 7b0dd11 commit 69f87d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/core/http/HttpError.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// NOT ALL OF THEM, ADD OLD ONES AS NEEDED, IF NEEDED. DO NOT ADD NEW ONES THOUGH.
22
export type LegacyErrorCodes =
3+
| 'payment_account_not_set_up'
34
| 'unknown_error'
45
| 'disallowed_value'
56
| 'invalid_token'

0 commit comments

Comments
 (0)