TxnError

Holds information describing which operations failed if the transaction was rolled back.

package

Default

Methods

TxnError constructor

__construct( $txnError = null) 

Arguments

$txnError

mixed | null

getOpIndex

getOpIndex() : integer

Response

integer

getWhat

getWhat() : string

Response

string

setOpIndex

setOpIndex( $opIndex) : $this

Arguments

$opIndex

integer

Response

$this

setWhat

setWhat( $what) : $this

Arguments

$what

string

Response

$this