1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/src/lib/error
andreas-unleash 4a2d1b0364
fix: return 400 when enabling env of archived toggle (#6049)
Creates a new ArchivedFeatureError.
Throw this error when trying to toggle a feature environment for an
archived feature.

Closes
https://github.com/orgs/Unleash/projects/8/views/1?pane=issue&itemId=51242922

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2024-01-26 16:02:17 +02:00
..
archivedfeature-error.ts fix: return 400 when enabling env of archived toggle (#6049) 2024-01-26 16:02:17 +02:00
bad-data-error.ts Chore: remove "dataPath" from data OpenAPI data errors. (#5272) 2023-11-07 09:26:14 +01:00
content-type-error.ts
db-error.ts
disabled-error.ts
feature-has-tag-error.ts
forbidden-error.ts
from-legacy-error.ts
incompatible-project-error.ts
index.ts
invalid-operation-error.ts
invalid-token-error.ts
minimum-one-environment-error.ts
name-exists-error.ts
not-implemented-error.ts
notfound-error.ts
operation-denied-error.ts
owasp-validation-error.ts
password-mismatch.ts
password-undefined.ts
pattern-error.ts
permission-error.ts Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
project-without-owner-error.ts
role-in-use-error.ts
unauthorized-error.ts
unleash-error.test.ts Chore: remove "dataPath" from data OpenAPI data errors. (#5272) 2023-11-07 09:26:14 +01:00
unleash-error.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
used-token-error.ts