| 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.ConnectCases.Types.FieldOptionError
Description
Documentation
data FieldOptionError Source #
Object for field Options errors.
See: newFieldOptionError smart constructor.
Constructors
| FieldOptionError' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> FieldOptionError |
Create a value of FieldOptionError 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:errorCode:FieldOptionError', fieldOptionError_errorCode - Error code from creating or updating field option.
$sel:message:FieldOptionError', fieldOptionError_message - Error message from creating or updating field option.
$sel:value:FieldOptionError', fieldOptionError_value - The field option value that caused the error.
fieldOptionError_errorCode :: Lens' FieldOptionError Text Source #
Error code from creating or updating field option.
fieldOptionError_message :: Lens' FieldOptionError Text Source #
Error message from creating or updating field option.
fieldOptionError_value :: Lens' FieldOptionError Text Source #
The field option value that caused the error.