Skip to content
Snippets Groups Projects

fix readme

Merged Tucker Gary Siegel requested to merge develop into master
10 files
+ 150
304
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 6
0
@@ -32,6 +32,12 @@ var NO_DATA_FOUND = &common.DawnError{
// 500s
var DATABSE_CONNECTION_ERROR = &common.DawnError{
Name: "DATABSE_CONNECTION_ERROR",
Description: "Cannot connect to database",
Code: 500,
}
var INTERNAL_SERVER_STANDARD_ERROR = &common.DawnError{
Name: "INTERNAL_SERVER_ERROR",
Description: "Unkown internal server error occurred",
Loading