```rust
fn main() -> Result<(), &'static str> { Err("Error: failed successfully.") } ```
For more information, read