1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/src/lib/error
Gastón Fournier 96c65fc10d
feat: Add ability to push variants to multiple environments (#2914)
## About the changes
This PR adds the ability to push variants to multiple environments
overriding the existing variants.

Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#2254

**Note:** This won't fail if there are variants in other environments, because the operation wouldn't be idempotent. It should have that property because setting variants to 1 or more environments once or twice should not make a difference
2023-01-20 10:30:20 +01:00
..
bad-data-error.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
base-error.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
db-error.ts
disabled-error.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
feature-has-tag-error.ts
incompatible-project-error.ts
index.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
invalid-operation-error.ts
invalid-token-error.ts
minimum-one-environment-error.ts
name-exists-error.ts
no-access-error.ts feat: Add ability to push variants to multiple environments (#2914) 2023-01-20 10:30:20 +01:00
notfound-error.ts
operation-denied-error.ts
owasp-validation-error.ts
password-mismatch.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
password-undefined.ts
project-without-owner-error.ts fix: changeRole to assign roles without existing members 2022-03-03 14:33:32 +01:00
role-in-use-error.ts
used-token-error.ts