---
title: "CommonResponse"
slug: "common-apidatatype-commonresponse"
updated: 2026-04-23T08:55:18Z
published: 2026-04-23T09:02:06Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CommonResponse

Classic 환경에서 이용 가능합니다.

공통 응답입니다.

## 구문

구문은 다음과 같습니다.

```
private String requestId;
private String returnCode;
private String returnMessage;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `requested` | String | Optional | 요청 아이디 값 - 요청이 성공할 경우에만 전달됨 |
| `returnCode` | String | Required | 리턴 코드 - 요청이 성공할 경우 `0` 값이 전달되며, 실패할 경우 `0` 이외의 값이 전달됨 |
| `returnMessage` | String | Required | 리턴 메시지 - 요청이 성공할 경우 `success` 값이 전달되며, 실패할 경우 실패 이유가 전달됨 |
