net.openstack.Core.Exceptions.Response Namespace |
Class | Description | |
---|---|---|
BadServiceRequestException |
Represents errors with status code BadRequest resulting
from a call to a REST API.
| |
ItemNotFoundException |
Represents errors with status code NotFound resulting
from a call to a REST API.
| |
MethodNotImplementedException |
Represents errors with status code NotImplemented resulting
from a call to a REST API.
| |
ResponseException |
Defines the base class for errors resulting from a call to a REST API.
| |
ServiceConflictException |
Represents errors with status code Conflict resulting
from a call to a REST API.
| |
ServiceFaultException |
Represents errors with status code InternalServerError resulting
from a call to a REST API.
| |
ServiceLimitReachedException |
Represents errors with status code RequestEntityTooLarge resulting
from a call to a REST API.
| |
ServiceUnavailableException |
Represents errors with status code ServiceUnavailable resulting
from a call to a REST API.
| |
UserNotAuthorizedException |
Represents errors with status code Unauthorized,
Forbidden, or MethodNotAllowed
resulting from a call to a REST API.
|