> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# notifyModifyFailed

> Notify the recovery manager that a verto.modify signaling exchange failed.

```ts
notifyModifyFailed(): void
```

Notify the recovery manager that a verto.modify signaling exchange failed.

## **Returns**

`void`

## **Examples**

```ts
call.notifyModifyFailed();
```