airbyte_cdk.sources.declarative.exceptions
class
ReadException(builtins.Exception):
7class ReadException(Exception): 8 """ 9 Raise when there is an error reading data from an API Source 10 """
Raise when there is an error reading data from an API Source