class BadRequestException : RequestException
Exception for a 400 error response.
<init>
BadRequestException(errors: List<ApiError>)
errors
val errors: List<ApiError>
List of errors.