mailpit-api - v1.5.3
    Preparing search index...

    Interface MailpitChaosTrigger

    Represents information about a Chaos trigger

    interface MailpitChaosTrigger {
        ErrorCode: number;
        Probability: number;
    }
    Index

    Properties

    ErrorCode: number

    SMTP error code to return. The value must range from 400 to 599.

    Probability: number

    Probability (chance) of triggering the error. The value must range from 0 to 100.