操作处理程序返回了无效数据。
ActionsReturnedInvalidDataError:操作处理程序返回了无效数据。处理程序应返回可序列化的数据类型,如对象、数组、字符串和数字。解析错误:ERROR
¥ActionsReturnedInvalidDataError: Action handler returned invalid data. Handlers should return serializable data types like objects, arrays, strings, and numbers. Parse error: ERROR
什么地方出了错?
Section titled 什么地方出了错?¥What went wrong?
操作处理程序返回了无效数据。处理程序应返回可序列化的数据类型,并且不能返回 Response 对象。
¥Action handler returned invalid data. Handlers should return serializable data types, and cannot return a Response object.
也可以看看:
¥See Also:
Error Reference