public final class CatalogError extends java.lang.Object implements BrightcoveError
Catalog
.BrightcoveError.ErrorCode
ERROR_CODE, ERROR_SUBCODE, MESSAGE
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCatalogErrorCode()
Gets the Catalog Error code
|
java.lang.String |
getCatalogErrorSubcode()
Gets the Catalog Error subcode
|
BrightcoveError.ErrorCode |
getErrorCode()
Gets the
BrightcoveError code. |
java.lang.String |
getMessage()
Gets the Catalog Error message
|
java.lang.Throwable |
getThrowable()
Gets the Throwable error thrown when making the Playback API request, if any.
|
int |
hashCode() |
java.lang.String |
toString() |
@NonNull public BrightcoveError.ErrorCode getErrorCode()
BrightcoveError
code. Currently always returns ErrorCode#CATALOG_ERROR
getErrorCode
in interface BrightcoveError
ErrorCode#CATALOG_ERROR
@NonNull public java.lang.String getMessage()
getMessage
in interface BrightcoveError
@Nullable public java.lang.Throwable getThrowable()
getThrowable
in interface BrightcoveError
@NonNull public java.lang.String getCatalogErrorCode()
@NonNull public java.lang.String getCatalogErrorSubcode()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@NonNull public java.lang.String toString()
toString
in class java.lang.Object