err := probe.NewError("Something went wrong")
err := probe.NewError("Something went wrong") if err != nil { fmt.Printf("Error: %s\n", err) }
err := probe.NewError("Something went wrong") err = err.Trace("FunctionName")This package is used to create and handle errors in the MinIO project. It provides a consistent way of handling errors throughout the project.