UNPKG
seerbit-nodejs
Version:
latest (0.4.0)
0.4.0
0.3.0
SeerBit NodsJS SDK
github.com/seerbit/serrbit-nodejsy
seerbit/seerbit-nodejs
seerbit-nodejs
/
lib
/
src
/
typings
/
apiError.d.ts
8 lines
(7 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ApiError
{
status
?:
number
;
errorCode
?:
string
;
message
?:
string
;
errorType
?:
string
;
pspReference
?:
string
; }