Package com.theoplayer.android.api.cache
Class CachingTaskError
-
- All Implemented Interfaces:
public final class CachingTaskErrorThe caching task error.
-
-
Constructor Summary
Constructors Constructor Description CachingTaskError(ErrorCode errorCode, String description, Throwable cause)CachingTaskError(ErrorCode errorCode, String description)
-
Method Summary
Modifier and Type Method Description final ErrorCodegetErrorCode()The error code of the caching task error. final StringgetDescription()The description of the caching task error. final ThrowablegetCause()The cause of the caching task error. -
-
Method Detail
-
getErrorCode
final ErrorCode getErrorCode()
The error code of the caching task error. (NonNull)
-
getDescription
final String getDescription()
The description of the caching task error. (NonNull)
-
-
-
-