EasyPost\Error::getHttpBody PHP Метод

getHttpBody() публичный Метод

get the HTTP body
public getHttpBody ( ) : string
Результат string
    public function getHttpBody()
    {
        return $this->httpBody;
    }