Modifier and Type | Field and Description |
---|---|
static int |
CAPTURE_DEVICE_FAILED_TO_SHUTDOWN
A PLUGIN failed to shutdown correctly (value: 49)
|
static int |
CAPTURE_DEVICE_FAILED_TO_START
A PLUGIN failed to start (value: 48)
|
static int |
CAPTURE_DEVICE_FAILURE
An error occurred during a PLUGIN operation (value: 50)
|
static int |
ENCODER_FAILED_TO_SHUTDOWN
An encoder failed to shutdown 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 String |
ERROR_CLASS |
static int |
ERROR_MESSAGE_RESOURCE_FAILURE
Could not 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 could not be loaded (value: 4)
|
static int |
SDK_LICENSE_KEY_APP_ID_MISMATCH
The SDK license key is not 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 is not valid for this version of the SDK (value: 5)
|
static int |
SDK_NOT_INITIALZED_ERROR
The GoCoder SDK has not been initialized (value: 7)
|
static int |
SINK_FAILED_TO_SHUTDOWN
A sink failed to shutdown 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 |
---|
WZSDKError(int errorCode)
The constructor for errors in this class.
|
WZSDKError(int errorCode,
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 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 WZSDKError(int errorCode)
errorCode
- One of the error code specifiers defined by this classpublic WZSDKError(int errorCode, Exception exception)
errorCode
- One of the error code specifiers defined by this classexception
- An exception to associate with this error© 2016 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal