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
Documentation
data RenderingError Source #
A description of an error that occurred while rendering the template.
See: newRenderingError
smart constructor.
Instances
Create a value of RenderingError
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:code:RenderingError'
, renderingError_code
- A unique identifier for a specific class of errors.
$sel:message:RenderingError'
, renderingError_message
- A human-readable message describing the error.
renderingError_code :: Lens' RenderingError Text Source #
A unique identifier for a specific class of errors.
renderingError_message :: Lens' RenderingError Text Source #
A human-readable message describing the error.