# The MIT License (MIT)
# Copyright Β© 2023 Opentensor Foundation
# Copyright Β© 2024 cyber~Congress
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
# documentation files (the βSoftwareβ), to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
# and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of
# the Software.
# THE SOFTWARE IS PROVIDED βAS ISβ, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
# THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
r"""Base error for any chain related errors."""
pass
r"""Error for any chain connection related errors."""
pass
r"""Error for any chain transaction related errors."""
pass
r"""Error for any chain query related errors."""
pass
r"""Error raised when an identity transaction fails."""
pass
r"""Error raised when a stake transaction fails."""
pass
r"""Error raised when an unstake transaction fails."""
pass
r"""Error raised when an identity transaction fails."""
pass
r"""Error raised when a nomination transaction fails."""
pass
r"""Error raised when a transfer transaction fails."""
pass
r"""Error raised when a neuron registration transaction fails."""
pass
r"""Error raised when a neuron is not registered, and the transaction requires it to be."""
pass
r"""Error raised when a hotkey you are trying to stake to is not a delegate."""
pass
r"""Error raised when a hotkey you are trying to set weight is not set."""
pass
r"""Error thrown when the keyfile is corrupt, non-writable, non-readable or the password used to decrypt is invalid."""
pass
r"""Error raised when a private key is not found."""
pass
r"""Error raised when metadata commitment transaction fails."""
pass
r"""This exception is raised when the request name is invalid. Usually indicates a broken URL."""
pass
r"""This exception is raised when the request name is not found in the Axon's forward_fns dictionary."""
pass
r"""This exception is raised when the request headers are unable to be parsed into the synapse type."""
pass
r"""This exception is raised when the request is not verified."""
pass
r"""This exception is raised when the request is blacklisted."""
pass
r"""This exception is raised when the request priority is not met."""
pass
r"""This exception is raised when the response headers cannot be updated."""
pass
r"""This exception is raised when the requested function cannot be executed. Indicates a server error."""
pass
r"""This exception is raised when the requested function fails on the server. Indicates a server error."""
pass
=