Abraham TwitterOAuthのエラーレスポンス

PHPtwitter連携ライブラリTwitterOAuth
でアカウント凍結のエラーメッセージが返ってきた時のレスポンスを
採取したのでメモ。

object(Abraham\TwitterOAuth\TwitterOAuth)#948 (16) {
["response":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
object(Abraham\TwitterOAuth\Response)#960 (5) {
["apiPath":"Abraham\TwitterOAuth\Response":private]=>
string(15) "statuses/update"
["httpCode":"Abraham\TwitterOAuth\Response":private]=>
int(403)
["headers":"Abraham\TwitterOAuth\Response":private]=>
array(16) {
["date"]=>
string(29) "Thu, 08 Sep 2022 13:34:46 GMT"
["server"]=>
string(5) "tsa_m"
["status"]=>
string(13) "403 Forbidden"
["set_cookie"]=>
string(141) "guest_id=v1%3A166264408627558302; Max-Age=63072000; Expires=Sat, 07 Sep 2024 13:34:46 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None"
["content_type"]=>
string(31) "application/json; charset=utf-8"
["cache_control"]=>
string(29) "no-cache, no-store, max-age=0"
["x_transaction"]=>
string(16) "16971898b167f1af"
["content_length"]=>
string(3) "116"
["x_frame_options"]=>
string(10) "SAMEORIGIN"
["content_encoding"]=>
string(4) "gzip"
["x_xss_protection"]=>
string(1) "0"
["content_disposition"]=>
string(30) "attachment; filename=json.json"
["x_content_type_options"]=>
string(7) "nosniff"
["strict_transport_security"]=>
string(17) "max-age=631138519"
["x_response_time"]=>
string(3) "110"
["x_connection_hash"]=>
string(64) "f9f417ff0643eee27f568774cd0a85e50ab5866bac8065874149e5e4238b8a47"
}
["body":"Abraham\TwitterOAuth\Response":private]=>
object(stdClass)#961 (1) {
["errors"]=>
array(1) {
[0]=>
object(stdClass)#950 (2) {
["code"]=>
int(64)
["message"]=>
string(70) "Your account is suspended and is not permitted to access this feature."
}
}
}
["xHeaders":"Abraham\TwitterOAuth\Response":private]=>
array(6) {
["x_transaction"]=>
string(16) "16971898b167f1af"
["x_frame_options"]=>
string(10) "SAMEORIGIN"
["x_xss_protection"]=>
string(1) "0"
["x_content_type_options"]=>
string(7) "nosniff"
["x_response_time"]=>
string(3) "110"
["x_connection_hash"]=>
string(64) "f9f417ff0643eee27f568774cd0a85e50ab5866bac8065874149e5e4238b8a47"
}
}
["bearer":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
NULL
["consumer":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
object(Abraham\TwitterOAuth\Consumer)#954 (3) {
["key"]=>
string(25) "fOcr5IANWI5Oop3F19gBjoAB3"
["secret"]=>
string(50) "G9GSGNUbDXB50YEBu1eYSiSrFR2zeXCBTSDTvp2Z19L8jUrgru"
["callbackUrl"]=>
NULL
}
["token":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
object(Abraham\TwitterOAuth\Token)#956 (2) {
["key"]=>
string(50) "key"
["secret"]=>
string(45) "secret"
}
["signatureMethod":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
object(Abraham\TwitterOAuth\HmacSha1)#952 (0) {
}
["attempts":"Abraham\TwitterOAuth\TwitterOAuth":private]=>
int(1)
["timeout":protected]=>
int(5)
["connectionTimeout":protected]=>
int(5)
["maxRetries":protected]=>
int(0)
["retriesDelay":protected]=>
int(1)
["apiVersion":protected]=>
string(3) "1.1"
["decodeJsonAsArray":protected]=>
bool(false)
["userAgent":protected]=>
string(40) "TwitterOAuth (+https://twitteroauth.com)"
["proxy":protected]=>
array(0) {
}
["gzipEncoding":protected]=>
bool(true)
["chunkSize":protected]=>
int(250000)
}