content library item updatesession file: validation error

The validation_error structure defines the validation error of a file in the session.

Representations:

{
    "error_message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "name""string"
}
<?xml version="1.0" ?>
<ns0:ValidationError xmlns:ns0="http://vmware.com/content/library/item/updatesession/file" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <error_message>
    <default_message>string</default_message>
    <id>string</id>
    <args-array>
      <array-item>string</array-item>
      <array-item>string</array-item>
    </args-array>
  </error_message>
  <name>string</name>
</ns0:ValidationError>

Attributes:

Name Type Description
Required
name string The name of the file.

error_message localizable_message A message indicating why the file was considered invalid.