This commit is contained in:
Wenkai Yin 2017-08-22 14:28:45 +08:00
parent bb958a7f4b
commit ffb2f4201b

View File

@ -19,6 +19,7 @@ import (
"fmt"
)
// DupProjectErr is the error returned when creating a duplicate project
var DupProjectErr = errors.New("duplicate project")
// HTTPError : if response is returned but the status code is not 200, an Error instance will be returned