citomcclure / noteworthy

A full stack, serverless, web-based note taking app, focusing on user-friendly features like voice notes, which utilizes Speech-to-Text AI to enable more efficient and accurate note taking.
https://drh6zqq3rdeze.cloudfront.net/
0 stars 0 forks source link

Exceptions and exception handling #21

Open citomcclure opened 3 months ago

citomcclure commented 3 months ago

Living list of Exceptions to make and/or implement:

citomcclure commented 3 months ago

Added InvalidAttributeValueException in #25 for incorrect query parameter values

citomcclure commented 3 months ago

Added TranscriptionException in #26 for any transcription issue during activity class

citomcclure commented 3 months ago

Add error handling to axios api calls