Uses of Class
software.amazon.awssdk.services.finspace.model.ErrorInfo
-
Packages that use ErrorInfo Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of ErrorInfo in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return ErrorInfo Modifier and Type Method Description ErrorInfoCreateKxChangesetResponse. errorInfo()The details of the error that you receive when creating a changeset.ErrorInfoGetKxChangesetResponse. errorInfo()Provides details in the event of a failed flow, including the error type and the related error message.Methods in software.amazon.awssdk.services.finspace.model with parameters of type ErrorInfo Modifier and Type Method Description CreateKxChangesetResponse.BuilderCreateKxChangesetResponse.Builder. errorInfo(ErrorInfo errorInfo)The details of the error that you receive when creating a changeset.GetKxChangesetResponse.BuilderGetKxChangesetResponse.Builder. errorInfo(ErrorInfo errorInfo)Provides details in the event of a failed flow, including the error type and the related error message.
-