BatchError
class
Error class used to signal a batch failure.
Constructor
BatchError
new BatchError(message, err)
Parameter |
|
---|---|
message |
string The error message. |
err |
ServiceError The grpc service error. |