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

    Type Alias B2bFileNotFoundError

    업로드한 파일을 찾을 수 없는 경우

    type B2bFileNotFoundError = {
        type: "B2B_FILE_NOT_FOUND";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "B2B_FILE_NOT_FOUND"
    message?: string