Aerospike\LDT\LDT::error PHP 메소드

error() 공개 메소드

Returns the error message for the previous operation.
public error ( ) : string
리턴 string
    public function error()
    {
        return $this->error;
    }