public static interface ErrorInfo.Builder extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo.Builder |
message(String message)
Error message.
|
ErrorInfo.Builder |
type(IngestionErrorType type)
Error type.
|
ErrorInfo.Builder |
type(String type)
Error type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorInfo.Builder type(String type)
Error type.
type - Error type.IngestionErrorType,
IngestionErrorTypeErrorInfo.Builder type(IngestionErrorType type)
Error type.
type - Error type.IngestionErrorType,
IngestionErrorTypeErrorInfo.Builder message(String message)
Error message.
message - Error message.Copyright © 2020. All rights reserved.