Error Handling
Copper provides the cerrors
package that helps add structure and context to your errors.
Always wrap your errors with a helpful message and tags before returning them. This will produce much better logs.
Last updated
Was this helpful?