Class SyntheticsTestResultBrowserError

A browser error captured during a browser test step.

Hierarchy

  • SyntheticsTestResultBrowserError

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

Error description.

method?: string

HTTP method associated with the error (for network errors).

name?: string

Error name.

status?: number

HTTP status code associated with the error (for network errors).

type?: string

Type of the browser error.

url?: {
    [key: string]: any;
}

URL associated with the error.

Type declaration

  • [key: string]: any

Generated using TypeDoc