Class: PageLoadError

qui.navigation.PageLoadError(path, pathId, section, page, error)

An error indicating that navigation could not be done due to a page load error.

Constructor

new PageLoadError(path, pathId, section, page, error)

Parameters:
Name Type Description
path Array.<String>

the full path that could not be navigated

pathId String

the path id to which the navigation could not be done

section qui.sections.Section

the section in which the navigation error occurred

page qui.navigation.PageMixin

the page where the navigation stopped

error Error

the error that occurred

Source:

Extends

  • Error