Class ClientErrorHttpResponse

Types an HTTP response that is classified as a client error response (status code: 400-499).

Hierarchy

Methods

  • Casts the response body as of type . Useful to extract the body to a specific type.

    Unsafe method!

    Type Parameters

    • T extends null | string | object | Blob | JSONArray

    Returns LazyHttpBody<T>

    a typed version of HttpBody

Generated using TypeDoc