An HDFS snapshot operation error.
| name | data type | description | 
|---|---|---|
| path | string | Path for which the snapshot error occurred. | 
| snapshotName | string | Name of snapshot for which error occurred. | 
| error | string | Description of the error. | 
Example
{
  "path" : "...",
  "snapshotName" : "...",
  "error" : "..."
}