Angular HAL Client - v1.0.0-dev.7
    Preparing search index...

    Class HalError

    This class represents errors thrown by Angular HAL Client. It unifies errors produced by Angulat HTTP Client and errors originating in the API.

    Hierarchy

    • Error
      • HalError

    Indexable

    • [key: string]: any

      XXX.

    Index

    Constructors

    Properties

    Constructors

    Properties

    error?: string

    The description of the HTTP status.

    path?: string

    The URI path where the error originated.

    status?: number

    The HTTP status code of the error.