In your page http://www.telerik.com/help/aspnet-ajax/autocompletebox-onclientrequestfailed.html you only have one message to show to the user, why not return de http status code?
In this moment the workaround suggested by your team is:
<script>
Telerik.Web.UI.WebServiceLoader.prototype._onWebServiceError = function (error, context)
{
var errorEventArgs = new Telerik.Web.UI.WebServiceLoaderErrorEventArgs(error.get_statusCode().toString(), context);
this._raiseEvent("loadingError", errorEventArgs);
}
function OnClientRequestFailed(sender, args) {
console.log(args.get_errorMessage());
}
</script>
This request is declined due to the lack of interest by the community.
Regards,
Vessy
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.