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 MemberError Source #
The list of errors returned when a member action results in an error.
See: newMemberError
smart constructor.
Instances
newMemberError :: MemberError Source #
Create a value of MemberError
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:memberId:MemberError'
, memberError_memberId
- The member ID.
$sel:errorCode:MemberError'
, memberError_errorCode
- The error code.
$sel:errorMessage:MemberError'
, memberError_errorMessage
- The error message.
memberError_memberId :: Lens' MemberError (Maybe Text) Source #
The member ID.
memberError_errorCode :: Lens' MemberError (Maybe ErrorCode) Source #
The error code.
memberError_errorMessage :: Lens' MemberError (Maybe Text) Source #
The error message.