1 2 3 4 5 6 7 8
// Stripped down version of the ErrorKind enum of std #[non_exhaustive] pub enum ErrorKind { NotFound, PermissionDenied, #[doc(hidden)] Uncategorized, }