aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/error.yaml
blob: f4bb84cd04eb84a570a402e9d918eee6a625321e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: error
returns: void
description: Print the argument string and halts the build process.

posargs:
  message:
    type: str
    description: The message to print

varargs:
  name: msg
  since: 0.58.0
  type: str
  description: Additional parameters will be separated by spaces