Constraint Descriptor : constraint_hpd_ldapResult_resultCodeValue (type: ERROR, kind: )

Constraint : constraint_hpd_ldapResult_resultCodeValue

Constraint Name
constraint_hpd_ldapResult_resultCodeValue (type: ERROR, kind: )
Constraint Class
LDAPResultSpec
Package
LDAPResult
Description
The resultCode for an acknowledgement shall be reported as '0' to imply acknowledgement. (see Session 3.59.4.2.2 Message Semantics)
OCL
not self.resultCode.oclIsUndefined()
                and
                not self.resultCode.code.oclIsUndefined()
                and
                self.resultCode.code = 0