BatchError

BatchError

Error class used to signal a batch failure.

Now that we have exactly-once delivery subscriptions, we'll only throw one of these if there was an unknown error.

Constructor

new BatchError(message, err)

Parameters:
Name Type Description
message string

The error message.

err GoogleError

The grpc error.