Interface SortResponse

  • All Superinterfaces:
    Control
    All Known Implementing Classes:
    SortResponseImpl

    public interface SortResponse
    extends Control
     SortResult ::= SEQUENCE {
               sortResult  ENUMERATED {
               success                   (0), -- results are sorted
               operationsError           (1), -- server internal failure
               timeLimitExceeded         (3), -- timelimit reached before sorting was completed
               strongAuthRequired        (8), -- refused to return sorted results via insecure protocol
               adminLimitExceeded       (11), -- too many matching entries for the server to sort
               noSuchAttribute          (16), -- unrecognized attribute type in sort key
               inappropriateMatching    (18), -- unrecognized or inappropriate matching rule in sort key
               insufficientAccessRights (50), -- refused to return sorted results to this client
               busy                     (51), -- too busy to process
               unwillingToPerform       (53), -- unable to sort
               other                    (80)
    }, attributeType [0] AttributeDescription OPTIONAL }
    Author:
    Apache Directory Project