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

An internal error occurred during pipeline creation.

static final int

Pipeline creation was successful.

static final int

A validation error occurred during pipeline creation.

Public methods

static final @NonNull String
toString(int value)

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.

Success

public static final int Success = 1

Pipeline creation was successful.

ValidationError

public static final int ValidationError = 3

A validation error occurred during pipeline creation.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)