Snapi Language ReferenceBuilt-in LibrariesErrorOn this pageErrorLibrary of functions for the failure cases of error handling.FunctionsBuildBuilds an error value.Syntax:Error.Build(message: string)Parametersmessage: The error message.Example:Error.Build("This is an error")