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

CheckForErrors() protected method

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

        }
    }