Class ServerErrorHttpResponse

Types an HTTP response that is classified as a server error response (status code: 500-599).

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