Skip to content
Snippets Groups Projects

Seed to gdds

Merged Tucker Gary Siegel requested to merge seed-to-gdds into develop
9 files
+ 148
297
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 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