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