| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.ErrorInfo
Description
Synopsis
Documentation
Provides details in the event of a failed flow, including the failure count and the related error messages.
See: newErrorInfo smart constructor.
Constructors
| ErrorInfo' | |
Fields
| |
Instances
| FromJSON ErrorInfo Source # | |
| Generic ErrorInfo Source # | |
| Read ErrorInfo Source # | |
| Show ErrorInfo Source # | |
| NFData ErrorInfo Source # | |
Defined in Amazonka.AppFlow.Types.ErrorInfo | |
| Eq ErrorInfo Source # | |
| Hashable ErrorInfo Source # | |
Defined in Amazonka.AppFlow.Types.ErrorInfo | |
| type Rep ErrorInfo Source # | |
Defined in Amazonka.AppFlow.Types.ErrorInfo type Rep ErrorInfo = D1 ('MetaData "ErrorInfo" "Amazonka.AppFlow.Types.ErrorInfo" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "executionMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "putFailuresCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) | |
newErrorInfo :: ErrorInfo Source #
Create a value of ErrorInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:executionMessage:ErrorInfo', errorInfo_executionMessage - Specifies the error message that appears if a flow fails.
$sel:putFailuresCount:ErrorInfo', errorInfo_putFailuresCount - Specifies the failure count for the attempted flow.