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

    Type Alias UnauthorizedError

    인증 정보가 올바르지 않은 경우

    type UnauthorizedError = {
        type: "UNAUTHORIZED";
        message?: string;
    }
    Index

    Properties

    Properties

    type: "UNAUTHORIZED"
    message?: string