public static interface CollectionErrorDetail.Builder extends SdkPojo, CopyableBuilder<CollectionErrorDetail.Builder,CollectionErrorDetail>
| Modifier and Type | Method and Description |
|---|---|
CollectionErrorDetail.Builder |
errorCode(String errorCode)
The error code for the request.
|
CollectionErrorDetail.Builder |
errorMessage(String errorMessage)
A description of the error.
|
CollectionErrorDetail.Builder |
id(String id)
If the request contains collection IDs, the response includes the IDs provided in the request.
|
CollectionErrorDetail.Builder |
name(String name)
If the request contains collection names, the response includes the names provided in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectionErrorDetail.Builder errorCode(String errorCode)
The error code for the request. For example, NOT_FOUND.
errorCode - The error code for the request. For example, NOT_FOUND.CollectionErrorDetail.Builder errorMessage(String errorMessage)
A description of the error. For example, The specified Collection is not found.
errorMessage - A description of the error. For example, The specified Collection is not found.CollectionErrorDetail.Builder id(String id)
If the request contains collection IDs, the response includes the IDs provided in the request.
id - If the request contains collection IDs, the response includes the IDs provided in the request.CollectionErrorDetail.Builder name(String name)
If the request contains collection names, the response includes the names provided in the request.
name - If the request contains collection names, the response includes the names provided in the request.Copyright © 2023. All rights reserved.