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 class
BrightcoveError.ErrorCode
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ERROR_CODE
static java.lang.String
ERROR_SUBCODE
static java.lang.String
MESSAGE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrightcoveError.ErrorCode
getErrorCode()
java.lang.String
getMessage()
java.lang.Throwable
getThrowable()
-
-
-
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()
-
-