Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ErrorInfo.Builder
-
Packages that use ErrorInfo.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ErrorInfo.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ErrorInfo.Builder Modifier and Type Method Description static ErrorInfo.BuilderErrorInfo. builder()ErrorInfo.BuilderErrorInfo.Builder. code(String code)The error code for an invalid or failed operation.ErrorInfo.BuilderErrorInfo.Builder. reason(String reason)The failure reason for the operation.ErrorInfo.BuilderErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ErrorInfo.Builder Modifier and Type Method Description static Class<? extends ErrorInfo.Builder>ErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ErrorInfo.Builder Modifier and Type Method Description default DescribePartnerAppResponse.BuilderDescribePartnerAppResponse.Builder. error(Consumer<ErrorInfo.Builder> error)This is an error field object that contains the error code and the reason for an operation failure.
-