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 |
Synopsis
- data ShareError = ShareError' {}
- newShareError :: ShareError
- shareError_accounts :: Lens' ShareError (Maybe [Text])
- shareError_error :: Lens' ShareError (Maybe Text)
- shareError_message :: Lens' ShareError (Maybe Text)
Documentation
data ShareError Source #
Errors that occurred during the portfolio share operation.
See: newShareError
smart constructor.
Instances
newShareError :: ShareError Source #
Create a value of ShareError
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:accounts:ShareError'
, shareError_accounts
- List of accounts impacted by the error.
$sel:error:ShareError'
, shareError_error
- Error type that happened when processing the operation.
$sel:message:ShareError'
, shareError_message
- Information about the error.
shareError_accounts :: Lens' ShareError (Maybe [Text]) Source #
List of accounts impacted by the error.
shareError_error :: Lens' ShareError (Maybe Text) Source #
Error type that happened when processing the operation.
shareError_message :: Lens' ShareError (Maybe Text) Source #
Information about the error.