airbyte_client 0.41.0

Airbyte Client is an unofficial client library for the Airbyte API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# AttemptFailureReason

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**failure_origin** | Option<[**crate::models::AttemptFailureOrigin**]AttemptFailureOrigin.md> |  | [optional]
**failure_type** | Option<[**crate::models::AttemptFailureType**]AttemptFailureType.md> |  | [optional]
**external_message** | Option<**String**> |  | [optional]
**internal_message** | Option<**String**> |  | [optional]
**stacktrace** | Option<**String**> |  | [optional]
**retryable** | Option<**bool**> | True if it is known that retrying may succeed, e.g. for a transient failure. False if it is known that a retry will not succeed, e.g. for a configuration issue. If not set, retryable status is not well known. | [optional]
**timestamp** | **i64** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)