Tests.CBApi.models.requests.JobRecRequestStub.CheckForErrors C# (CSharp) Method

CheckForErrors() protected method

protected CheckForErrors ( IRestResponse response ) : void
response IRestResponse
return void
        protected override void CheckForErrors(IRestResponse response) { }
    }