Home
last modified time | relevance | path

Searched refs:DownloadLengthMismatchError (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/tuf-js/dist/
Derror.js3 exports.DownloadHTTPError = exports.DownloadLengthMismatchError = exports.DownloadError = exports.E…
38 class DownloadLengthMismatchError extends DownloadError { class
40 exports.DownloadLengthMismatchError = DownloadLengthMismatchError;
Dfetcher.js31 throw new error_1.DownloadLengthMismatchError('Max length reached');