-
- All Implemented Interfaces:
-
com.brightcove.player.model.BrightcoveError
public final class CatalogError implements BrightcoveError
A Brightcove Error created when making a Playback API request using the Catalog.
-
-
Method Summary
Modifier and Type Method Description BrightcoveError.ErrorCode
getErrorCode()
Gets the BrightcoveError code. String
getMessage()
Gets the Catalog Error message Throwable
getThrowable()
Gets the Throwable error thrown when making the Playback API request, if any. String
getCatalogErrorCode()
Gets the Catalog Error code String
getCatalogErrorSubcode()
Gets the Catalog Error subcode boolean
equals(Object o)
int
hashCode()
String
toString()
-
-
Method Detail
-
getErrorCode
@NonNull() BrightcoveError.ErrorCode getErrorCode()
Gets the BrightcoveError code. Currently always returns CATALOG_ERROR
-
getMessage
@NonNull() String getMessage()
Gets the Catalog Error message
-
getThrowable
@Nullable() Throwable getThrowable()
Gets the Throwable error thrown when making the Playback API request, if any.
-
getCatalogErrorCode
@NonNull() String getCatalogErrorCode()
Gets the Catalog Error code
-
getCatalogErrorSubcode
@NonNull() String getCatalogErrorSubcode()
Gets the Catalog Error subcode
-
hashCode
int hashCode()
-
-
-
-