← Prev in month ← Prev in thread
Next in thread → Next in month →

type error in QS-M-2-20

From
Tim Hudson
Date
2019-01-27T02:39:00+00:00
ID
Thread
type error in QS-M-2-20
A cut-n-paste error on my part.
Clearly ResultMessage values are TextString type.
Tim.
diff --git a/data/2_0/qs-m-2-20.xml b/data/2_0/qs-m-2-20.xml
index 78ccf473b..e1695baff 100644
--- a/data/2_0/qs-m-2-20.xml
+++ b/data/2_0/qs-m-2-20.xml
@@ -40,7 +40,7 @@
<Operation type="Enumeration" value="Create"/>
<ResultStatus type="Enumeration" value="OperationFailed"/>
<ResultReason type="Enumeration" value="GeneralFailure"/>
-
<ResultMessage type="Enumeration" value="NOT_SAFE"/>
+
<ResultMessage type="TextString" value="NOT_SAFE"/>
<ResponsePayload>
</ResponsePayload>
</BatchItem>
← Prev in month ← Prev in thread
Next in thread → Next in month →