如何使用PHP访问Square connect error“detail”?

时间:2017-09-29 05:38:43

标签: php square-connect

我正在尝试使用PHP SDK检索Square API错误对象的detail

这是我正在使用的代码:

$err = $e->getResponseBody()->errors['0']->detail;

这有效,但是有更好的方法可以返回错误消息吗?我在文档中看过error related info,但无法找到任何用PHP获取detail属性的代码。 谢谢!

1 个答案:

答案 0 :(得分:1)

您的想法是正确的,但您可能希望使用getDetail()代替->detail