UNPKG
@candrewsintegralblue/snyk
Version:
latest (1.1296.2)
1.1296.2
1.1296.1
1.1296.0
1.1295.4
1.1295.3
1.1295.2
1.1295.1
1.1295.0
1.1294.3
1.1294.2
1.1294.1
1.1294.0
1.1293.2-pre-pnpm
1.1293.1
1.1293.0
1.1291.1
1.1291.0
1.1290.0
1.1289.0
1.1288.1
1.1288.0
1.1287.0
1.1286.4
1.1286.3
1.1286.2
1.1286.1
1.1286.0
1.1285.1
1.1285.0
1.1284.0
1.1283.1
1.1283.0
1.1282.1
1.1282.0
1.1281.0
1.1280.0
1.1279.0
1.1278.0
1.1277.0
1.1276.0
1.1266.0
1.1265.0
1.1264.0
1.1262.0
1.1261.0
1.1260.0
1.1259.0
1.1258.0
1.1257.0
1.1256.0
1.1255.0
1.1254.0
1.1253.0
1.1252.0
1.1251.0
1.1250.0
1.1248.0
1.1247.0
1.1246.0
1.1245.0
1.1244.0
1.1243.0
1.1242.0
1.1241.0
1.1240.0
1.1238.0
1.1237.0
1.1236.0
1.1235.0
1.1234.0
1.1233.0
1.1232.0
1.1220.0
1.1219.0
1.1217.0
1.1216.0
1.1215.0
1.1214.0
1.1213.0
1.1212.0
1.1211.0
1.1209.0
1.1208.0
1.1207.0
1.1206.0
1.1196.0
1.1194.0
1.1193.0
1.1192.0
1.1191.0
1.1190.0
1.1189.0
1.1188.0
1.1187.0
1.1186.0
1.1185.0
1.1184.0
1.1183.0
1.1182.0
1.1181.0
1.1180.0
1.1179.0
1.1178.0
1.1177.0
1.1176.0
1.1175.0
1.1174.0
1.1173.0
1.1172.0
1.1171.0
1.1170.0
1.1169.0
1.1168.0
1.1167.0
1.1165.0
1.1163.0
1.1162.0
1.1161.0
1.1160.0
1.1159.0
1.1157.0
1.1156.0
1.1155.0
1.1153.0
1.1152.0
1.1150.0
1.1147.0
1.1146.0
1.1144.0
1.1143.0
1.1142.0
1.1128.0
1.1127.0
1.1126.0
1.1125.0
1.1123.0
1.1121.0
1.1118.0
1.1117.0
1.1116.0
1.1115.0
1.1114.0
1.1111.0
1.1110.0
1.1109.0
1.1108.0
1.1106.0
1.1105.0
1.1104.0
1.1103.0
1.1100.0
1.1097.0
1.1093.0
1.1092.0
1.1091.0
1.1083.0
1.1082.0
1.1081.0
1.1080.0
1.1079.0
1.1077.0
1.1076.0
1.1071.0
1.1069.0
1.1064.0
1.1063.0
1.1061.0
1.1060.0
1.1059.0
1.1058.0
1.1057.0
1.1056.0
1.1036.0
0.0.4
0.0.3
0.0.2
0.0.2-dev.20882eadb56275e0b3d4eecdc97909e7facdbc99
0.0.1
snyk library and cli utility
github.com/snyk/snyk
snyk/snyk
@candrewsintegralblue/snyk
/
dist
/
lib
/
errors
/
bad-gateway-error.d.ts
8 lines
(7 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CustomError
}
from
'./custom-error'
;
export
declare
class
BadGatewayError
extends
CustomError
{
private
static
ERROR_CODE
;
private
static
ERROR_STRING_CODE
;
private
static
ERROR_MESSAGE
;
constructor
(
userMessage
:
any
); }