UNPKG
cactive
Version:
latest (2.2.8)
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.0
Link in to the vast and epic CactiveNetwork ecosystem.
cactive
/
dist
/
error.d.ts
9 lines
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
Errors
: {
INVALID_UUID
:
string
;
INVALID_ROLE
:
string
;
SOCKET_ERROR
:
string
;
INVALID_USER
:
string
; };
export
default
function
FetchError
(
error
: keyof
typeof
Errors
):
Error
;
export
{};
//# sourceMappingURL=error.d.ts.map