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