GitHub

DaffCollectionPageOutOfBoundsError

Error

import { DaffCollectionPageOutOfBoundsError } from '@daffodil/core'

An error thrown when the requested page is greater than the number of available pages.

class DaffCollectionPageOutOfBoundsError extends DaffInheritableError implements DaffError {
  readonly code: string = DAFF_COLLECTION_PAGE_OUT_OF_BOUNDS_ERROR_CODE
  __proto__: Error
  recoverable: boolean = false
  name: string
  message: string
  stack: string
}