StagedError Data Type

Content staging error DTO.

Properties
name data type description
error string
kind StagingErrorKind

Example

{
  "error" : "...",
  "kind" : "MISMATCH"
}