ValueTooDeepException
extends CouchbaseException
in package
Subdocument exception thrown when proposed value would make the document too deep to parse.
The current limitation is there to ensure a single parse does not consume too much memory (overloading the server). This error is similar to other TooDeep errors, which all relate to various validation stages to ensure the server does not consume too much memory when parsing a single document.
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