botbook/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs

15 lines
452 B
JavaScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
/*! @azure/msal-common v14.14.2 2024-08-28 */
'use strict';
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* AuthErrorMessage class containing string constants used by error codes and messages.
*/
const unexpectedError = "unexpected_error";
const postRequestFailed = "post_request_failed";
export { postRequestFailed, unexpectedError };
//# sourceMappingURL=AuthErrorCodes.mjs.map