UNPKG
gpudeploy
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
Utilities for creating APIs
gpudeploy
/
dist
/
api
/
error.js
5 lines
(4 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ERROR_CODES
=
void
0
;
exports
.
ERROR_CODES
= {
authenticationInvalid
:
403000
};