Skip to content

Commit c9cc109

Browse files
committed
feat(constants): add error constant for provenance fetch failure
1 parent 91d3b99 commit c9cc109

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const ERROR_CALC_INSTALL_SIZE_FAILED = 'Failed to calculate install size.
1616
export const NPM_MISSING_README_SENTINEL = 'ERROR: No README data found!'
1717
export const ERROR_JSR_FETCH_FAILED = 'Failed to fetch package from JSR registry.'
1818
export const ERROR_NPM_FETCH_FAILED = 'Failed to fetch package from npm registry.'
19+
export const ERROR_PROVENANCE_FETCH_FAILED = 'Failed to fetch provenance.'
1920
/** @public */
2021
export const ERROR_SUGGESTIONS_FETCH_FAILED = 'Failed to fetch suggestions.'
2122

0 commit comments

Comments
 (0)