Documentation

DocumentLockedException extends CouchbaseException
in package

Thrown when the server reports a temporary failure that is very likely to be lock-related (like an already locked key or a bad cas used for unlock).

See https://issues.couchbase.com/browse/MB-13087 for an explanation of why this is only likely to be lock-related.

Table of Contents

$context  : array<string|int, mixed>|null
getContext()  : array<string|int, mixed>|null
Returns error details.

Properties

Methods

getContext()

Returns error details.

public getContext() : array<string|int, mixed>|null
Tags
since
4.0.0
Return values
array<string|int, mixed>|null
Loading…

Search results