error()

Print the argument string and halts the build process.

Signature

# Print the argument string and halts the build process
void error(
  str message,     # The message to print
  str msg...,      # Additional parameters will be separated by spaces
)

Arguments

Argument flattening is NOT SUPPORTED by this function.

The function error() accepts the following positional arguments:

Name Type Description Tags
message str

The message to print

Additionally, the function accepts between 0 and infinity variadic arguments (msg...) of type str.

Additional parameters will be separated by spaces

(since 0.58.0)

The results of the search are