C# Class ADL.ErrorCodes.Logic

Show file Open project: addlive/addlive_sdk_c_sharp

Public Properties

Property Type Description
INTERNAL int
INVALID_ARGUMENT int
INVALID_JS_PARAMETER_KEY int
INVALID_ROOM int
INVALID_STATE int
LIB_IN_USE int
PLATFORM_INIT_FAILED int
PLATFORM_UNSUPPORTED int
PLUGIN_UPDATING int

Property Details

INTERNAL public static property

public static int INTERNAL
return int

INVALID_ARGUMENT public static property

public static int INVALID_ARGUMENT
return int

INVALID_JS_PARAMETER_KEY public static property

public static int INVALID_JS_PARAMETER_KEY
return int

INVALID_ROOM public static property

Returned when application tries to perform operation on Cloudeo Service in context of media scope to which service is not currently connected.
public static int INVALID_ROOM
return int

INVALID_STATE public static property

public static int INVALID_STATE
return int

LIB_IN_USE public static property

public static int LIB_IN_USE
return int

PLATFORM_INIT_FAILED public static property

public static int PLATFORM_INIT_FAILED
return int

PLATFORM_UNSUPPORTED public static property

public static int PLATFORM_UNSUPPORTED
return int

PLUGIN_UPDATING public static property

public static int PLUGIN_UPDATING
return int