Package com.brightcove.player.model
Interface BrightcoveError
-
- All Known Implementing Classes:
CatalogError
public interface BrightcoveError
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBrightcoveError.ErrorCode
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_CODEstatic java.lang.StringERROR_SUBCODEstatic java.lang.StringMESSAGE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrightcoveError.ErrorCodegetErrorCode()java.lang.StringgetMessage()java.lang.ThrowablegetThrowable()
-
-
-
Field Detail
-
ERROR_CODE
static final java.lang.String ERROR_CODE
- See Also:
- Constant Field Values
-
ERROR_SUBCODE
static final java.lang.String ERROR_SUBCODE
- See Also:
- Constant Field Values
-
MESSAGE
static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorCode
@NonNull BrightcoveError.ErrorCode getErrorCode()
-
getMessage
@NonNull java.lang.String getMessage()
-
getThrowable
@Nullable java.lang.Throwable getThrowable()
-
-