We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[class(inherit)]
Maybe this should be #[class(inherit)] by default?
#[derive(Debug, Error, JsError)] pub enum FetchNoFollowErrorKind { #[class(inherit)] // don't require this? #[error(transparent)] ReadingFile(FailedReadingLocalFileError),