UNPKG

533 BJavaScriptView Raw
1
2
3exports.InvalidFields = "Key_InvalidFields";
4exports.InvalidMerchant = "Key_InvalidMerchant";
5exports.MerchantInactive = "Key_MerchantInactive";
6exports.CustomerNotFound = "Key_CustomerNotFound";
7exports.CustomerInactive = "Key_CustomerInactive";
8exports.UnAuthorizedAccessCustom = "User is not authorized to access ";
9
10// Specific Errors
11exports.RequiredField = "Key_RequiredField";
12exports.UnAuthorizedAccess = "User is not authorized to access this resource";
13exports.DatabaseConnectionError = "Error connecting to database";
\No newline at end of file