Package 

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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorDescription(int errorCode, String errorMsg, int httpStatusCode)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorDescription

        ErrorDescription(int errorCode, String errorMsg, int httpStatusCode)