Alert Error Categories
- Any: Select this option to trigger on all error categories.
- Source Connector: An error that originated from the source connector during deploy/start, receiving a message, or sending a response.
- Destination Connector: An error that originated from a destination connector during deploy/start, dispatching a message, or receiving a response.
- Serializer: An error that originated from the source or destination filter/transformer script, specifically when serializing the message to the internal representation (e.g. XML), or deserializing the message to the outbound data type format.
- Filter: An error that originated from a source or destination filter rule.
- Transformer: An error that originated from a source or destination transformer step.
- User Defined Transformer: An error that originated from a user-defined call to AlertSender (alerts.sendAlert) from any script. For additional information, see The User API (Javadoc).
- Response Validation: An error that originated from a destination connector after a response has been received, when the response fails validation. For example, an HL7 v2.x negative acknowledgement (NACK).
- Response Transformer: An error that originated from a destination connector response transformer step.
- Attachment Handler: An error that originated from an Attachment Handler.
- Deploy Script: An error that originated from a channel deploy script.
- Preprocessor Script: An error that originated from a global or channel preprocessor script.
- Post Processor Script: An error that originated from a global or channel post processor script.
- Undeploy Script: An error that originated from a channel undeploy script.