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
$context
private
array<string|int, mixed>|null
$context
= null
Methods
getContext()
Returns error details.
public
getContext() : array<string|int, mixed>|null