{{ error_pages }}

error_pages Summary

Contains multiple error_pages.

error_pages Properties

FieldTypeDescription
object_typestring"error_pages"
is_validtrue/falsetrue if this contains at least one error_page
prependedlist of error_pageserror_pages that will be listed at the beginning of the items list
fetchedlist of error_pagesThe primary list of error_pages to be included in the items list
appendedlist of error_pageserror_pages that will be listed at the end of the items list
appended_uniquelist of error_pageserror_pages that will be listed at the end of the items list, excluding any error_pages that are already included in either the prepended or fetched lists
itemslist of error_pagesThe full list of error_pages in the proper order and uniqueness, including prepended, fetched, and appended error_pages
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended error_pages
limitnumberThe maximum number of error_pages that could have been fetched dynamically from the database
startnumberThe 1-based index of the first error_page that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of error_pages that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of error_pages in the database that matched the provided filter parameters when fetching the list of fetched error_pages
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched error_pages - as determined by the total_count and limit properties
outputhtmlThe default output that the error_pages will produce when it is output directly to the template - using the "output_in_list" property of each error_page in the items list