|
1 | 1 | export { ScalewayError } from '../scw-error.js' |
2 | 2 | export { AlreadyExistsError } from './already-exists-error.js' |
3 | 3 | export { DeniedAuthenticationError } from './denied-authentication-error.js' |
4 | | -export { InvalidArgumentsError } from './invalid-arguments-error.js' |
5 | 4 | export type { InvalidArgumentsErrorDetails } from './invalid-arguments-error.js' |
| 5 | +export { InvalidArgumentsError } from './invalid-arguments-error.js' |
6 | 6 | export { OutOfStockError } from './out-of-stock-error.js' |
7 | | -export { PermissionsDeniedError } from './permissions-denied-error.js' |
8 | 7 | export type { PermissionsDeniedErrorDetails } from './permissions-denied-error.js' |
| 8 | +export { PermissionsDeniedError } from './permissions-denied-error.js' |
9 | 9 | export { PreconditionFailedError } from './precondition-failed-error.js' |
10 | | -export { QuotasExceededError } from './quotas-exceeded-error.js' |
11 | 10 | export type { |
12 | 11 | QuotasExceededErrorDetails, |
13 | 12 | QuotasExceededErrorScope, |
14 | 13 | } from './quotas-exceeded-error.js' |
| 14 | +export { QuotasExceededError } from './quotas-exceeded-error.js' |
15 | 15 | export { ResourceExpiredError } from './resource-expired-error.js' |
16 | 16 | export { ResourceLockedError } from './resource-locked-error.js' |
17 | 17 | export { ResourceNotFoundError } from './resource-not-found-error.js' |
18 | | -export { TooManyRequestsError } from './too-many-requests-error.js' |
19 | 18 | export type { TooManyRequestsQuotaPolicy } from './too-many-requests-error.js' |
| 19 | +export { TooManyRequestsError } from './too-many-requests-error.js' |
20 | 20 | export { TransientStateError } from './transient-state-error.js' |
0 commit comments