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

    Interface MailpitErrorData

    Error data structure returned in "error" events

    interface MailpitErrorData {
        IP: string;
        Level: string;
        Message: string;
        Type: string;
    }
    Index

    Properties

    Properties

    IP: string

    Client IP address

    Level: string

    Error severity level

    Message: string

    Error message

    Type: string

    Error type