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

    Type Alias ForbiddenError

    요청이 거절된 경우

    type ForbiddenError = {
        type: "FORBIDDEN";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "FORBIDDEN"
    message?: string