mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Unskip tests (#516)
* Unskip tests * fix fn output for errors * Change Error model and add fn routes call return on error
This commit is contained in:
committed by
Pedro Nasser
parent
6214f1711a
commit
ab9428a937
@@ -1,8 +1,8 @@
|
||||
package models
|
||||
|
||||
type ErrorBody struct {
|
||||
Fields string `json:"fields,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
RequestID string `json:"request_id,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates this error body
|
||||
|
||||
Reference in New Issue
Block a user