From 8da3ff2e8a674b9b0fbf6d9912715bf74fdc2496 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 18:48:35 +0100 Subject: [PATCH] define error behaviour of generated code Signed-off-by: Nico Schottelius --- doc/internal/provider-integration | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/internal/provider-integration b/doc/internal/provider-integration index 86d21c88..a1dcb1a3 100644 --- a/doc/internal/provider-integration +++ b/doc/internal/provider-integration @@ -122,4 +122,7 @@ Scope of code execution on the client provides this tool and the first provider must create an object of the specific provider. + If the generated code fails on the client, it must + print diagnostistic messages on stderr and call + "exit 1", so the configuration is aborted.