Bitrix24\Bitrix24::getErrorContext PHP Method

getErrorContext() protected method

get error context
protected getErrorContext ( ) : array
return array
    protected function getErrorContext()
    {
        return array('B24_DOMAIN' => $this->getDomain(), 'B24_MEMBER_ID' => $this->getMemberId(), 'B24_ACCESS_TOKEN' => $this->getAccessToken(), 'B24_REFRESH_TOKEN' => $this->getRefreshToken(), 'APPLICATION_SCOPE' => $this->getApplicationScope(), 'APPLICATION_ID' => $this->getApplicationId(), 'APPLICATION_SECRET' => $this->getApplicationSecret(), 'REDIRECT_URI' => $this->getRedirectUri(), 'RAW_REQUEST' => $this->getRawRequest(), 'CURL_REQUEST_INFO' => $this->getRequestInfo(), 'RAW_RESPONSE' => $this->getRawResponse());
    }