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
Expose errors as variables so they can be tested with `errors.Is()`.
Ensure errors are in a single file for DX maintenance with regards to grammar and support.
Close#1676
Many of the SDK errors are not testable with
errors.Is()
and not usable for exact unit test assertions without string comparisons.Acceptance Criteria
%w
witherrors.Join()
The text was updated successfully, but these errors were encountered: