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";
}>