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, sdkFieldscopyapplyMutation, buildTemplateError.Builder type(String type)
Type of error.
type - Type of error.TemplateErrorType,
TemplateErrorTypeTemplateError.Builder type(TemplateErrorType type)
Type of error.
type - Type of error.TemplateErrorType,
TemplateErrorTypeTemplateError.Builder message(String message)
Description of the error type.
message - Description of the error type.Copyright © 2020. All rights reserved.