@sap-ux/store
Version:
NPM module for storing persistent data
27 lines (26 loc) • 1.96 kB
JSON
{
"error": {
"unsupportedEntity": "Unsupported entity - {{entityName}}",
"systemDoesNotExist": "System does not exist. URL: [{{system.url}}], client: [{{system.client}}]",
"parsingStore": "Cannot parse store for {{entityName}}",
"noPropertiesSpecified": "No properties specified for update",
"systemMigrationFailed": "Migrating systems from secure store failed",
"systemAlreadyExistsInHybridStore": "System with ID: [{{systemId}}] already exists in hybrid store. Not migrating",
"couldNotDeleteRefreshToken": "Could not delete refresh token for [{{- url}}]",
"backendSystemEntityKeyExists": "The 'BackendSystem' entity was not written because a 'BackendSystem' entity key already exists: {{entityKey}}.",
"systemsJsonMigrationFailed": "The migration of the systems.json file from .fioritools to .saptools failed: {{- error}}"
},
"info": {
"foundRefreshToken": "Found refresh token for {{- systemId}}",
"tryingToUpdateAuthType": "Trying to update authentication type for {{- systemId}}",
"authTypeDetermined": "Authentication type [{{- authenticationType }}] determined for {{- systemId }}",
"authTypeNotDetermined": "Authentication type could not be determined for {{- systemId }}",
"updatingRefreshTokenInNewStore": "Update refresh token in new store for {{- systemId}}",
"deletingRefreshTokenFromOldStore": "Deleting refresh token in old store for {{- systemId}}",
"legacyApiHubKeyFound": "Legacy format API Hub Key found in secure store",
"legacyApiHubKeyDeleted": "Legacy format API Hub Key removed from secure store",
"legacyApiHubKeyMigrated": "Legacy format API Hub Key migrated to new format",
"legacyApiHubKeyNotMigrated": "Legacy format API Hub Key not migrated, new format already exits",
"noLegacyApiHubKeyFound": "No legacy format API Hub Key found in secure store"
}
}