ngify

    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

    Properties

    error: Error
    text: string
    MMNEPVFCICPMFPCPTTAAATR