Documentation

KeyDeletedException extends KeyValueException implements Throwable

Occurs when a multi-operation sub-document operation is performed on a soft-deleted document.

Table of Contents

ref() Returns the underling reference string, if any string|null
context() Returns the underling error context, if any object|null

Methods

ref()

Returns the underling reference string, if any

public ref( ) : string|null
Return values
string|null

context()

Returns the underling error context, if any

public context( ) : object|null
Return values
object|null

Search results