getBody(); if (!is_null($result = $packer->unpack($body))) { return $result; } throw new InvalidResponseException(Exception::UNPACK_RESPONSE_ERROR, 'Unpack Response Error', ['body' => $body, 'response' => $response]); } }