Architecture

WARNING! This section is a work in progress. The organization and content may not reflect what you expect and are subject to change. Apologies while it gets sorted out.

Explanation of how Lore is built

Challenge

The challenge when incorporating error handling into your applications architecture is making sure server errors are communicated back to components, so we can can inform the user when something bad happened and at least give them a chance to copy out their data or fix and retry the request.

Implementation

This video describes how Lore provides support for error handling.