public class WOWZSDKError extends WOWZError
WOWZStatus
object
returned by many of the API methods.Modifier and Type | Field and Description |
---|---|
static int |
CAPTURE_DEVICE_FAILED_TO_SHUTDOWN
A plug-in failed to shut down correctly (value: 49).
|
static int |
CAPTURE_DEVICE_FAILED_TO_START
A plug-in failed to start (value: 48).
|
static int |
CAPTURE_DEVICE_FAILURE
An error occurred during a plug-in operation (value: 50).
|
static int |
ENCODER_FAILED_TO_SHUTDOWN
An encoder failed to shut down correctly (value: 16).
|
static int |
ENCODER_FAILED_TO_START
An encoder failed to start (value: 16).
|
static int |
ENCODING_FAIURE
An error occurred while encoding media (value: 18).
|
static java.lang.String |
ERROR_CLASS |
static int |
ERROR_MESSAGE_RESOURCE_FAILURE
Couldn't load error message resources (value: 3).
|
static int |
INVALID_SDK_LICENSE_KEY
The SDK license key specified is invalid (value: 1).
|
static int |
INVALID_SESSION_STATE
The session is in an invalid state for the requested operation (value: 64).
|
static int |
LIBRARY_LOAD_FAILURE
An SDK library couldn't be loaded (value: 4).
|
static int |
SDK_LICENSE_KEY_APP_ID_MISMATCH
The SDK license key isn't valid for this application ID (value: 6).
|
static int |
SDK_LICENSE_KEY_HAS_EXPIRED
The SDK license key has expired (value: 2).
|
static int |
SDK_LICENSE_KEY_VERSION_MISMATCH
The SDK license key isn't valid for this version of the SDK (value: 5).
|
static int |
SDK_NOT_INITIALZED_ERROR
The GoCoder SDK hasn't been initialized (value: 7).
|
static int |
SINK_FAILED_TO_SHUTDOWN
A sink failed to shut down correctly (value: 33).
|
static int |
SINK_FAILED_TO_START
A sink failed to start (value: 32).
|
static int |
SINK_FAILURE
An error occurred during a sink operation (value: 34).
|
Constructor and Description |
---|
WOWZSDKError(int errorCode)
The constructor for errors in this class.
|
WOWZSDKError(int errorCode,
java.lang.Exception exception)
The constructor for errors in this class with an associated exception.
|
getErrorClass, getErrorCode, getErrorDescription, getException, isWarning, registerErrors, set, setErrorDescription, toString
public static final java.lang.String ERROR_CLASS
public static final int INVALID_SDK_LICENSE_KEY
public static final int SDK_LICENSE_KEY_HAS_EXPIRED
public static final int ERROR_MESSAGE_RESOURCE_FAILURE
public static final int LIBRARY_LOAD_FAILURE
public static final int SDK_LICENSE_KEY_VERSION_MISMATCH
public static final int SDK_LICENSE_KEY_APP_ID_MISMATCH
public static final int SDK_NOT_INITIALZED_ERROR
public static final int ENCODER_FAILED_TO_START
public static final int ENCODER_FAILED_TO_SHUTDOWN
public static final int ENCODING_FAIURE
public static final int SINK_FAILED_TO_START
public static final int SINK_FAILED_TO_SHUTDOWN
public static final int SINK_FAILURE
public static final int CAPTURE_DEVICE_FAILED_TO_START
public static final int CAPTURE_DEVICE_FAILED_TO_SHUTDOWN
public static final int CAPTURE_DEVICE_FAILURE
public static final int INVALID_SESSION_STATE
public WOWZSDKError(int errorCode)
errorCode
- One of the error code specifiers defined by this class.public WOWZSDKError(int errorCode, java.lang.Exception exception)
errorCode
- One of the error code specifiers defined by this class.exception
- An exception to associate with this error.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal