UNPKG
trc-client-core
Version:
latest (0.0.3)
0.0.3
The core of the TRC Client
github.com/blueflag/trc-client-core
blueflag/trc-client-core
trc-client-core
/
src
/
constants
/
Error.js
5 lines
(3 loc)
•
91 B
JavaScript
View Raw
1
2
3
4
5
//
// Technical Reports
export
const
INTERNAL_SERVER_ERROR
=
'500 Internal server error'
;