Project OverviewOSBuildModulesStagesorg.osbuild.errorOn this pageorg.osbuild.error Return an error Error stage. Return the given error. Useful for testing, debugging, and wasting time. Schema 1 { "additionalProperties": false, "properties": { "returncode": { "description": "What to return code to use", "type": "number", "default": 255 } }} Schema 2 {}