SUSE / salt-netapi-client

Java bindings for the Salt API
MIT License
85 stars 95 forks source link

add basic handling of full_return data #293

Open lucidd opened 3 years ago

lucidd commented 3 years ago

This requests the full return data containing extra metadata about retcode and jid. Retcode coud potentally be used to improve error handling. Its unclear yet how to best go about this since the majority of errors detected with retcode are function spectific errors and would be easier to handle with more detailed information on the function level not in a generic way. This PR is only here as a reminder about the full_return for now.