func getErrors(ctx *macaron.Context) Errors { return ctx.GetVal(reflect.TypeOf(Errors{})).Interface().(Errors) }