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
Right now middleware handle function is expected to return twirp::ClientError which makes it hard to return any special middleware errors. Maybe there can be another option in the enum such as ClientError::Middleware(String)?