Greenruhm / connect

Greenruhm Connect is your white label, custom-branded connection to the music metaverse. It allows you to provide music NFT services inside your app with your branding.
MIT License
1 stars 0 forks source link

All errors thrown by our SDK functions should be created by errorCauses() #49

Closed ericelliott closed 1 year ago

ericelliott commented 1 year ago

Make sure all the errors we throw are created by createError from errorCauses and that there is a named error defined for them in the exported error handler.

ericelliott commented 1 year ago

Is this done?

oliver-day commented 1 year ago

Is this done?

Yes, the work was completed in https://github.com/Greenruhm/connect/pull/59. However, it has not been merged into main yet because I want to merge the subsequent example component changes from https://github.com/Greenruhm/connect/pull/60 into https://github.com/Greenruhm/connect/pull/59 before in order to not break the UX.