]> git.ipfire.org Git - thirdparty/samba.git/commit
pidl:Python: prepare code to avoid NTSTATUS/WERROR exceptions
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Jan 2025 13:56:54 +0000 (14:56 +0100)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 29 Jan 2025 01:14:40 +0000 (01:14 +0000)
commit7ecaf1a779370ef3ecf189e51a5e668329fa24c7
tree3879dfa0e96734d9080dc57554dc7bfd8816b030
parent67c35d6b4ef6b7dbe9db3c52547b25580cd4756c
pidl:Python: prepare code to avoid NTSTATUS/WERROR exceptions

They are returned as additional result.

It means callers can look at all out params,
even if the status is an error.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14213

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
pidl/lib/Parse/Pidl/Samba4/Python.pm