canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
5 stars 4 forks source link

fix: refactor error types #201

Closed babakks closed 4 months ago

babakks commented 4 months ago

This PR applies some refactoring on error types. A new internal type, named errorWithCode is introduced, with a few exported helper methods to let users create errors.

Fixes CSS-7530