Built-in LibrariesErrorOn this pageError Library of functions for the failure cases of error handling. Functions Build Builds an error value. Syntax:Error.Build(message: string) Parameters message: The error message. Example:Error.Build("This is an error")// Result:// This is an error