MsgErrorCd

Description
Required when MsgStatusCd is Error. This provides the overall error code for the message. Extended information might be provided depending on the code. This element uses the MessageError code list.

Type : Element
DataType : MessageError
ValueDescription
DataErrorThe data included in the stream is invalid in some way. ExtendedStatus should be included to provide specific detail on the type and location of the data errors.
DuplicateRqUIDThe RqUID associated with this message is a known duplicate on the server. Sending ExtendedStatus is not permitted.
InvalidRqUIDThe RqUID associated with this message is not a valid UUID. Sending ExtendedStatus is not permitted.
UnsupportedThe service provider does not currently support this message. A service provider may or may not introduce support for this message at a future time. Sending ExtendedStatus is not permitted.
NotAvailableThe system that processes this message is not available at this time, but the message is likely to succeed at some future time. Sending ExtendedStatus is not permitted.
DuplicateUIDThe UID associated with this message is a known duplicate on the server. Sending ExtendedStatus is not permitted.
InvalidUIDThe UID associated with this message is not a valid UUID. Sending ExtendedStatus is not permitted.
OutOfSyncThis code should only be used in a Policy Change message. This error will be issued when the server is unable to successfully process the policy change because of differences in the policy data before the changes are applied. Note that each implementation will determine the threshold for both the extent and type of differences necessary before this error applies. ExtendedStatus can be used to identify which data values (including PreviousValue elements) are not in sync.
UnSyncAbleThis code should only be used in a Policy Synchronization message. This error will be issued when the server cannot return the exact policy information that was requested based on the criteria given. ExtendedStatus can be used to identify the elements containing criteria that caused this error.
GeneralFailureThis error is used when the entire stream could be processed including this business message, but for some technical reason a failure occurs on this specific business message. Repeated occurrences of this result for a specific message over a period of time could indicate a defect in the service provider's system. One-time occurrences are more likely attributable to temporary glitches. This code can be used in service provider implementations as a fall back for an unrecoverable error during the processing of a message. Sending ExtendedStatus is not permitted.