UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

15 lines 662 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NoApiAccessTokenPresentException = void 0; const DonobuException_1 = require("./DonobuException"); /** * This exception may be thrown if the deployment environment for the application is DONOBU_HOSTED_MULTI_TENANT but the current API * request does not have a valid access key. */ class NoApiAccessTokenPresentException extends DonobuException_1.DonobuException { constructor() { super('No API access token found.'); } } exports.NoApiAccessTokenPresentException = NoApiAccessTokenPresentException; //# sourceMappingURL=NoApiAccessTokenPresentException.js.map