# 에러코드

### 브랜드소식 - Response body error code

```
{
    "error": {
        "code": "64302",
        "message": "Invalid JSON format"
    },
    "status": 400
}
```

* 400 error code

{% hint style="warning" %}
요청 정보 상의 오류가 있는 경우 응답됩니다.

64001 "Missing X-RCS-BrandKey header"

64002 "Invalid Brand Key"

64201 "Invalid query parameter (%s)"

64202 "Invalid query parameter value %s"

64203 "query paramter required \[%s]"

64301 "Over specified size (%s)"

64302 "Invalid JSON format"

64304 "Over specified size (%s)"

64322 "File does not exist"

64336 "required value: \[%s]"

64339 "value is too long: \[%s], maxsize is %s"

64354 "Attached file capacity overflow"

64701 "parameter required \[%s]"

64702 "parameter invalid \[%s]"

64703 "parameter size invalid \[%s]"

64704 "Not Brand Approved"

64705 "paramter date over \[%s]"

64706 "date compare over \[start date: %s], \[end date: %s]"

64707 "File extension not available"

64708 "File size not allowed"

64709 "can't delete\[pinYn:Y]"

64710 "can't hide\[pinYn:Y]"

64711 "Not found FEED"

64712 "value is too long \[%s]"

64713 "No File Permission \[%s]"
{% endhint %}

* 401 error code

{% hint style="warning" %}
인증에 필요한 정보가 누락되거나 값이 잘못된 경우 응답됩니다.

61001 Missing Authorization header Authorization

61002 Missing Token Authorization

61003 Invalid token

61004 Token has expired

61005 Invalid client id

61006 Invalid secret key
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.rcsbizcenter.com/feed-api/error_code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
