UNPKG
node-routeros-v2
Version:
latest (1.6.12)
1.6.12
1.6.11
1.6.10
Mikrotik Routerboard RouterOS API for NodeJS
github.com/jace254/node-routeros
jace254/node-routeros
node-routeros-v2
/
dist
/
RosException.d.ts
8 lines
(7 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * RouterOS Exception Handler */
export
declare
class
RosException
extends
Error
{
errno
:
string
;
constructor
(
errno
:
string
,
extras
?:
any
); }