Click or drag to resize
net.openstack.Core.Exceptions.Response Namespace
The net.openstack.Core.Exceptions.Response namespace contains exception classes that represent errors returned by a call to a REST API.
Classes
  ClassDescription
Public classBadServiceRequestException
Represents errors with status code BadRequest resulting from a call to a REST API.
Public classItemNotFoundException
Represents errors with status code NotFound resulting from a call to a REST API.
Public classMethodNotImplementedException
Represents errors with status code NotImplemented resulting from a call to a REST API.
Public classResponseException
Defines the base class for errors resulting from a call to a REST API.
Public classServiceConflictException
Represents errors with status code Conflict resulting from a call to a REST API.
Public classServiceFaultException
Represents errors with status code InternalServerError resulting from a call to a REST API.
Public classServiceLimitReachedException
Represents errors with status code RequestEntityTooLarge resulting from a call to a REST API.
Public classServiceUnavailableException
Represents errors with status code ServiceUnavailable resulting from a call to a REST API.
Public classUserNotAuthorizedException
Represents errors with status code Unauthorized, Forbidden, or MethodNotAllowed resulting from a call to a REST API.