UNPKG

@juzi/wechaty-puppet-whatsapp

Version:
11 lines 307 B
import { WA_ERROR_TYPE } from './error-type.js'; import { GError } from 'gerror'; export default function WAError(type, message, details) { return GError.from({ code: +type, details, message, name: WA_ERROR_TYPE[type], }); } //# sourceMappingURL=whatsapp-error.js.map