Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 628 Bytes

sip.js.requestpendingerror.md

File metadata and controls

19 lines (11 loc) · 628 Bytes

Home > sip.js > RequestPendingError

RequestPendingError class

An exception indicating an outstanding prior request prevented execution.

Signature:

export declare class RequestPendingError extends Exception 

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.