Files
coder/coderd/httpapi/httperror/doc.go
Steven Masley 5ed0c7abcb chore: improve dynamic parameter validation errors (#18501)
`BuildError` response from `wsbuilder` does not support rich errors from validation. Changed this to use the `Validations` block of codersdk responses to return all errors for invalid parameters.
2025-06-23 15:08:18 -05:00

5 lines
201 B
Go

// Package httperror handles formatting and writing some sentinel errors returned
// within coder to the API.
// This package exists outside httpapi to avoid some cyclic dependencies
package httperror