# BackupError

Represents an error that appeared during the backup.
## Attributes

This table describes attributes of the `BackupError` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the BackupError. `Read-only`.  |
|  date  |  Long  |  The timestamp in milliseconds indicating the moment when the error appeared. Stored as a unix timestamp at UTC. `Read-only`.  |
|  errorMessage  |  String  |  Description of the error. `Read-only`. `Can be null`.  |

