... wip still broke

This commit is contained in:
Blake Mizerany
2024-04-03 22:15:58 -07:00
parent 76a202c04e
commit def4d902bf
6 changed files with 85 additions and 20 deletions

View File

@@ -15,8 +15,8 @@ import (
// Common API Errors
var (
errUnqualifiedRef = oweb.Mistake("invalid", "name", "must be fully qualified")
errRefNotFound = oweb.Mistake("not_found", "name", "no such model")
errUnqualifiedRef = oweb.Invalid("invalid", "name", "must be fully qualified")
errRefNotFound = oweb.Invalid("not_found", "name", "no such model")
)
type Server struct {