ApiHdfsSnapshotError Data Model

An HDFS snapshot operation error.

Properties
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" : "..."
}