Error thrown on unsuccessful HTTP response.
try { // ...} catch (e) { if (e instanceof ClientHttpError) { // e.response and e.problemDetails can be accessed safely. }} Copy
try { // ...} catch (e) { if (e instanceof ClientHttpError) { // e.response and e.problemDetails can be accessed safely. }}
0.0.1
Optional
The ProblemDetails instance.
Error thrown on unsuccessful HTTP response.
Example
Since
0.0.1