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
{
"error_message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"name": "string"
}