This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Question Editor API

errorListener

Function to be called on a response editor error event.

Values

Type function

Callback arguments

The callback receives the following arguments when it is executed.

  • error object

    Object containing error details.

    • code number
    • message string
    • name string
    • title string
Was this article helpful?