Aerospike\LDT\LDT::errorno PHP Method

errorno() public method

Returns the status code for the previous operation.
public errorno ( ) : integer
return integer
    public function errorno()
    {
        return $this->errorno;
    }