Class CoreIssueCodes
Issue codes for the core package
Namespace: Unity.MARS.Companion.Core
Syntax
public static class CoreIssueCodes : object
Fields
NetworkUnreachable
Issue code for network unreachable
Declaration
public const string NetworkUnreachable = null
Field Value
| Type | Description |
|---|---|
| String |
UserNotSignedIn
Issue code for user not signed in
Declaration
public const string UserNotSignedIn = null
Field Value
| Type | Description |
|---|---|
| String |