pdfire-client / io.pdfire.client / BadRequestException

BadRequestException

class BadRequestException : RequestException

Exception for a 400 error response.

Constructors

<init>

BadRequestException(errors: List<ApiError>)

Exception for a 400 error response.

Inherited Properties

errors

val errors: List<ApiError>

List of errors.