| 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.DeviceFarm.Types.Problem
Description
Synopsis
- data Problem = Problem' {}
- newProblem :: Problem
- problem_device :: Lens' Problem (Maybe Device)
- problem_job :: Lens' Problem (Maybe ProblemDetail)
- problem_message :: Lens' Problem (Maybe Text)
- problem_result :: Lens' Problem (Maybe ExecutionResult)
- problem_run :: Lens' Problem (Maybe ProblemDetail)
- problem_suite :: Lens' Problem (Maybe ProblemDetail)
- problem_test :: Lens' Problem (Maybe ProblemDetail)
Documentation
Represents a specific warning or failure.
See: newProblem smart constructor.
Constructors
| Problem' | |
Fields
| |
Instances
newProblem :: Problem Source #
Create a value of Problem 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:device:Problem', problem_device - Information about the associated device.
$sel:job:Problem', problem_job - Information about the associated job.
$sel:message:Problem', problem_message - A message about the problem's result.
$sel:result:Problem', problem_result - The problem's result.
Allowed values include:
- PENDING
- PASSED
- WARNED
- FAILED
- SKIPPED
- ERRORED
- STOPPED
$sel:run:Problem', problem_run - Information about the associated run.
$sel:suite:Problem', problem_suite - Information about the associated suite.
$sel:test:Problem', problem_test - Information about the associated test.
problem_job :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated job.
problem_result :: Lens' Problem (Maybe ExecutionResult) Source #
The problem's result.
Allowed values include:
- PENDING
- PASSED
- WARNED
- FAILED
- SKIPPED
- ERRORED
- STOPPED
problem_run :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated run.
problem_suite :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated suite.
problem_test :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated test.