Manage API keys limit error
cmongut opened this issue · 1 comments
cmongut commented
We are raising a generic error when we need to generate a new API key and the user doesn't have any more available.
ForbiddenErrorException: Access denied
We need to handle this case and show a proper error message: TBD
Jesus89 commented
Note: this requires to change to the backend to provide a more descriptive exception.