Contents

LookAroundErrorType

Values that describes errors than can occur when starting a Look Around view.

Declaration

const LookAroundErrorType: Readonly<{
    readonly AvailabilityError: "availability-error";
    readonly BrowserError: "browser-error";
    readonly ServiceError: "service-error";
    readonly UnknownError: "unknown-error";
}>
type LookAroundErrorType =
    (typeof LookAroundErrorType)[keyof typeof LookAroundErrorType];

Topics

Enumeration Cases

See Also

Events and event properties