Bad Request Exception
class BadRequestException(message: String? = null, cause: Throwable? = null, code: Int? = null, body: String? = null) : NetworkException
Exception thrown when the server returns a 4xx client error status code. This indicates that the request was malformed or contained invalid parameters.