<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapKitConfigurationErrorEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "cl/mapkit.MapKitConfigurationErrorEvent"
  },
  "title" : "MapKitConfigurationErrorEvent"
}
-->

# MapKitConfigurationErrorEvent

An event that represents a configuration error.

```
class MapKitConfigurationErrorEvent extends Event
```

## Discussion

The event’s `status` property indicates the configuration error status.

## Topics

### Instance Properties

[`readonly message: string;`](/documentation/MapKitJS/MapKitConfigurationErrorEvent/message)

The message associated with the configuration error.

[`readonly status: ConfigurationErrorStatus;`](/documentation/MapKitJS/MapKitConfigurationErrorEvent/status)

The status of the configuration error.

## Relationships

### Inherits From

`Event`

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)