pdfire-client / io.pdfire.client / RequestException

RequestException

open class RequestException : Exception

Generic exception for a failed conversion request.

Constructors

<init>

RequestException(errors: List<ApiError>, default: String)

Generic exception for a failed conversion request.

Properties

errors

val errors: List<ApiError>

List of errors.

Inheritors

BadRequestException

class BadRequestException : RequestException

Exception for a 400 error response.

ConversionException

class ConversionException : RequestException

Exception for a 500 error response.

ForbiddenActionException

class ForbiddenActionException : RequestException

Exception for a 403 error response.

QuotaException

class QuotaException : RequestException

Exception for a 402 error response.

UnauthorizedException

class UnauthorizedException : RequestException

Exception for a 401 error response.