Show / Hide Table of Contents

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 Source

API_CALL_FORBIDDEN

Declaration
public const string API_CALL_FORBIDDEN = "401"
Field Value
Type Description
System.String
View Source

API_CALL_NOT_FOUND

Declaration
public const string API_CALL_NOT_FOUND = "404"
Field Value
Type Description
System.String
View Source

API_CALL_SUCCESS

Declaration
public const string API_CALL_SUCCESS = "200"
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
Back to top Generated by DocFX