*** id: cf80e6ac-6a56-4dbc-a4a5-a8864f92e077 title: SignalWire.Relay.Calling.DisconnectReason slug: /dotnet/reference/calling/disconnect-reason max-toc-depth: 3 ---------------- This is an enumeration that represents the possible types of disconnect reasons. ### Values | Value | Description | | ---------- | ----------------- | | `hangup` | Normal hangup. | | `cancel` | Canceled. | | `busy` | Busy signal. | | `noAnswer` | Was not answered. | | `decline` | Declined. | | `error` | Error occurred. |