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
In all of our providers we check the result of the KIM trait methods and convert the String to a ResponseStatus, most of the time to be ResponseStatus::KeyIDManagerError.
To avoid this repetion of code, this could be done on the trait itself and re-used everywhere.
The text was updated successfully, but these errors were encountered:
In all of our providers we check the result of the KIM trait methods and convert the
String
to aResponseStatus
, most of the time to beResponseStatus::KeyIDManagerError
.To avoid this repetion of code, this could be done on the trait itself and re-used everywhere.
The text was updated successfully, but these errors were encountered: