UNPKG

agora-edu-core-lb

Version:

For publishing npm package agora-edu-core (Web & Electron). Get more information from https://docs.agora.io

10 lines (9 loc) 295 B
import { GenericError } from 'agora-rte-sdk'; export declare class BusinessExceptions { static getReadableText(errCode?: string): string; static getErrorText(err: GenericError): { result: string; reason: any; }; static getErrorTitle(err: GenericError): string; }