LibraryItemUpdatesessionFileValidationError
The File.ValidationError structure defines the validation error of a file in the session.
Properties
error_message
Required
A message indicating why the file was considered invalid.
string
name
Required
The name of the file.
JSON Example
{
"name": "string"
}