accounts.batchCreate의 응답 메시지입니다.
JSON 표현 |
---|
{
"kind": string,
"error": [
{
object ( |
필드 | |
---|---|
kind |
|
error[] |
업로드할 수 없는 계정에 대한 자세한 오류 정보입니다. |
ErrorInfo
계정을 업로드할 수 없는 이유를 설명하는 오류 정보입니다. 일괄 업로드
JSON 표현 |
---|
{ "index": integer, "message": string } |
필드 | |
---|---|
index |
항목의 색인입니다. 범위는 [0, request.size - 1]입니다. |
message |
자세한 오류 메시지 |