Package io.openvidu.java.client
Class OpenViduHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.openvidu.java.client.OpenViduException
io.openvidu.java.client.OpenViduHttpException
- All Implemented Interfaces:
Serializable
Defines error responses from OpenVidu Server. See error codes at
REST API docs
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getStatus
public int getStatus()- Returns:
- The unexpected status of the HTTP request. See error codes meaning at REST API docs
-