Show / Hide Table of Contents

    Class ApiConstants

    Inheritance
    System.Object
    ApiConstants
    Namespace: Appearition.API
    Assembly: Appearition.SDK.dll
    Syntax
    public static class ApiConstants

    Fields

    API_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
    Back to top Appearition SDK for Unity API