public static interface DataSourceErrorMessage.Builder extends SdkPojo, CopyableBuilder<DataSourceErrorMessage.Builder,DataSourceErrorMessage>
| Modifier and Type | Method and Description |
|---|---|
DataSourceErrorMessage.Builder |
errorDetail(String errorDetail)
The details of the error message that is returned if the operation cannot be successfully completed.
|
DataSourceErrorMessage.Builder |
errorType(DataSourceErrorType errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
|
DataSourceErrorMessage.Builder |
errorType(String errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceErrorMessage.Builder errorDetail(String errorDetail)
The details of the error message that is returned if the operation cannot be successfully completed.
errorDetail - The details of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorMessage.Builder errorType(String errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
errorType - The type of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorType,
DataSourceErrorTypeDataSourceErrorMessage.Builder errorType(DataSourceErrorType errorType)
The type of the error message that is returned if the operation cannot be successfully completed.
errorType - The type of the error message that is returned if the operation cannot be successfully completed.DataSourceErrorType,
DataSourceErrorTypeCopyright © 2023. All rights reserved.