Versions Compared

Key

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

...

The objective is to enhance error communication between the backend and frontend.

...

✅ Proposed Solution

To address these issues, we propose the creation of new error classes in the backend that will be sent to the frontend. This implementation will include specific error codes for different scenarios, such as payment cancellations, instead of using generic codes. This change will allow the frontend to display more informative and contextualized error messages, improving clarity and the overall user experience.

...