@azure/msal-browser
Version:
Microsoft Authentication Library for js
12 lines (10 loc) • 372 B
JavaScript
/*! @azure/msal-browser v5.10.1 2026-05-11 */
;
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
const NoNetworkConnectivity = "no_network_connectivity";
const FailedSendRequest = "failed_send_request";
export { FailedSendRequest, NoNetworkConnectivity };
//# sourceMappingURL=HttpErrorCodes.mjs.map