class MultipleUnhandledRejectionError

Error
  └ goog.debug.Error
      └ webdriver.promise.MultipleUnhandledRejectionError

Error used when there are multiple unhandled promise rejections detected within a task or callback.

new MultipleUnhandledRejectionError(errors)

Parameters
errorsSet<*>

The errors to report.

Instance Properties

descriptionstring

IE-only.

errorsSet<*>
No description.
fileNamestring

Mozilla-only

lineNumbernumber

Mozilla-only.

messagestring
No description.
namestring
No description.
reportErrorToServerboolean

Whether to report this error to the server. Setting this to false will cause the error reporter to not report the error back to the server, which can be useful if the client knows that the error has already been logged on the server.

sourceURL?

Doesn't seem to exist, but closure/debug.js references it.

stackstring
No description.