11 lines
390 B
JavaScript
11 lines
390 B
JavaScript
/*! @azure/msal-common v14.14.2 2024-08-28 */
|
|
'use strict';
|
|
/*
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License.
|
|
*/
|
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
|
|
export { cacheQuotaExceededErrorCode, cacheUnknownErrorCode };
|
|
//# sourceMappingURL=CacheErrorCodes.mjs.map
|