Click or drag to resize
net.openstack.Core.Exceptions Namespace
The net.openstack.Core.Exceptions namespace defines general (not provider-specific) exception classes for errors which may occur while working with OpenStack providers.
Classes
  ClassDescription
Public classCDNNotEnabledException
The exception that is thrown when an attempt is made to modify CDN properties of a container which is not CDN-enabled.
Public classCidrFormatException
Represents errors that occur while validating a CIDR.
Public classContainerNameException
Represents errors that occur while validating a container name for an IObjectStorageProvider.
Public classContainerNotEmptyException
Thrown when an Object Storage container operation fails because the specified container was not empty.
Public classImageEnteredErrorStateException
The exception that is thrown when the server enters an error state during a call to WaitForImageState Overload.
Public classNoDefaultRegionSetException
The exception that is thrown when a service endpoint could not be obtained because no region was specified and no default region is available for the provider.
Public classObjectNameException
Represents errors that occur while validating an object name for an IObjectStorageProvider.
Public classServerEnteredErrorStateException
The exception that is thrown when the server enters an error state during a call to WaitForServerState Overload.
Public classSnapshotEnteredErrorStateException
Represents errors that occur when a snapshot enters an error state while waiting on it to enter a particular state.
Public classTTLLengthException
The exception that is thrown when the TTL argument to a method is outside the range supported by the provider.
Public classUserAuthenticationException
The exception thrown when the user authentication process fails, or the authentication process did not provide a value for the ServiceCatalog.
Public classUserAuthorizationException
The exception that is thrown when a user does not have access to a REST API method (status code Forbidden), or an endpoint could not be obtained for a particular provider because it was not present in the user's ServiceCatalog.
Public classVolumeEnteredErrorStateException
Represents errors that occur when a volume enters an error state while waiting on it to enter a particular state.