Aller au contenu principal

SAAS_CONNECTOR_YAML_CONFIG_SOURCE_RETRIEVER_ERROR error condition

SQLSTATE: KD000

An error occurred in the SaaS connector source retriever component.

INVALID_CUSTOM_RETRIEVER_CONFIG

Invalid custom_retriever_config: field '<field>' <reason>.

MISSING_REQUIRED_FIELD

Table '<table>': response record is missing required field '<field>'.

PAGINATION_RESET_NOT_CONFIGURED

Table '<table>': received RESET_PAGINATION but no pagination_reset is configured.

PAGINATION_RESET_NO_PROGRESS

Pagination reset made no progress: <attempts> consecutive attempts with the same slice (max <maxAttempts>). The cursor could not narrow the slice further.

RESPONSE_BODY_PARSE_ERROR

Table '<table>' failed to parse the response body: <body> as JSON. Error: <errorMessage>

UNREGISTERED_CUSTOM_RETRIEVER

Custom retriever class '<className>' is not registered. Registered classes: '<registered>'.

UNSUPPORTED_PAGINATION_RESET_ACTION

Unsupported pagination_reset action '<action>'. Supported: <supported>.