1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/src/lib/error
andreas-unleash 726ede5cbe
Define exports for enterprise (#2435)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
This PR sets up exports so that we can import in enterprise with just
"unleash-server".
This will free us to refactor unleash internals without breaking
enterprise

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->
2022-11-17 13:02:40 +02: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 Wip/environments (#880) 2021-07-07 10:46:50 +02:00
disabled-error.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
feature-has-tag-error.ts feat: add ui-bootstrap endpoint (#790) 2021-04-20 12:32:02 +02:00
incompatible-project-error.ts fix: add constraint for changing project. (#1049) 2021-10-21 10:29:09 +02:00
index.ts Define exports for enterprise (#2435) 2022-11-17 13:02:40 +02:00
invalid-operation-error.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
invalid-token-error.ts Reset token (#786) 2021-04-16 15:29:23 +02:00
minimum-one-environment-error.ts fix: disable projects (#1085) 2021-11-04 21:09:52 +01:00
name-exists-error.ts fix: Stores as typescript and with interfaces. (#902) 2021-08-12 15:04:37 +02:00
no-access-error.ts
notfound-error.ts
operation-denied-error.ts task: Ban changes to variants through feature (#1130) 2021-11-25 14:53:58 +01:00
owasp-validation-error.ts Reset token (#786) 2021-04-16 15:29:23 +02:00
password-mismatch.ts fix: improve API error-handling (#1301) 2022-01-26 13:45:22 +01:00
password-undefined.ts fix: handle password being undefined when validating (#809) 2021-04-27 15:35:10 +02:00
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 feat: custom project roles (#1220) 2022-01-13 11:14:17 +01:00
used-token-error.ts Reset token (#786) 2021-04-16 15:29:23 +02:00