UploadAccountResponse

Response message for accounts.batchCreate.

JSON representation
{
  "kind": string,
  "error": [
    {
      object (ErrorInfo)
    }
  ]
}
Fields
kind
(deprecated)

string

error[]

object (ErrorInfo)

Detailed error info for accounts that cannot be uploaded.

ErrorInfo

Error information explaining why an account cannot be uploaded. batch upload.

JSON representation
{
  "index": integer,
  "message": string
}
Fields
index

integer

The index of the item, range is [0, request.size - 1]

message

string

Detailed error message