Type Alias: WorkspaceImportPlanConflictRow
WorkspaceImportPlanConflictRow =
Omit<WorkspaceImportPlanRow,"name">
Defined in: packages/sdk/src/types_workspace_transfer.ts:713
One plan row as an ERROR body carries it.
The same projection minus name. A 200 plan is an audited response to an
authenticated administrator and may carry a configuration name for display;
an error body may not — error payloads carry identifiers, fixed codes, field
paths and counts, and they are logged, retried and pasted into tickets by
generic failure handling that knows nothing about what is in them.