errorTextString(default: null)

An error message displayed when state is "error".

Example - show an error message

<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
    label: "fetch_data",
    state: "error",
    expandable: true,
    expanded: true,
    errorText: "Connection timed out."
});
</script>
In this article
errorText
Not finding the help you need?
Contact Support