UNPKG
transact-payments
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
Node module to do payments using transact.io
gitlab.com/transact/node-transact
transact-payments
/
dist
/
lib
/
TransactIoErrorCode.d.ts
13 lines
(12 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
declare
enum
TransactIoErrorCode
{
NONE
=
0
,
ERROR
=
1
,
INVALID_SECRET
=
2
,
INVALID_KEY
=
3
,
PRICE_TOO_LOW
=
4
,
SIGNING_ERROR
=
5
,
VALIDATION_ERROR
=
6
,
INVALID_RECIPIENT
=
7
,
INVALID_TITLE
=
8
,
SIGNATURE_TOO_BIG
=
9
}