ClimateNetTumoLabs / lambda-functions

0 stars 0 forks source link

Lambda Functions Error Handling Adjustment #5

Open HovhannesApinyan opened 2 months ago

HovhannesApinyan commented 2 months ago

Objective: Modify error handling to raise errors when the code encounters issues that prevent it from continuing execution.

Action:

  1. Update error handling to utilize raise statements for critical errors.
  2. Identify points in the code where errors lead to an inability to proceed.
  3. Implement raise statements with descriptive error messages to indicate the nature of the issue.