Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

On Server SDK show error details #91

@worldsibu-bot

Description

@worldsibu-bot

The problem

When sending a transaction that should fail, the nodejs SDK won't show all the levels of the error.

Environment

  • Convector version (or git revision) that exhibits the issue: 1.3.0
  • Last Convector version that did not exhibit the issue (if applicable):
  • OS/version: Mac
  • Node.js version: 8.11
  • Npm or Yarn package manager: NPM
  • Convector CLI version (if applicable):
  • Hurley CLI version (if applicable):

Details

Show more details of the error by printing the whole response object.

Current Behavior

It won't show the exact error of the responses.

Expected Behavior

Should show the details of the errors from every peer.

Code To Reproduce Issue [ Good To Have ]

Send a transaction from nodejs to a function inside of the chaincode that breaks by design such as:

throw new Error('expected')

Fix

Add this to the place where the error is printed (import util first)

console.log(util.inspect(ex, {showHidden: false, depth: null}))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions