|
@@ -23,7 +23,7 @@ const codes = {
|
|
'401-7': 'Users in the current role are unable to use',
|
|
'401-7': 'Users in the current role are unable to use',
|
|
};
|
|
};
|
|
const errCodes = {};
|
|
const errCodes = {};
|
|
-const prefix = 'SERVICEERROR_';
|
|
|
|
|
|
+const prefix = 'FRAMEERROR_';
|
|
for (const key in codes) {
|
|
for (const key in codes) {
|
|
errCodes[`${prefix}${key}`] = codes[key];
|
|
errCodes[`${prefix}${key}`] = codes[key];
|
|
}
|
|
}
|