AngularTS
    Preparing search index...

    Class Rejection

    Normalized representation of a transition failure, abort, ignore, or redirect.

    Hierarchy

    • Error
      • Rejection
    Index

    Constructors

    Properties

    $id: number
    cause?: unknown
    detail: unknown
    message: string
    name: string
    redirected: boolean
    stack?: string

    Methods

    • Returns a string representation of an object.

      Returns string

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error

    • Parameters

      • Optionaldetail: unknown
      • Optionaloptions: { redirected?: boolean }

      Returns Rejection