authenticator-rs
authenticator-rs copied to clipboard
Return consistent custom error codes
We currently usually return io::Errors. We should have a nice list of error codes, maybe defined by the standard, that allow callers of the API to determine the cause of the error and provide better feedback in the JS console.