public static interface TemplateError.Builder extends SdkPojo, CopyableBuilder<TemplateError.Builder,TemplateError>
Modifier and Type | Method and Description |
---|---|
TemplateError.Builder |
message(String message)
Description of the error type.
|
TemplateError.Builder |
type(String type)
Type of error.
|
TemplateError.Builder |
type(TemplateErrorType type)
Type of error.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TemplateError.Builder type(String type)
Type of error.
type
- Type of error.TemplateErrorType
,
TemplateErrorType
TemplateError.Builder type(TemplateErrorType type)
Type of error.
type
- Type of error.TemplateErrorType
,
TemplateErrorType
TemplateError.Builder message(String message)
Description of the error type.
message
- Description of the error type.Copyright © 2021. All rights reserved.