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