| 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 | 
Amazonka.CodeCommit.Types.BatchGetCommitsError
Description
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.
Constructors
| BatchGetCommitsError' | |
Fields 
  | |
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.