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
feat: Implement NetError (and rename proton.Error to proton.APIError) NetError is an error type returned when no response was received from the API. This allows callers to determine whether their call failed due to a network level error. Additionally, proton.APIError now has Status to see what the status code was in the response that triggered the error.