getFrameworkPages method

List<ErrorPage> getFrameworkPages()

Returns all framework-provided error page pods.

Returns

An unmodifiable list containing all error pages identified as framework pages, regardless of whether they were overridden by application pages in the final resolution.

Use Cases

  • Framework internal error handling
  • Diagnostic information about available framework defaults
  • Custom resolution logic that needs access to all framework pages

Implementation

List<ErrorPage> getFrameworkPages() => UnmodifiableListView(_frameworkErrorPages);