/** * @author Qianhao Dong */ export declare class Retry { static readonly RETRY_TIMES = 6; static readonly BACKOFF_TIME_MS = 5000; } export declare class ErrorNames { static readonly PRECONDITION_ERROR = "PreconditionError"; static readonly PROVISION_ERROR = "ProvisionError"; static readonly CONFIG_UPDATING_ERROR = "ConfigUpdatingError"; static readonly CONFIG_VALIDATION_ERROR = "ConfigValidationError"; static readonly BOT_REGISTRATION_NOTFOUND_ERROR = "BotRegistrationNotFoundError"; static readonly MSG_ENDPOINT_UPDATING_ERROR = "MessageEndpointUpdatingError"; static readonly COMMAND_EXECUTION_ERROR = "CommandExecutionError"; static readonly CALL_APPSTUDIO_API_ERROR = "CallAppStudioAPIError"; static readonly CREATE_BOT_REGISTRATION_API_ERROR = "CreateBotRegistrationApiError"; static readonly PACK_DIR_EXISTENCE_ERROR = "PackDirectoryExistenceError"; static readonly ACQUIRE_BOT_FRAMEWORK_TOKEN_ERROR = "AcquireBotFrameworkTokenError"; static readonly FORBIDDEN_RESULT_BOT_FRAMEWORK_ERROR = "ForbiddenResultBotFrameworkError"; static readonly CONFLICT_RESULT_BOT_FRAMEWORK_ERROR = "ConflictResultBotFrameworkError"; } export declare const TeamsFxUrlNames: { [index: string]: string; }; //# sourceMappingURL=constants.d.ts.map