CreatePipelineAsyncStatus
public final class CreatePipelineAsyncStatus
Indicates the status of an asynchronous pipeline creation request.
Summary
Constants |
|
|---|---|
static final int |
Indicates the asynchronous pipeline creation was cancelled. |
static final int |
InternalError = 4An internal error occurred during pipeline creation. |
static final int |
Success = 1Pipeline creation was successful. |
static final int |
ValidationError = 3A validation error occurred during pipeline creation. |
Constants
CallbackCancelled
public static final int CallbackCancelled = 2
Indicates the asynchronous pipeline creation was cancelled. This happens if the device is lost or destroyed while the pipeline is being compiled.
InternalError
public static final int InternalError = 4
An internal error occurred during pipeline creation.
ValidationError
public static final int ValidationError = 3
A validation error occurred during pipeline creation.