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 |
Synopsis
Documentation
data UpdateError Source #
Describes the error(s) encountered with the last update of the environment.
See: newUpdateError
smart constructor.
Instances
newUpdateError :: UpdateError Source #
Create a value of UpdateError
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:UpdateError'
, updateError_errorCode
- The error code that corresponds to the error with the last update.
$sel:errorMessage:UpdateError'
, updateError_errorMessage
- The error message that corresponds to the error code.
updateError_errorCode :: Lens' UpdateError (Maybe Text) Source #
The error code that corresponds to the error with the last update.
updateError_errorMessage :: Lens' UpdateError (Maybe Text) Source #
The error message that corresponds to the error code.