Exceptions

Name Description

An exception which occurs when an http request to CATI REST API returns 400 error code (HttpStatusCode.BadRequest)

An exception which occurs when an http request to CATI REST API returns 403 error code (HttpStatusCode.Forbidden)

An exception which occurs when an http request to CATI REST API returns 500 error code (HttpStatusCode.InternalServerError)

An exception which occurs when an http request to CATI REST API returns 404 error code (HttpStatusCode.NotFound)

Base class for all rest exception. It occurs when an http request to CATI REST API returns unknown code not supported by other exception classes

An exception which occurs when an http request to CATI REST API returns 503 error code (HttpStatusCode.ServiceUnavailable)