Enum StateReceiverInitializationError
Error states that may occur during StateReceiver initialization, typically while connecting to a required service.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public enum StateReceiverInitializationError
Fields
Name | Description |
---|---|
ServiceAuthenticationFailed | This error is raised when a required service refused the connection. This may be the case when the current application built using an invalid holoride manifest (HMF). |
ServiceConnectionFailed | This error is raised when a required service could not be connected to. This may be the case when the holoride App has not been installed on the device. |
UnknownError | An unknown error. |