aboutsummaryrefslogtreecommitdiffstats
path: root/error.go
AgeCommit message (Collapse)Author
2020-12-22Return package-specific error messagesformat-errors-and-use-error-valuesTeddy Wing
Instead of passing errors through to clients, wrap them with a "browserenv" error message to add context. Add new error types that can be matched against.