In the new Scala/Java client, function documentation may refer to exception classes that have been renamed since the old major version

For example insert method. The new exception class is DocumentExistsException not DocumentAlreadyExistsException.

Thanks for reporting this @zoltan.zvara. I did do a recent sweep to make sure Scaladocs were correct but looks like at least one has slipped through the net. I’ve created https://issues.couchbase.com/browse/SCBC-255 to have another sweep (and check why scaladoc is not catching these itself).