Skip to content

Add Python-Builder for Exasol error messages

Choose a tag to compare

@umitbuyuksahin umitbuyuksahin released this 13 Dec 14:44
· 42 commits to main since this release
e58b7a8

Summary

This release provides ExaError python library that allows defining uniform error message. An error message should contain an error code in the appropriate structure. In addition it can contain one or more error messages and mitigation hints.

Features

  • #1: Added initial project setup
  • #3: Added error code builder
  • #6: Prepared for the first release