airbyte_cdk.sources.declarative.exceptions

1#
2# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
3#
4
5
6class ReadException(Exception):
7    """
8    Raise when there is an error reading data from an API Source
9    """
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