ngify
Preparing search index...
@ngify/http
index
HttpJsonParseError
Interface HttpJsonParseError
An error that represents a failed attempt to JSON.parse text coming back from the server.
interface
HttpJsonParseError
{
error
:
Error
;
text
:
string
;
}
Index
Properties
error
text
Properties
error
error
:
Error
text
text
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
text
ngify
Loading...
An error that represents a failed attempt to JSON.parse text coming back from the server.