DataError | The 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. |
DuplicateRqUID | The RqUID associated with this message is a known duplicate on the server. Sending ExtendedStatus is not permitted. |
InvalidRqUID | The RqUID associated with this message is not a valid UUID. Sending ExtendedStatus is not permitted. |
Unsupported | The 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. |
NotAvailable | The 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. |
DuplicateUID | The UID associated with this message is a known duplicate on the server. Sending ExtendedStatus is not permitted. |
InvalidUID | The UID associated with this message is not a valid UUID. Sending ExtendedStatus is not permitted. |
OutOfSync | This 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. |
UnSyncAble | This 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. |
GeneralFailure | This 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. |