We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a943d18 + 2c826b3 commit 977bb48Copy full SHA for 977bb48
src/lib.rs
@@ -58,7 +58,7 @@ pub enum Error {
58
/// Returned when the OCI Image Index (index.json) is missing
59
MissingImageIndex,
60
#[error("Unexpected media type {media_type}")]
61
- /// Returned when the OCI Image Index (index.json) is missing
+ /// Returned when there's an unexpected media type
62
UnexpectedMediaType { media_type: MediaType },
63
#[error("error")]
64
/// An unknown other error
0 commit comments