Searched defs:ErrorCallback (Results 1 – 3 of 3) sorted by relevance
106 export interface ErrorCallback<T extends Error = BusinessError> { interface
1465 type ErrorCallback = (err: ErrorEvent) => void; alias
39 declare type ErrorCallback = import('../api/@ohos.base').ErrorCallback; alias