| 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.QuickSight.Types.ErrorInfo
Description
Synopsis
Documentation
Error information for the SPICE ingestion of a dataset.
See: newErrorInfo smart constructor.
Constructors
| ErrorInfo' | |
Instances
| FromJSON ErrorInfo Source # | |
| Generic ErrorInfo Source # | |
| Read ErrorInfo Source # | |
| Show ErrorInfo Source # | |
| NFData ErrorInfo Source # | |
Defined in Amazonka.QuickSight.Types.ErrorInfo  | |
| Eq ErrorInfo Source # | |
| Hashable ErrorInfo Source # | |
Defined in Amazonka.QuickSight.Types.ErrorInfo  | |
| type Rep ErrorInfo Source # | |
Defined in Amazonka.QuickSight.Types.ErrorInfo type Rep ErrorInfo = D1 ('MetaData "ErrorInfo" "Amazonka.QuickSight.Types.ErrorInfo" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "ErrorInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IngestionErrorType))))  | |
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:message:ErrorInfo', errorInfo_message - Error message.
$sel:type':ErrorInfo', errorInfo_type - Error type.
errorInfo_type :: Lens' ErrorInfo (Maybe IngestionErrorType) Source #
Error type.