Class: SectionLoadError

qui.navigation.SectionLoadError(path, pathId, section, error)

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

Constructor

new SectionLoadError(path, pathId, section, 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

error Error

the error that occurred

Source:

Extends

  • Error