SubmitError is thrown when a failure occurs submitting an endorsed transaction to the orderer.

Hierarchy

Constructors

Properties

cause: ServiceError

Raw underlying gRPC error.

code: number

gRPC status code.

See

https://grpc.github.io/grpc/core/md_doc_statuscodes.html for descriptions of status codes.

details: ErrorDetail[]

gRPC error details.

message: string
name: string
stack?: string
transactionId: string

The ID of the transaction.

prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc