DevelopmentFrameworkAPIBasicsbn.MPApiError bn.MPApiError • MPApiError: description Standard error class for all errors thrown by Mini Program API. example try { const res = await bn.getSystemInfo()} catch (err) { err instanceof bn.MPApiError // true}