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
If you wrap ScimError with fmt.Error() or similar, it will not be recognized as a ScimError by CheckScimError.
To make it easier to handle errors, I would like to judge them using errors.As() rather than err.(ScimError).