{"id":73466,"library":"user-error","title":"UserError","description":"UserFacingError is an error crate that allows you to pretty print your errors and error chain for consumption by the end user.","status":"active","version":"1.2.8","language":"rust","source_language":null,"source_url":"https://github.com/xvrqt/user-error","tags":["error","pretty-print","user-facing","error-chain"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nuser-error = \"1.2.8\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add user-error","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"UserFacingError","correct":"use user_error::UserFacingError;"}],"quickstart":{"code":"use user_error::UserFacingError;\n\nfn main() {\n    let err: UserFacingError = std::io::Error::new(std::io::ErrorKind::NotFound, \"file not found\").into();\n    println!(\"{}\", err);\n}","lang":"rust","description":"Convert a standard error into a UserFacingError and print it."},"warnings":[],"env_vars":null,"search_vec":"'allow':8 'chain':17,33 'consumpt':19 'crate':6 'end':22 'error':5,14,16,24,32 'error-chain':31 'face':30 'pretti':11,26 'pretty-print':25 'print':12,27 'user':23,29 'user-fac':28 'usererror':1 'userfacingerror':2","created_at":"2026-06-17T18:51:28.785686+00:00","updated_at":"2026-06-17T18:51:28.785686+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":"https://github.com/xvrqt/user-error","github":"https://github.com/xvrqt/user-error","docs":"https://docs.rs/user-error/","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-17","next_check":"2026-12-14","install_tag":null}}