Hermes PostgreSQL
    Preparing search index...

    Enumeration HermesErrorCode

    Error codes specific to Hermes PostgreSQL.

    These codes help identify and handle different error scenarios when working with the outbox consumer.

    Index

    Enumeration Members

    Enumeration Members

    ConsumerAlreadyTaken: "ConsumerAlreadyTaken"

    Thrown when attempting to start a consumer that's already taken by another process.

    This occurs when a PostgreSQL replication slot with the same name is already active in another consumer instance.