---
title: LookAroundErrorEvent
framework: mapkitjs
role: symbol
role_heading: Type
path: mapkitjs/lookarounderrorevent
---

# LookAroundErrorEvent

A custom event object that contains information about the error when starting a Look Around view.

## Declaration

```data
type LookAroundErrorEvent = CustomEvent<{
    type: LookAroundErrorType;
    message: string;
}>;
```

## Discussion

Discussion The event object describes the error with a LookAroundErrorType value and a message.

## See Also

### Events and event properties

- [LookAroundErrorType](mapkitjs/lookarounderrortype.md)
