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