Skip to main content
Version: Next

ResponseError.response

Home > @backstage/errors > ResponseError > response

The actual response, as seen by the client.

Note that the body of this response is always consumed. Its parsed form is in the body field.

Signature:

readonly response: ConsumedResponse;