plugins.aea-cli-ipfs.aea_
cli_
ipfs.exceptions
Module to contain exceptions for ipfs plugin.
BaseIPFSToolException Objects
class BaseIPFSToolException(Exception)
Base ipfs tool exception.
RemoveError Objects
class RemoveError(BaseIPFSToolException)
Exception on remove.
PinError Objects
class PinError(BaseIPFSToolException)
Exception on pin.
PublishError Objects
class PublishError(BaseIPFSToolException)
Exception on publish.
NodeError Objects
class NodeError(BaseIPFSToolException)
Exception for node connection check.
DownloadError Objects
class DownloadError(BaseIPFSToolException)
Exception on download failed.
HashNotProvided Objects
class HashNotProvided(BaseIPFSToolException)
Exception when hash is not provided.