aboutsummaryrefslogtreecommitdiffstats
path: root/util/error.lua
Commit message (Expand)AuthorAgeFilesLines
* util.error: Add a wrapper for common parametersKim Alvefur2020-08-281-0/+7
* util.error: Add a 'source' parameter where origin module can be mentionedKim Alvefur2020-08-281-1/+2
* util.error: Add configuration for including traceback in tostring()Matthew Wild2020-08-281-2/+12
* util.error: Allow optional tracebacks to be injected on errorsMatthew Wild2020-08-281-0/+15
* util.error: Move default for numeric error code to net.http.serverKim Alvefur2019-12-141-1/+1
* util.error: Write down some thoughts in commentsKim Alvefur2019-12-081-0/+7
* util.error: Add well-known field 'code' in error templatesKim Alvefur2019-11-011-0/+1
* util.error: Fix traceback due to missing text fieldKim Alvefur2019-07-101-1/+1
* util.error: Add a function for creating an error object from an error stanzaKim Alvefur2018-12-301-0/+12
* util.error: Add new util library for structured errorsMatthew Wild2018-12-301-0/+40