<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [RequestPendingError](./sip.js.requestpendingerror.md)

## RequestPendingError class

An exception indicating an outstanding prior request prevented execution.

<b>Signature:</b>

```typescript
export declare class RequestPendingError extends Exception 
```

## Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `RequestPendingError` class.

