[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Protocol] result codes
[Protocol] A.3 says:
> compareFalse (5)
> Indicates that the operation successfully completes and the
> assertion has evaluated to TRUE.
>
> compareTrue (6)
> Indicates that the operation successfully completes and the
> assertion has evaluated to FALSE.
TRUE and FALSE should be swapped.
> adminLimitExceeded (11)
> Indicates that an administrative limit has been exceeded.
Clarification: Does this mean a time or size limit set by the server?
> inappropriateMatching (18)
> Indicates that a request cannot be completed due to an
> inappropriate matching.
Clarification: What is an inappropriate matching?
--
Hallvard