Skip to content

Commit fb15bb0

Browse files
committed
revert+update text
1 parent 24d48c1 commit fb15bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/error_handlers/default_error_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
InvalidURL: ErrorResolution(
2222
response_action=ResponseAction.RETRY,
2323
failure_type=FailureType.transient_error,
24-
error_message="Temporary DNS resolution error occurred. Retrying...",
24+
error_message="Invalid URL specified or DNS error occurred: The endpoint that data is being requested from is not a valid URL. Exception: requests.exceptions.InvalidURL",
2525
),
2626
RequestException: ErrorResolution(
2727
response_action=ResponseAction.RETRY,

0 commit comments

Comments
 (0)