@@ -404,6 +404,7 @@ CRM_EX_ERROR - Error occurred
404
404
111: Requested item is not yet in effect
405
405
112: Could not determine status
406
406
113: Not applicable under current conditions
407
+ 114: DC is not yet elected
407
408
124: Timeout occurred
408
409
190: Service is active but might fail soon
409
410
191: Service is promoted but might fail soon
@@ -451,6 +452,7 @@ CRM_EX_ERROR - Error occurred
451
452
<result-code code="111" description="Requested item is not yet in effect"/>
452
453
<result-code code="112" description="Could not determine status"/>
453
454
<result-code code="113" description="Not applicable under current conditions"/>
455
+ <result-code code="114" description="DC is not yet elected"/>
454
456
<result-code code="124" description="Timeout occurred"/>
455
457
<result-code code="190" description="Service is active but might fail soon"/>
456
458
<result-code code="191" description="Service is promoted but might fail soon"/>
@@ -499,6 +501,7 @@ CRM_EX_ERROR - Error occurred
499
501
111: CRM_EX_NOT_YET_IN_EFFECT Requested item is not yet in effect
500
502
112: CRM_EX_INDETERMINATE Could not determine status
501
503
113: CRM_EX_UNSATISFIED Not applicable under current conditions
504
+ 114: CRM_EX_NO_DC DC is not yet elected
502
505
124: CRM_EX_TIMEOUT Timeout occurred
503
506
190: CRM_EX_DEGRADED Service is active but might fail soon
504
507
191: CRM_EX_DEGRADED_PROMOTED Service is promoted but might fail soon
@@ -546,6 +549,7 @@ CRM_EX_ERROR - Error occurred
546
549
<result-code code="111" name="CRM_EX_NOT_YET_IN_EFFECT" description="Requested item is not yet in effect"/>
547
550
<result-code code="112" name="CRM_EX_INDETERMINATE" description="Could not determine status"/>
548
551
<result-code code="113" name="CRM_EX_UNSATISFIED" description="Not applicable under current conditions"/>
552
+ <result-code code="114" name="CRM_EX_NO_DC" description="DC is not yet elected"/>
549
553
<result-code code="124" name="CRM_EX_TIMEOUT" description="Timeout occurred"/>
550
554
<result-code code="190" name="CRM_EX_DEGRADED" description="Service is active but might fail soon"/>
551
555
<result-code code="191" name="CRM_EX_DEGRADED_PROMOTED" description="Service is promoted but might fail soon"/>
0 commit comments