toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.model
/
BrightcoveError
Brightcove
Error
interface
BrightcoveError
Inheritors
CatalogError
Members
Types
Error
Code
Link copied to clipboard
enum
ErrorCode
Properties
ERROR_CODE
Link copied to clipboard
val
ERROR_CODE
:
String
=
"error_code"
ERROR_SUBCODE
Link copied to clipboard
val
ERROR_SUBCODE
:
String
=
"error_subcode"
MESSAGE
Link copied to clipboard
val
MESSAGE
:
String
=
"message"
Functions
get
Error
Code
Link copied to clipboard
abstract
fun
getErrorCode
(
)
:
BrightcoveError.ErrorCode
get
Message
Link copied to clipboard
abstract
fun
getMessage
(
)
:
String
get
Throwable
Link copied to clipboard
abstract
fun
getThrowable
(
)
:
Throwable