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