@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
11 lines • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FSMaxRetryError = void 0;
const base_1 = require("./base");
class FSMaxRetryError extends base_1.FSBaseError {
constructor(msg, cause) {
super(base_1.FSErrorName.ERROR_MAX_RETRY, msg, cause);
}
}
exports.FSMaxRetryError = FSMaxRetryError;
//# sourceMappingURL=maxRetry.js.map