ADBaseLibrary.BaseDownloadPlugin.SetLoginError C# (CSharp) Method

SetLoginError() public method

public SetLoginError ( Response resp ) : void
resp Response
return void
        public void SetLoginError(Response resp)
        {
            resp.Status = ResponseStatus.LoginRequired;
            resp.ErrorMessage = "Login is required";
        }
        public void SetWebError(Response resp)