Represents an error that occurred, either in the page’s JavaScript or during an operation.

Definition

object Error {
  code: String
  message: String
  stack: String
}

Fields

code

String An optional error code.

message

String The error message.

stack

String The stack trace of the error, if available.