Skip to main content

SAAS_CONNECTOR_YAML_CONFIG_SOURCE_PAGINATOR_ERROR error condition

SQLSTATE: KD000

An error occurred in the SaaS connector source paginator component

INVALID_NUMERIC_PAGE_TOKEN

Expected a numeric page token for offset/page-increment strategy, but got '<value>'.

INVALID_PAGE_SIZE

page_size '<value>' is not a valid integer.

INVALID_PAGE_SIZE_OPTION_TYPE

Unsupported page_size_option type '<optionType>'. Supported: <supported>.

INVALID_PAGE_TOKEN_OPTION_TYPE

Unsupported page_token_option type '<optionType>'. Supported: <supported>.

INVALID_STOP_CONDITION_RESULT

Invalid stop_condition: '<template>'. Should evaluate to a boolean value.

PAGE_SIZE_OPTION_WITHOUT_PAGE_SIZE

page_size_option is configured but the pagination strategy has no page_size.

UNSUPPORTED_PAGINATOR_TYPE

Unsupported paginator type '<paginatorType>'. Supported: <supported>.

UNSUPPORTED_STRATEGY_TYPE

Unsupported pagination strategy '<strategyType>'. Supported: <supported>.