public interface ProcErrorCallback
void callback(long pool, int err, String description)
pool
- Pool associated with the apr_proc_t. If your child
error function needs user data, associate it with this
pool.err
- APR error code describing the errordescription
- Text description of type of processing which failedCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.