UnityEditor.AssetServer.SetAssetServerError C# (CSharp) Method

SetAssetServerError() private method

private SetAssetServerError ( string error, bool isConnectionError ) : void
error string
isConnectionError bool
return void
        public static extern void SetAssetServerError(string error, bool isConnectionError);
        [MethodImpl(MethodImplOptions.InternalCall)]
AssetServer