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 |
Documentation
data ReadSetBatchError Source #
An error from a batch read set operation.
See: newReadSetBatchError
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> ReadSetBatchError |
Create a value of ReadSetBatchError
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:ReadSetBatchError'
, readSetBatchError_code
- The error's code.
$sel:id:ReadSetBatchError'
, readSetBatchError_id
- The error's ID.
$sel:message:ReadSetBatchError'
, readSetBatchError_message
- The error's message.
readSetBatchError_code :: Lens' ReadSetBatchError Text Source #
The error's code.
readSetBatchError_id :: Lens' ReadSetBatchError Text Source #
The error's ID.
readSetBatchError_message :: Lens' ReadSetBatchError Text Source #
The error's message.