Difference between revisions of "Error handling"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
* [[Bash]]:  
 
* [[Bash]]:  
** <code>[[set -e]]</code>
+
** <code>[[set -e]], [[set -u]]</code>
 
** <code>[[trap]]</code>
 
** <code>[[trap]]</code>
  
Line 14: Line 14:
 
https://docs.ansible.com/ansible/latest/user_guide/playbooks_error_handling.html#overriding-the-changed-result
 
https://docs.ansible.com/ansible/latest/user_guide/playbooks_error_handling.html#overriding-the-changed-result
  
 +
* [[Python]]:
 +
** [[Raise]]
 +
 +
== Related ==
 +
* [[Error tracking]]
 +
* [[Reason:]]
  
 
== See also ==
 
== See also ==

Latest revision as of 07:32, 7 February 2023

Advertising: