public class SIRequestFailureType extends Object
| Modifier and Type | Field and Description |
|---|---|
static SIRequestFailureType |
CANCELED
The reason generated when the
SIRequest is canceled. |
static SIRequestFailureType |
DATA_UNAVAILABLE
The reason generated when the system cannot find the
requested data.
|
static SIRequestFailureType |
INSUFFICIENT_RESOURCES
The reason generated when the resources required to fulfill an
asynchronous SI retrieval (such as a tuner, section filter, etc.)
are unavailable.
|
static SIRequestFailureType |
UNKNOWN
The reason for the failure is unknown.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SIRequestFailureType(String name)
Creates an
SIRequestFailureType object. |
public static final SIRequestFailureType CANCELED
SIRequest is canceled.SIRequest.cancel()public static final SIRequestFailureType INSUFFICIENT_RESOURCES
public static final SIRequestFailureType DATA_UNAVAILABLE
public static final SIRequestFailureType UNKNOWN
protected SIRequestFailureType(String name)
SIRequestFailureType object.name - The string name of this type (e.g., "CANCELED").Copyright © 2012 code4tv.com. All Rights Reserved.