I'm printing the error object in nodejs. The output of console.log(err) looks like:
{ [error: column "pkvalue" does not exist]
name: 'error',
length: 96,
severity: 'ERROR'}
What is the information printed in square brackets and how to access it ?