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
The initial client returns raw ResponseStatuses as error values for all its methods. A better solution would be to return a client-specific error type which would make a distinction between errors originating in the service and errors raised by the client itself.
The initial client returns raw
ResponseStatus
es as error values for all its methods. A better solution would be to return a client-specific error type which would make a distinction between errors originating in the service and errors raised by the client itself.This should be done before #4
The text was updated successfully, but these errors were encountered: