Uses of Class
com.mypurecloud.sdk.v2.model.SurveyErrorDetails
Packages that use SurveyErrorDetails
-
Uses of SurveyErrorDetails in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SurveyErrorDetailsModifier and TypeMethodDescriptionSurveyErrorDetails.flowDiagnosticInfo(FlowDiagnosticInfo flowDiagnosticInfo) Additional information about any errors that occurred in the survey invite flow.CreateSurveyResponse.getSurveyErrorDetails()Survey.getSurveyErrorDetails()SurveyErrorDetails.surveyErrorReason(String surveyErrorReason) An error code indicating the reason for the survey failure.Methods in com.mypurecloud.sdk.v2.model with parameters of type SurveyErrorDetailsModifier and TypeMethodDescriptionvoidCreateSurveyResponse.setSurveyErrorDetails(SurveyErrorDetails surveyErrorDetails) voidSurvey.setSurveyErrorDetails(SurveyErrorDetails surveyErrorDetails) CreateSurveyResponse.surveyErrorDetails(SurveyErrorDetails surveyErrorDetails) Additional information about what happened when the survey is in Error status.Survey.surveyErrorDetails(SurveyErrorDetails surveyErrorDetails) Additional information about what happened when the survey is in Error status.