RejectedCallIdException
class RejectedCallIdException :
IllegalArgumentException,
CopyableThrowable<RejectedCallIdException>
An exception that could be thrown to reject a call due to illegal call id
Parameters
illegalCallId
- that caused rejection
Constructors
RejectedCallIdException(illegalCallId: String) An exception that could be thrown to reject a call due to illegal call id |
Properties
val illegalCallId: String that caused rejection |
Functions
fun createCopy(): RejectedCallIdException? |
Extension Properties
Root cause of the Throwable. |