Package com.vdocipher.aegis.media
Class ErrorDescription
-
- All Implemented Interfaces:
public final class ErrorDescription
Describes an error that may occur during use of any library components like player, downloader, etc.
-
-
Constructor Summary
Constructors Constructor Description ErrorDescription(Integer errorCode, String errorMsg, Integer httpStatusCode)
-
Method Summary
Modifier and Type Method Description String
toString()
final String
getDisplayErrorMessage()
Customize error message displayed on the player view depending on the error code.
-