open class RequestException : Exception
Generic exception for a failed conversion request.
RequestException(errors: List<ApiError>, default: String)
Generic exception for a failed conversion request. |
val errors: List<ApiError>
List of errors. |
class BadRequestException : RequestException
Exception for a 400 error response. |
|
class ConversionException : RequestException
Exception for a 500 error response. |
|
class ForbiddenActionException : RequestException
Exception for a 403 error response. |
|
class QuotaException : RequestException
Exception for a 402 error response. |
|
class UnauthorizedException : RequestException
Exception for a 401 error response. |