module remote.azure_exception

Inheritance diagram of pyenbc.remote.azure_exception

Short summary

module pyenbc.remote.azure_exception

An specific exception for Azure

source on GitHub

Classes

class

truncated documentation

AzureException

exception raised by AzureClient

Methods

method

truncated documentation

__init__

store more information than a regular exception

__str__

usual

Documentation

An specific exception for Azure

source on GitHub

exception pyenbc.remote.azure_exception.AzureException(message, ret)

Bases: Exception

exception raised by AzureClient

source on GitHub

store more information than a regular exception

Parameters:
  • message – error message

  • ret – results of the requests

source on GitHub

__init__(message, ret)

store more information than a regular exception

Parameters:
  • message – error message

  • ret – results of the requests

source on GitHub

__str__()

usual

source on GitHub