Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/errors/src/constants/cdn.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export const JUNO_CDN_PROPOSALS_ERROR_INVALID_HASH = 'juno.cdn.proposals.error.i

export const JUNO_CDN_PROPOSALS_ERROR_UNKNOWN_TYPE = 'juno.cdn.proposals.error.unknown_type';

export const JUNO_CDN_PROPOSALS_ERROR_EMPTY_CONTENT_CHUNKS =
'juno.cdn.proposals.error.empty_content_chunks';
export const JUNO_CDN_PROPOSALS_ERROR_NOT_CONTENT_CHUNKS_AT_INDEX =
'juno.cdn.proposals.error.no_content_chunks_at_index';

Expand Down
2 changes: 0 additions & 2 deletions packages/errors/src/constants/satellite.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const JUNO_STORAGE_ERROR_BATCH_NOT_FOUND = 'juno.storage.error.batch_not_
export const JUNO_STORAGE_ERROR_CHUNK_NOT_FOUND = 'juno.storage.error.chunk_not_found';
export const JUNO_STORAGE_ERROR_CHUNK_NOT_INCLUDED_IN_BATCH =
'juno.storage.error.chunk_not_included_in_batch';
export const JUNO_STORAGE_ERROR_CHUNK_TO_COMMIT_NOT_FOUND =
'juno.storage.error.chunk_to_commit_not_found';
export const JUNO_STORAGE_ERROR_ASSET_MAX_ALLOWED_SIZE =
'juno.storage.error.asset_max_allowed_size';

Expand Down
Loading