Skip to main content

Errors

Widget Create Errors

inline_element_not_provided

When no inline element or element_id is provided.

sdk_not_initialized

When trying to create Widget even before initializing the SDK.

Record Errors

These are passed in record_error from the Record Widget events

recording_in_progress

When trying to initiate another recording when there is already another one in progress.

invalid_record_options

When the screen, webcam and mic options are passed as false.

permission_error

When there is a screen, webcam or mic related permission errors.

Import Errors

These are passed in import_error from the Import Widget events

file_not_found

When file to import is not found.

invalid_file_format

When the file provided to import is not a valid video or audio format.

size_limit_exceeded

When the import file size is more than the maximum file size allowed to import.

invalid_size

When the file to import is having an invalid file size. Could mean the file is possibly corrupted or has a size of 0 bytes.

processing_failed

When the processing of the imported file has failed.

create_request_failed

When the creation of file import request has failed.

upload_failed

When the file upload has failed. This could be due to a possible network issue.

import_cancelled_by_user

When the file upload is cancelled by the user.

WidgetErrorCallback Errors

The errors returned from WidgetErrorCallback

unknown_widget_error

The widget had encountered and unexpected error resulting in closing of the widget.