feedback.error - Events - Feedback Aide API

Feedback Aide API Events

feedback:error

Fired when an error occurs during the feedback generation process.

You would want to be notified about this event firing, because you might want to update your application UI to indicate there is an error, for example.

Examples

feedbackSession.on('feedback:error', function (e) {
    console.log(e)
});

Callback arguments

  • error object

    • code string

    • name string

    • message string

    • cause string

    • doc string

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.