{"id":58741,"library":"nu-errors","title":"Nu Errors","description":"Core error subsystem for Nushell, providing error types and handling utilities.","status":"active","version":"0.44.0","language":"rust","source_language":null,"source_url":null,"tags":["nushell","errors","shell"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnu-errors = \"0.44.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add nu-errors","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ShellError","correct":"use nu_errors::ShellError;"}],"quickstart":{"code":"use nu_errors::ShellError;\n\nfn example() -> Result<(), ShellError> {\n    Err(ShellError::untagged_runtime_error(\"example error\"))\n}","lang":"rust","description":"Creates and returns a runtime error using ShellError."},"warnings":[],"env_vars":null,"search_vec":"'core':3 'error':2,4,9,15 'handl':12 'nu':1 'nushel':7,14 'provid':8 'shell':16 'subsystem':5 'type':10 'util':13","created_at":"2026-06-16T16:36:52.073820+00:00","updated_at":"2026-06-16T16:36:52.073820+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":"https://docs.rs/nu-errors/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}