> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seam.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Entrance Warnings

> Warnings that Seam reports on the Entrance resource, each with its code and meaning.

## Warnings

Each warning is an object with the following shape:

```json Example warning theme={null}
{
  "warning_code": "salto_ks_entrance_access_code_support_removed",
  "message": "Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.",
  "created_at": "2025-01-01T00:00:00.000Z"
}
```

<Accordion title="Warning object properties">
  <ResponseField name="warning_code" type="Enum (String)">
    Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.

    One of the warning codes listed below.
  </ResponseField>

  <ResponseField name="message" type="String">
    Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
  </ResponseField>

  <ResponseField name="created_at" type="String (ISO 8601)">
    Date and time at which Seam created the warning.
  </ResponseField>
</Accordion>

### `entrance_setup_required`

Indicates that this entrance requires additional configuration in the access control system before Seam can fully manage it.

***

### `entrance_shares_zone`

Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.

***

### `salto_ks_entrance_access_code_support_removed`

Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See [https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support](https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support) for troubleshooting steps.

***

### `salto_ks_privacy_mode`

Indicates that this entrance is in privacy mode. When privacy mode is enabled, access codes, mobile keys, and remote unlocks will not work unless the user has admin access.

***
