Appearance
错误处理器。详情可查阅onError。
error
void
any
/** * `onError` 回调定义 */ export type ErrorListener = (error: any) => void