/*! * Copyright (c) Microsoft. All rights reserved. */ export declare enum MakerSessionError { FAILED_TO_APPLY_TEMPLATE = "Failed to apply template", ONLY_SINGLE_MAKER_SESSION_CAN_BE_ACTIVE_AT_A_TIME = "Only single maker session can be active at a time", SDK_NOT_INITIALIZED = "Sdk is not initialized, please call initAsync method to initialize the SDK.", WINDOW_FAILED_TO_OPEN = "Window Failed to open" }