UNPKG

node-easysms

Version:

EasySMS is an SMS sender for Node.js

13 lines (12 loc) 310 B
export declare class GatewayErrorException implements Exception { name: string; message: string; stack?: string; raw: Record<string, any>; constructor(message: string, raw: Record<string, any>); /** * 获取发送结果 * @returns */ getRaw(): Record<string, any>; }