Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Problem = Problem' {}
- newProblem :: Problem
- problem_device :: Lens' Problem (Maybe Device)
- problem_test :: Lens' Problem (Maybe ProblemDetail)
- problem_result :: Lens' Problem (Maybe ExecutionResult)
- problem_run :: Lens' Problem (Maybe ProblemDetail)
- problem_job :: Lens' Problem (Maybe ProblemDetail)
- problem_message :: Lens' Problem (Maybe Text)
- problem_suite :: Lens' Problem (Maybe ProblemDetail)
Documentation
Represents a specific warning or failure.
See: newProblem
smart constructor.
Problem' | |
|
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:test:Problem'
, problem_test
- Information about the associated test.
$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:job:Problem'
, problem_job
- Information about the associated job.
$sel:message:Problem'
, problem_message
- A message about the problem's result.
$sel:suite:Problem'
, problem_suite
- Information about the associated suite.
problem_test :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated test.
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_job :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated job.
problem_suite :: Lens' Problem (Maybe ProblemDetail) Source #
Information about the associated suite.