sortex / ansilog

Monitor and maintain a history for a centralized Ansible playbook executions.
4 stars 1 forks source link

Global exceptions #14

Open rafi opened 9 years ago

yakirh commented 9 years ago

Need to add a preset of exceptions that will be used in sortex framework.

Need to add functions to set/get errors in exception instance Need to add functions to set/get extra information in exception instance (Will be used when loggin these exceptions, for example in Sentry)

Need to add generic functionality to have different error messages to display to users. For example, when getting DB exceptions, so some generic error like "Temporary problem", or for permission denied - write "Permission denied".

rafi commented 9 years ago

Preset of exceptions, meaning underlying runtime and general logic exceptions.