Uses of Class
software.amazon.awssdk.services.qbusiness.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ErrorDetail Modifier and Type Method Description ErrorDetailAttachmentOutput. error()An error associated with a file uploaded during chat.ErrorDetailDataSourceSyncJob. error()If theStatusfield is set toFAILED, theErrorCodefield indicates the reason the synchronization failed.ErrorDetailDocumentDetails. error()An error message associated with the document.ErrorDetailFailedDocument. error()An explanation for why the document couldn't be removed from the index.ErrorDetailGetApplicationResponse. error()If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.ErrorDetailGetDataSourceResponse. error()When theStatusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.ErrorDetailGetIndexResponse. error()When theStatusfield value isFAILED, theErrorMessagefield contains a message that explains why.ErrorDetailGetWebExperienceResponse. error()When theStatusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.ErrorDetailGroupStatusDetail. errorDetail()The details of an error associated a group status.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ErrorDetail Modifier and Type Method Description AttachmentOutput.BuilderAttachmentOutput.Builder. error(ErrorDetail error)An error associated with a file uploaded during chat.DataSourceSyncJob.BuilderDataSourceSyncJob.Builder. error(ErrorDetail error)If theStatusfield is set toFAILED, theErrorCodefield indicates the reason the synchronization failed.DocumentDetails.BuilderDocumentDetails.Builder. error(ErrorDetail error)An error message associated with the document.FailedDocument.BuilderFailedDocument.Builder. error(ErrorDetail error)An explanation for why the document couldn't be removed from the index.GetApplicationResponse.BuilderGetApplicationResponse.Builder. error(ErrorDetail error)If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. error(ErrorDetail error)When theStatusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.GetIndexResponse.BuilderGetIndexResponse.Builder. error(ErrorDetail error)When theStatusfield value isFAILED, theErrorMessagefield contains a message that explains why.GetWebExperienceResponse.BuilderGetWebExperienceResponse.Builder. error(ErrorDetail error)When theStatusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source connector to fail.GroupStatusDetail.BuilderGroupStatusDetail.Builder. errorDetail(ErrorDetail errorDetail)The details of an error associated a group status.
-