Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

Attendees

Discussion items

Error handling

  • want to define common exceptions / error codes (most likely a small number, <20)
  • start with top level
  • for db related, can model on https://www.python.org/dev/peps/pep-0249/
    • Warning, Error, InterfaceError, DatabaseError, DataError, OperationalError, IntegrityError, InternalError, ProgrammingError, NotSupportedError

  • worth looking at public commonly used services (e.g github) and use that as a template
  • Brian will propose / document in a new confluence page

...