GitHub

DaffCollectionPageOutOfBoundsError

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

import { DaffCollectionPageOutOfBoundsError } from '@daffodil/core'
class DaffCollectionPageOutOfBoundsError extends DaffInheritableError implements DaffError {
  readonly code: string
}

Properties

Name Type Description
code string