-
public interface BrightcoveError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
BrightcoveError.ErrorCode
-
Method Summary
Modifier and Type Method Description abstract BrightcoveError.ErrorCode
getErrorCode()
abstract String
getMessage()
abstract Throwable
getThrowable()
-
-
Method Detail
-
getErrorCode
@NonNull() abstract BrightcoveError.ErrorCode getErrorCode()
-
getMessage
@NonNull() abstract String getMessage()
-
getThrowable
@Nullable() abstract Throwable getThrowable()
-
-
-
-