Aller au contenu principal

SAAS_CONNECTOR_API_SOURCE_DECODER_ERROR error condition

SQLSTATE: KD000

An error occurred in the SaaS connector source decoder component.

CSV_PARSE_FAILED​

Failed to parse CSV response: <error>

DECODER_NESTING_DEPTH_EXCEEDED​

Decoder nesting depth exceeds maximum of <maxDepth>. Check for circular or excessively nested composite decoders (gzip/zip).

GZIP_DECOMPRESSION_FAILED​

Failed to decompress gzip response: <error>

INVALID_ZIP_FILE​

Failed to read ZIP archive: <error>

MISSING_DECODER_TYPE​

Decoder config is missing required 'type' field.

STREAMING_DECODER_WITH_PAGINATION​

Streaming decoders cannot be used with pagination. The response body can only be consumed once.

UNKNOWN_DECODER_TYPE​

Unknown decoder type: '<decoderType>'.

UNSUPPORTED_ENCODING​

Unsupported character encoding '<encoding>': <error>

ZIP_ENTRY_DECODE_FAILED​

Failed to decode ZIP entry '<entryName>': <error>