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

Definition

Fields

code

String An optional error code.

message

String The error message.

stack

String The stack trace of the error, if available.