UNPKG
@bugbytes/hapi-mirror
Version:
latest (0.42.0)
0.42.0
0.35.0
0.31.13
0.31.12
0.31.11
0.31.10
0.31.9
0.31.8
0.31.7
0.31.6
0.31.5
0.31.4
Hedera Mirror Node Client
github.com/bugbytesinc/hapi-proto
bugbytesinc/hapi-proto
@bugbytes/hapi-mirror
/
mirror-error.d.ts
6 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
MirrorError
extends
Error
{
readonly
status
:
number
;
readonly
innerError
:
Error
|
undefined
;
constructor
(
message
:
string
,
status
:
number
,
innerError
?:
Error
|
undefined
); }
//# sourceMappingURL=mirror-error.d.ts.map