content/flux/v0/stdlib/universe/die.md
die() stops the Flux script execution and returns an error message.
(msg: string) => A
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Error message to return.
die(msg: "This is an error message")