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.
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.