UNPKG
@levo-so/client
Version:
latest (0.0.25-alpha)
0.0.25-alpha
0.0.24-alpha
0.0.23-alpha
0.0.22-alpha
0.0.21-alpha
0.0.20-alpha
0.0.19-alpha
0.0.18-alpha
0.0.17-alpha
0.0.15-alpha
<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">
@levo-so/client
/
dist
/
error.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
IErrorBase
}
from
'./types/types'
;
export
type
LevoErrorDetails
=
IErrorBase
;
export
declare
class
LevoError
extends
Error
{
details
:
LevoErrorDetails
;
constructor
(
data
:
LevoErrorDetails
); }