backk-frontend-utils
Advanced tools
Comparing version 1.0.89 to 1.0.90
export const localErrors = { | ||
ACCESS_TOKEN_ENCRYPTION_KEY_NOT_SET: { | ||
errorCode: 'backkLocalError.1', | ||
errorCode: 'localError.1', | ||
message: "Access token storage encryption key is not set. Use 'EncryptionKeyManager.setAccessTokenStorageEncryptionKey()' function to set the encryption key for services before using them", | ||
}, | ||
NETWORK_ERROR: { | ||
errorCode: 'backkLocalError.2', | ||
errorCode: 'localError.2', | ||
message: 'Remote service call failed due to network error', | ||
@@ -9,0 +9,0 @@ }, |
{ | ||
"name": "backk-frontend-utils", | ||
"version": "1.0.89", | ||
"version": "1.0.90", | ||
"description": "Web frontend utils for Backk microservices", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
317110