Rejection | @uirouter/angular
Options
Menu

Hierarchy

  • Rejection

Index

Constructors

  • new Rejection(type: number, message?: string, detail?: any): Rejection

Properties

$id: number = id++
detail: any
message: string
redirected: boolean
type: number

Methods

  • toPromise(): Promise<any>
  • toString(): string
  • aborted(detail?: any): Rejection
  • Returns a Rejection due to aborted transition

  • errored(detail?: any): Rejection
  • Returns a Rejection due to aborted transition

  • ignored(detail?: any): Rejection
  • Returns a Rejection due to ignored transition

  • invalid(detail?: any): Rejection
  • Returns a Rejection due to invalid transition

  • isRejectionPromise(obj: any): boolean
  • Returns true if the obj is a rejected promise created from the asPromise factory

  • Returns a Rejection

    Normalizes a value as a Rejection. If the value is already a Rejection, returns it. Otherwise, wraps and returns the value as a Rejection (Rejection type: ERROR).

    Parameters

    Returns Rejection

    :

    detail if it is already a Rejection, else returns an ERROR Rejection.


  • redirected(detail?: any): Rejection
  • Returns a Rejection due to redirected transition

  • superseded(detail?: any, options?: any): Rejection
  • Returns a Rejection due to transition superseded

Generated using TypeDoc