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

    Type Alias PlatformUserDefinedPropertyNotFoundError

    사용자 정의 속성이 존재 하지 않는 경우

    type PlatformUserDefinedPropertyNotFoundError = {
        type: "PLATFORM_USER_DEFINED_PROPERTY_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "PLATFORM_USER_DEFINED_PROPERTY_NOT_FOUND"
    message?: string