@portone/server-sdk
    Preparing search index...

    Type Alias WebhookNotFoundError

    웹훅 내역이 존재하지 않는 경우

    type WebhookNotFoundError = {
        type: "WEBHOOK_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "WEBHOOK_NOT_FOUND"
    message?: string