Aller au contenu principal

SAAS_CONNECTOR_API_SOURCE_HTTP_ERROR error condition

SQLSTATE: KD000

An error occurred in the SaaS connector source HTTP request component.

EMPTY_FIELD_PATH​

field_path for body_json injection must be a non-empty array.

FIELD_NAME_AND_FIELD_PATH_BOTH_SET​

field_name and field_path cannot both be set.

FIELD_PATH_WITHOUT_BODY_JSON​

field_path is only valid for inject_into: body_json, got '<injectInto>'.

UNPARSEABLE_BODY_JSON_VALUE​

Value '<value>' cannot be parsed as body_json value_type '<valueType>'.

UNSUPPORTED_BODY_JSON_VALUE_TYPE​

Unsupported body_json value_type '<valueType>'. Supported: <supported>.

UNSUPPORTED_INJECTION_TARGET​

Unsupported inject_into value '<target>'. Supported: <supported>.

VALUE_TYPE_WITHOUT_BODY_JSON​

value_type is only valid for inject_into: body_json, got '<injectInto>'.