ErrorDescription

Describes an error that may occur during use of any library components like player, downloader, etc.

Constructors

Link copied to clipboard
open fun ErrorDescription(errorCode: Int, errorMsg: String, httpStatusCode: Int)

Functions

Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
One of error codes defined in ErrorCodes identifying the type of error.
Link copied to clipboard
A brief message describing the error.
Link copied to clipboard
Relevant http status code if the error was server related, -1 otherwise.