타입 별칭 PgProviderError

PgProviderError: {
    type: "PG_PROVIDER";
    message?: string;
    pgCode: string;
    pgMessage: string;
}

PG사에서 오류를 전달한 경우