Package com.vdocipher.aegis.media
Class ErrorDescription
-
- All Implemented Interfaces:
public final class ErrorDescriptionDescribes 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 StringtoString()final StringgetDisplayErrorMessage()Customize error message displayed on the player view depending on the error code.
-