The error reason given when the state prohibits you from executing this action.

interface InvalidStateMember {
    $unknown?: undefined;
    ignoreNonInteractedQuestions?: undefined;
    inexplicitRubricOverwrite?: undefined;
    invalidParam?: undefined;
    invalidState: InvalidStateErrorReason;
    unknownEnumType?: undefined;
    wrongItemCount?: undefined;
}

Properties

$unknown?: undefined
ignoreNonInteractedQuestions?: undefined
inexplicitRubricOverwrite?: undefined
invalidParam?: undefined
unknownEnumType?: undefined
wrongItemCount?: undefined