Indicates how to respond to errors during the import process.

ImportErrorMode

interface ImportErrorMode {
    onError?: string;
}

Properties

Properties

onError?: string

Indicates how to respond to errors during the import process. Possible values: abort or continue.

ImportErrorMode