fix runner response (#517)

This commit is contained in:
Pedro Nasser
2017-02-11 00:36:56 -02:00
committed by Seif Lotfy سيف لطفي
parent ad50523fd1
commit a5eeacdadb
3 changed files with 20 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
package models
type ErrorBody struct {
Message string `json:"message,omitempty"`
RequestID string `json:"request_id,omitempty"`
Message string `json:"message,omitempty"`
Fields string `json:"fields,omitempty"`
}
// Validate validates this error body