Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 601 Bytes

sip.js.requestpendingerror.md

File metadata and controls

18 lines (10 loc) · 601 Bytes

Home > sip.js > RequestPendingError

RequestPendingError class

An exception indicating an outstanding prior request prevented execution.

Signature:

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.