Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpJsonParseError

An error that represents a failed attempt to JSON.parse text coming back from the server.

It bundles the Error object with the actual response body that failed to parse.

Hierarchy

  • HttpJsonParseError

Index

Properties

Properties

error

error: Error

text

text: string

Generated using TypeDoc