public static interface BatchGetCommitsError.Builder extends SdkPojo, CopyableBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsError.Builder |
commitId(String commitId)
A commit ID that either could not be found or was not in a valid format.
|
BatchGetCommitsError.Builder |
errorCode(String errorCode)
An error code that specifies whether the commit ID was not valid or not found.
|
BatchGetCommitsError.Builder |
errorMessage(String errorMessage)
An error message that provides detail about why the commit ID either was not found or was not valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCommitsError.Builder commitId(String commitId)
A commit ID that either could not be found or was not in a valid format.
commitId - A commit ID that either could not be found or was not in a valid format.BatchGetCommitsError.Builder errorCode(String errorCode)
An error code that specifies whether the commit ID was not valid or not found.
errorCode - An error code that specifies whether the commit ID was not valid or not found.BatchGetCommitsError.Builder errorMessage(String errorMessage)
An error message that provides detail about why the commit ID either was not found or was not valid.
errorMessage - An error message that provides detail about why the commit ID either was not found or was not valid.Copyright © 2020. All rights reserved.