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 BatchGetCommitsError = BatchGetCommitsError' {}
- newBatchGetCommitsError :: BatchGetCommitsError
- batchGetCommitsError_commitId :: Lens' BatchGetCommitsError (Maybe Text)
- batchGetCommitsError_errorCode :: Lens' BatchGetCommitsError (Maybe Text)
- batchGetCommitsError_errorMessage :: Lens' BatchGetCommitsError (Maybe Text)
Documentation
data BatchGetCommitsError Source #
Returns information about errors in a BatchGetCommits operation.
See: newBatchGetCommitsError
smart constructor.
BatchGetCommitsError' | |
|
Instances
newBatchGetCommitsError :: BatchGetCommitsError Source #
Create a value of BatchGetCommitsError
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:commitId:BatchGetCommitsError'
, batchGetCommitsError_commitId
- A commit ID that either could not be found or was not in a valid format.
$sel:errorCode:BatchGetCommitsError'
, batchGetCommitsError_errorCode
- An error code that specifies whether the commit ID was not valid or not
found.
$sel:errorMessage:BatchGetCommitsError'
, batchGetCommitsError_errorMessage
- An error message that provides detail about why the commit ID either was
not found or was not valid.
batchGetCommitsError_commitId :: Lens' BatchGetCommitsError (Maybe Text) Source #
A commit ID that either could not be found or was not in a valid format.
batchGetCommitsError_errorCode :: Lens' BatchGetCommitsError (Maybe Text) Source #
An error code that specifies whether the commit ID was not valid or not found.
batchGetCommitsError_errorMessage :: Lens' BatchGetCommitsError (Maybe Text) Source #
An error message that provides detail about why the commit ID either was not found or was not valid.