Namespace Juhta.Net.WebApi.Exceptions.ClientErrors
Classes
BadRequestException
Defines an exception class for the HTTP error Bad Request.
ConflictException
Defines an exception class for the HTTP error Conflict.
ExpectationFailedException
Defines an exception class for the HTTP error Expectation Failed.
ForbiddenException
Defines an exception class for the HTTP error Forbidden.
GoneException
Defines an exception class for the HTTP error Gone.
LengthRequiredException
Defines an exception class for the HTTP error Length Required.
MethodNotAllowedException
Defines an exception class for the HTTP error Method Not Allowed.
NotAcceptableException
Defines an exception class for the HTTP error Not Acceptable.
NotFoundException
Defines an exception class for the HTTP error Not Found.
PaymentRequiredException
Defines an exception class for the HTTP error Payment Required.
PreconditionFailedException
Defines an exception class for the HTTP error Precondition Failed.
ProxyAuthenticationRequiredException
Defines an exception class for the HTTP error Proxy Authentication Required.
RequestedRangeNotSatisfiableException
Defines an exception class for the HTTP error Requested Range Not Satisfiable.
RequestEntityTooLargeException
Defines an exception class for the HTTP error Request Entity Too Large.
RequestTimeoutException
Defines an exception class for the HTTP error Request Timeout.
RequestUriTooLongException
Defines an exception class for the HTTP error Request URI Too Long.
UnauthorizedException
Defines an exception class for the HTTP error Unauthorized.
UnsupportedMediaTypeException
Defines an exception class for the HTTP error Unsupported Media Type.
UpgradeRequiredException
Defines an exception class for the HTTP error Upgrade Required.