| 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.MigrationHubStrategy.Types.ServerError
Description
Documentation
data ServerError Source #
The error in server analysis.
See: newServerError smart constructor.
Constructors
| ServerError' | |
Fields
| |
Instances
newServerError :: ServerError Source #
Create a value of ServerError 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:serverErrorCategory:ServerError', serverError_serverErrorCategory - The error category of server analysis.
serverError_serverErrorCategory :: Lens' ServerError (Maybe ServerErrorCategory) Source #
The error category of server analysis.