GvrApi.Error

public static abstract class GvrApi.Error

Constants that represent GVR error codes.

Constants

int CONTROLLER_CREATE_FAILED
int NONE
int NO_FRAME_AVAILABLE

Public Constructors

Inherited Methods

Constants

public static final int CONTROLLER_CREATE_FAILED

Constant Value: 2

public static final int NONE

Constant Value: 0

public static final int NO_FRAME_AVAILABLE

Constant Value: 3

Public Constructors

public GvrApi.Error ()