GvrApi.Error

  • GvrApi.Error provides constants representing GVR error codes, such as controller creation failure or frame unavailability.

  • The constants include CONTROLLER_CREATE_FAILED, NONE, and NO_FRAME_AVAILABLE, with corresponding integer values.

  • This abstract class inherits methods from java.lang.Object, like equals, getClass, hashCode, and others for basic object operations.

  • Developers can use GvrApi.Error to handle and interpret different error scenarios encountered during VR interactions.

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 ()