content library item updatesession file: validation error

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

Representation:

{
    "error_message"{
        "args"[
            "string",
            "string"
        ],
        "default_message""string",
        "id""string"
    },
    "name""string"
}

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.