-
- All Implemented Interfaces:
-
java.io.Serializable
public class TwilioException extends Exception
Twilio Video SDK Exception
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interfaceTwilioException.Code
-
Field Summary
-
Method Summary
Modifier and Type Method Description intgetCode()StringgetExplanation()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCode
int getCode()
-
getExplanation
@Nullable() String getExplanation()
-
-
-
-