CatalogError

A Brightcove Error created when making a Playback API request using the Catalog.

Properties

Link copied to clipboard
val ERROR_CODE: String = "error_code"
Link copied to clipboard
val ERROR_SUBCODE: String = "error_subcode"
Link copied to clipboard
val MESSAGE: String = "message"

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Gets the Catalog Error code
Link copied to clipboard
Gets the Catalog Error subcode
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Gets the Catalog Error message
Link copied to clipboard
Gets the Throwable error thrown when making the Playback API request, if any.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String