Files
google_speech_rs/docs/pyo3/exceptions/index.html
T
2021-06-02 05:29:43 +00:00

11 lines
27 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Exception types defined by Python."><meta name="keywords" content="rust, rustlang, rust-lang, exceptions"><title>pyo3::exceptions - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><script src="../../crates.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu" role="button">&#9776;</div><a href='../../pyo3/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module exceptions</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#modules">Modules</a></li><li><a href="#structs">Structs</a></li><li><a href="#types">Type Definitions</a></li></ul></div><p class="location"><a href="../index.html">pyo3</a></p><div id="sidebar-vars" data-name="exceptions" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" height="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><button type="button" class="help-button">?</button>
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" height="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">pyo3</a>::<wbr><a class="mod" href="">exceptions</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../../src/pyo3/exceptions.rs.html#3-604" title="goto source code">[src]</a></span></h1><div class="docblock"><p>Exception types defined by Python.</p>
</div><h2 id="modules" class="section-header"><a href="#modules">Modules</a></h2>
<table><tr class="module-item"><td><a class="mod" href="asyncio/index.html" title="pyo3::exceptions::asyncio mod">asyncio</a></td><td class="docblock-short"><p>Exceptions defined in <code>asyncio</code> module</p>
</td></tr><tr class="module-item"><td><a class="mod" href="socket/index.html" title="pyo3::exceptions::socket mod">socket</a></td><td class="docblock-short"><p>Exceptions defined in <code>socket</code> module</p>
</td></tr></table><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
<table><tr class="module-item"><td><a class="struct" href="struct.PyArithmeticError.html" title="pyo3::exceptions::PyArithmeticError struct">PyArithmeticError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyAssertionError.html" title="pyo3::exceptions::PyAssertionError struct">PyAssertionError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyAttributeError.html" title="pyo3::exceptions::PyAttributeError struct">PyAttributeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyBaseException.html" title="pyo3::exceptions::PyBaseException struct">PyBaseException</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyBlockingIOError.html" title="pyo3::exceptions::PyBlockingIOError struct">PyBlockingIOError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyBrokenPipeError.html" title="pyo3::exceptions::PyBrokenPipeError struct">PyBrokenPipeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyBufferError.html" title="pyo3::exceptions::PyBufferError struct">PyBufferError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyChildProcessError.html" title="pyo3::exceptions::PyChildProcessError struct">PyChildProcessError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyConnectionAbortedError.html" title="pyo3::exceptions::PyConnectionAbortedError struct">PyConnectionAbortedError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyConnectionError.html" title="pyo3::exceptions::PyConnectionError struct">PyConnectionError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyConnectionRefusedError.html" title="pyo3::exceptions::PyConnectionRefusedError struct">PyConnectionRefusedError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyConnectionResetError.html" title="pyo3::exceptions::PyConnectionResetError struct">PyConnectionResetError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyEOFError.html" title="pyo3::exceptions::PyEOFError struct">PyEOFError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyEnvironmentError.html" title="pyo3::exceptions::PyEnvironmentError struct">PyEnvironmentError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyException.html" title="pyo3::exceptions::PyException struct">PyException</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyFileExistsError.html" title="pyo3::exceptions::PyFileExistsError struct">PyFileExistsError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyFileNotFoundError.html" title="pyo3::exceptions::PyFileNotFoundError struct">PyFileNotFoundError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyFloatingPointError.html" title="pyo3::exceptions::PyFloatingPointError struct">PyFloatingPointError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyGeneratorExit.html" title="pyo3::exceptions::PyGeneratorExit struct">PyGeneratorExit</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyIOError.html" title="pyo3::exceptions::PyIOError struct">PyIOError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyImportError.html" title="pyo3::exceptions::PyImportError struct">PyImportError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyIndexError.html" title="pyo3::exceptions::PyIndexError struct">PyIndexError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyInterruptedError.html" title="pyo3::exceptions::PyInterruptedError struct">PyInterruptedError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyIsADirectoryError.html" title="pyo3::exceptions::PyIsADirectoryError struct">PyIsADirectoryError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyKeyError.html" title="pyo3::exceptions::PyKeyError struct">PyKeyError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyKeyboardInterrupt.html" title="pyo3::exceptions::PyKeyboardInterrupt struct">PyKeyboardInterrupt</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyLookupError.html" title="pyo3::exceptions::PyLookupError struct">PyLookupError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyMemoryError.html" title="pyo3::exceptions::PyMemoryError struct">PyMemoryError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyModuleNotFoundError.html" title="pyo3::exceptions::PyModuleNotFoundError struct">PyModuleNotFoundError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyNameError.html" title="pyo3::exceptions::PyNameError struct">PyNameError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyNotADirectoryError.html" title="pyo3::exceptions::PyNotADirectoryError struct">PyNotADirectoryError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyNotImplementedError.html" title="pyo3::exceptions::PyNotImplementedError struct">PyNotImplementedError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyOSError.html" title="pyo3::exceptions::PyOSError struct">PyOSError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyOverflowError.html" title="pyo3::exceptions::PyOverflowError struct">PyOverflowError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyPermissionError.html" title="pyo3::exceptions::PyPermissionError struct">PyPermissionError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyProcessLookupError.html" title="pyo3::exceptions::PyProcessLookupError struct">PyProcessLookupError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyRecursionError.html" title="pyo3::exceptions::PyRecursionError struct">PyRecursionError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyReferenceError.html" title="pyo3::exceptions::PyReferenceError struct">PyReferenceError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyRuntimeError.html" title="pyo3::exceptions::PyRuntimeError struct">PyRuntimeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyStopAsyncIteration.html" title="pyo3::exceptions::PyStopAsyncIteration struct">PyStopAsyncIteration</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyStopIteration.html" title="pyo3::exceptions::PyStopIteration struct">PyStopIteration</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PySyntaxError.html" title="pyo3::exceptions::PySyntaxError struct">PySyntaxError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PySystemError.html" title="pyo3::exceptions::PySystemError struct">PySystemError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PySystemExit.html" title="pyo3::exceptions::PySystemExit struct">PySystemExit</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyTimeoutError.html" title="pyo3::exceptions::PyTimeoutError struct">PyTimeoutError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyTypeError.html" title="pyo3::exceptions::PyTypeError struct">PyTypeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyUnboundLocalError.html" title="pyo3::exceptions::PyUnboundLocalError struct">PyUnboundLocalError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyUnicodeDecodeError.html" title="pyo3::exceptions::PyUnicodeDecodeError struct">PyUnicodeDecodeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyUnicodeEncodeError.html" title="pyo3::exceptions::PyUnicodeEncodeError struct">PyUnicodeEncodeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyUnicodeError.html" title="pyo3::exceptions::PyUnicodeError struct">PyUnicodeError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyUnicodeTranslateError.html" title="pyo3::exceptions::PyUnicodeTranslateError struct">PyUnicodeTranslateError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyValueError.html" title="pyo3::exceptions::PyValueError struct">PyValueError</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.PyZeroDivisionError.html" title="pyo3::exceptions::PyZeroDivisionError struct">PyZeroDivisionError</a></td><td class="docblock-short"></td></tr></table><h2 id="types" class="section-header"><a href="#types">Type Definitions</a></h2>
<table><tr class="module-item"><td><a class="type" href="type.ArithmeticError.html" title="pyo3::exceptions::ArithmeticError type">ArithmeticError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.AssertionError.html" title="pyo3::exceptions::AssertionError type">AssertionError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.AttributeError.html" title="pyo3::exceptions::AttributeError type">AttributeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.BaseException.html" title="pyo3::exceptions::BaseException type">BaseException</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.BlockingIOError.html" title="pyo3::exceptions::BlockingIOError type">BlockingIOError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.BrokenPipeError.html" title="pyo3::exceptions::BrokenPipeError type">BrokenPipeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.BufferError.html" title="pyo3::exceptions::BufferError type">BufferError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ChildProcessError.html" title="pyo3::exceptions::ChildProcessError type">ChildProcessError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ConnectionAbortedError.html" title="pyo3::exceptions::ConnectionAbortedError type">ConnectionAbortedError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ConnectionError.html" title="pyo3::exceptions::ConnectionError type">ConnectionError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ConnectionRefusedError.html" title="pyo3::exceptions::ConnectionRefusedError type">ConnectionRefusedError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ConnectionResetError.html" title="pyo3::exceptions::ConnectionResetError type">ConnectionResetError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.EOFError.html" title="pyo3::exceptions::EOFError type">EOFError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.EnvironmentError.html" title="pyo3::exceptions::EnvironmentError type">EnvironmentError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.Exception.html" title="pyo3::exceptions::Exception type">Exception</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.FileExistsError.html" title="pyo3::exceptions::FileExistsError type">FileExistsError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.FileNotFoundError.html" title="pyo3::exceptions::FileNotFoundError type">FileNotFoundError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.FloatingPointError.html" title="pyo3::exceptions::FloatingPointError type">FloatingPointError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.GeneratorExit.html" title="pyo3::exceptions::GeneratorExit type">GeneratorExit</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.IOError.html" title="pyo3::exceptions::IOError type">IOError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ImportError.html" title="pyo3::exceptions::ImportError type">ImportError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.IndexError.html" title="pyo3::exceptions::IndexError type">IndexError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.InterruptedError.html" title="pyo3::exceptions::InterruptedError type">InterruptedError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.IsADirectoryError.html" title="pyo3::exceptions::IsADirectoryError type">IsADirectoryError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.KeyError.html" title="pyo3::exceptions::KeyError type">KeyError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.KeyboardInterrupt.html" title="pyo3::exceptions::KeyboardInterrupt type">KeyboardInterrupt</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.LookupError.html" title="pyo3::exceptions::LookupError type">LookupError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.MemoryError.html" title="pyo3::exceptions::MemoryError type">MemoryError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ModuleNotFoundError.html" title="pyo3::exceptions::ModuleNotFoundError type">ModuleNotFoundError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.NameError.html" title="pyo3::exceptions::NameError type">NameError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.NotADirectoryError.html" title="pyo3::exceptions::NotADirectoryError type">NotADirectoryError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.NotImplementedError.html" title="pyo3::exceptions::NotImplementedError type">NotImplementedError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.OSError.html" title="pyo3::exceptions::OSError type">OSError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.OverflowError.html" title="pyo3::exceptions::OverflowError type">OverflowError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.PermissionError.html" title="pyo3::exceptions::PermissionError type">PermissionError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ProcessLookupError.html" title="pyo3::exceptions::ProcessLookupError type">ProcessLookupError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.RecursionError.html" title="pyo3::exceptions::RecursionError type">RecursionError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ReferenceError.html" title="pyo3::exceptions::ReferenceError type">ReferenceError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.RuntimeError.html" title="pyo3::exceptions::RuntimeError type">RuntimeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.StopAsyncIteration.html" title="pyo3::exceptions::StopAsyncIteration type">StopAsyncIteration</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.StopIteration.html" title="pyo3::exceptions::StopIteration type">StopIteration</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.SyntaxError.html" title="pyo3::exceptions::SyntaxError type">SyntaxError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.SystemError.html" title="pyo3::exceptions::SystemError type">SystemError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.SystemExit.html" title="pyo3::exceptions::SystemExit type">SystemExit</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.TimeoutError.html" title="pyo3::exceptions::TimeoutError type">TimeoutError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.TypeError.html" title="pyo3::exceptions::TypeError type">TypeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.UnboundLocalError.html" title="pyo3::exceptions::UnboundLocalError type">UnboundLocalError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.UnicodeDecodeError.html" title="pyo3::exceptions::UnicodeDecodeError type">UnicodeDecodeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.UnicodeEncodeError.html" title="pyo3::exceptions::UnicodeEncodeError type">UnicodeEncodeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.UnicodeError.html" title="pyo3::exceptions::UnicodeError type">UnicodeError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.UnicodeTranslateError.html" title="pyo3::exceptions::UnicodeTranslateError type">UnicodeTranslateError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ValueError.html" title="pyo3::exceptions::ValueError type">ValueError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr><tr class="module-item"><td><a class="type" href="type.ZeroDivisionError.html" title="pyo3::exceptions::ZeroDivisionError type">ZeroDivisionError</a></td><td class="docblock-short"><span class="stab deprecated" title="">Deprecated</span></td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="pyo3" data-search-js="../../search-index.js"></div>
<script src="../../main.js"></script></body></html>