You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2022. It is now read-only.
Error codes are very particular to your service. Also, one of the uses of the codes are to obscure information about the errors, so having them public is not always desirable.
What
Error codes are very particular to your service. Also, one of the uses of the codes are to obscure information about the errors, so having them public is not always desirable.
Proposal
We expose two functions that allow for error codes to be replaced or extended.
Further to this we could introduce a configuration object to the ayEs lib that allows for you to pass in a custom error codes definition file.