Page Summary
-
GvrApi.Errorprovides constants representing GVR error codes, such as controller creation failure or frame unavailability. -
The constants include
CONTROLLER_CREATE_FAILED,NONE, andNO_FRAME_AVAILABLE, with corresponding integer values. -
This abstract class inherits methods from
java.lang.Object, likeequals,getClass,hashCode, and others for basic object operations. -
Developers can use
GvrApi.Errorto 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