Enum deno_core::ModuleResolutionError [−][src]
pub enum ModuleResolutionError {
InvalidUrl(ParseError),
InvalidBaseUrl(ParseError),
InvalidPath(PathBuf),
ImportPrefixMissing(String, Option<String>),
}Expand description
Error indicating the reason resolving a module specifier failed.
Variants
InvalidUrl(ParseError)InvalidBaseUrl(ParseError)InvalidPath(PathBuf)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ModuleResolutionErrorimpl Send for ModuleResolutionErrorimpl Sync for ModuleResolutionErrorimpl Unpin for ModuleResolutionErrorimpl UnwindSafe for ModuleResolutionErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.