Class ApiConstants
Inheritance
System.Object
    ApiConstants
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Appearition.API
Assembly: Appearition.SDK.dll
Syntax
public static class ApiConstants
  Fields
View SourceAPI_CALL_FORBIDDEN
Declaration
public const string API_CALL_FORBIDDEN = "401"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
API_CALL_NOT_FOUND
Declaration
public const string API_CALL_NOT_FOUND = "404"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
API_CALL_SUCCESS
Declaration
public const string API_CALL_SUCCESS = "200"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
REQUEST_AUTHENTICATION_LEVEL_TOO_LOW
Declaration
public const string REQUEST_AUTHENTICATION_LEVEL_TOO_LOW = "The request you are trying to execute requires a higher authentication level. Please login and try again."
  Field Value
| Type | Description | 
|---|---|
| System.String | 
REQUEST_NO_USER_GIVEN
Declaration
public const string REQUEST_NO_USER_GIVEN = "Please use a valid profile. Ensure that the End Point, Tenant and Channel ID are selected properly in order to proceed."
  Field Value
| Type | Description | 
|---|---|
| System.String |