UNPKG

@salesforce/apex-node

Version:

Salesforce JS library for Apex

16 lines 725 B
"use strict"; /* * Copyright (c) 2020, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ Object.defineProperty(exports, "__esModule", { value: true }); exports.RetrieveResultsInterval = exports.StreamingErrors = void 0; var StreamingErrors; (function (StreamingErrors) { StreamingErrors["ERROR_AUTH_INVALID"] = "401::Authentication invalid"; StreamingErrors["ERROR_UNKNOWN_CLIENT_ID"] = "403::Unknown client"; })(StreamingErrors || (exports.StreamingErrors = StreamingErrors = {})); exports.RetrieveResultsInterval = 60 * 1000; //# sourceMappingURL=types.js.map