Data hub status codes

Datahub documentation home

The data hub status summarises the how a message has been processed.

0
Message has not been processed.
1
Message is currently being processed.
2
The message requires reprocessing (for example, because some foreign keys could not be resolved).
3
The message has been queued for processing, but processing has not yet started.
10
The message has been processed successfully.
20
General error. Any code >= 20 indicates an error.
21
Message not found. The message processor cannot find a message that matches the identifier passed to it.
22
Message invalid. The message has not passed validation.
23
System not found. The message identifies a system for which there is no schema entry.
24
Entity not found. The message identifies and entity that is not included in the source system schema.
25
Data invalid. There are errors in the message data.
26
Reprocess timeout. The message needed reprocessing because of missing foreign keys, but no further attempts will be made to reprocess the message.