Solaris Zones · Schema

MigrationError

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
operation string The operation that failed
error string System or zone configuration error
message string Human-readable error message
View JSON Schema on GitHub

JSON Schema

solaris-zones-management-migration-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MigrationError",
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "description": "The operation that failed"
    },
    "error": {
      "type": "string",
      "description": "System or zone configuration error"
    },
    "message": {
      "type": "string",
      "description": "Human-readable error message"
    }
  }
}