Result
in package
Base interface for all results generated by KV operations.
Table of Contents
- $cas : string|null
- $error : CouchbaseException|null
- $id : string
- cas() : string|null
- Returns the CAS value for the document
- error() : CouchbaseException|null
- Returns the error (populated for multi-operations)
- id() : string
- Returns the ID of the document
Properties
$cas
private
string|null
$cas
= null
$error
private
CouchbaseException|null
$error
= null
$id
private
string
$id
Methods
cas()
Returns the CAS value for the document
public
cas() : string|null
Tags
Return values
string|null —error()
Returns the error (populated for multi-operations)
public
error() : CouchbaseException|null
Tags
Return values
CouchbaseException|null —id()
Returns the ID of the document
public
id() : string