Commit ce04330f authored by Jan Winkelmann's avatar Jan Winkelmann

cmdsutil: add ErrNotFound

parent 8edcb201
......@@ -8,6 +8,7 @@ const (
ErrNormal ErrorType = iota // general errors
ErrClient // error was caused by the client, (e.g. invalid CLI usage)
ErrImplementation // programmer error in the server
ErrNotFound // == HTTP 404
// TODO: add more types of errors for better error-specific handling
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment