Debugging
Axios error parser
Parse an axios error object and extract request and response headers and bodies. Invalid JSON uses the same normalization and repair path as the JSON prettifier.
Supports raw axios error objects, including malformed JSON that needs quote normalization and repair.
Resolved from `response.config.headers`, top-level `config.headers`, or the raw request header string.
Resolved from `response.config.data`, top-level `config.data`, or request payload fields when available.
Resolved from `response.headers`.
Resolved from `response.data`.
Status
Ready to parse an axios error payload.