Bulk update of the public corpus from /Users/mmj/.cupertino-dev/, the local source that built v1.0.0 / v1.0.1 release database bundles. - docs/: 1,739 new pages, 403,381 modified (schema upgrade to the structured-page format used by v1.0+: overview, rawMarkdown, sections[].items[]). Total 404,568 page JSONs (2.4 GB). - packages/: 1,587 packages (1.5 GB), previously empty in this repo. Includes per-package source archives and READMEs for the curated Swift package set. Some packages (notably swiftlang/swift-foundation-icu) ship 50-100 MB ICU lookup tables — under GitHub's 100 MB limit. No deletions: existing files not in .cupertino-dev are preserved (e.g. swift-org/ has 81 historical pages this update doesn't touch).
115 lines
6.7 KiB
JSON
115 lines
6.7 KiB
JSON
{
|
||
"abstract" : "The network block device client disconnected from the server.",
|
||
"availability" : [
|
||
{
|
||
"beta" : false,
|
||
"deprecated" : false,
|
||
"introducedAt" : "14.0",
|
||
"name" : "macOS",
|
||
"unavailable" : false
|
||
}
|
||
],
|
||
"codeExamples" : [
|
||
|
||
],
|
||
"contentHash" : "61075df3af10127fb15bd213905b2257b7f51bb37276a7133825afd229adf908",
|
||
"crawledAt" : "2025-12-05T12:10:51Z",
|
||
"declaration" : {
|
||
"code" : "case networkBlockDeviceDisconnected",
|
||
"language" : "swift"
|
||
},
|
||
"id" : "F2550F8B-350B-4CF8-8CF6-DF7B6F13F3F2",
|
||
"kind" : "unknown",
|
||
"language" : "swift",
|
||
"module" : "Virtualization",
|
||
"platforms" : [
|
||
"macOS"
|
||
],
|
||
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/networkBlockDeviceDisconnected\ncrawled: 2025-12-05T12:10:51Z\n---\n\n# VZError.Code.networkBlockDeviceDisconnected\n\n**Case**\n\nThe network block device client disconnected from the server.\n\n## Declaration\n\n```swift\ncase networkBlockDeviceDisconnected\n```\n\n## Error codes\n\n- **VZError.Code.internalError**: An internal error, such as the VM unexpectedly stopping.\n- **VZError.Code.invalidVirtualMachineConfiguration**: An invalid configuration error.\n- **VZError.Code.invalidVirtualMachineState**: An invalid state error.\n- **VZError.Code.invalidVirtualMachineStateTransition**: An invalid state transition error.\n- **VZError.Code.invalidDiskImage**: An invalid disk-image error.\n- **VZError.Code.virtualMachineLimitExceeded**: Unable to create an additional VM.\n- **VZError.Code.networkError**: A network error, such as a failed connection error, occurred.\n- **VZError.Code.notSupported**: The host computer or operating system isn’t supported.\n- **VZError.Code.outOfDiskSpace**: The host is out of disk space.\n- **VZError.Code.operationCancelled**: The code that indicates user canceled the installation of Rosetta or the app canceled the installation of a guest OS.\n- **VZError.Code.installationFailed**: An error occurred during installation.\n- **VZError.Code.installationRequiresUpdate**: The VM requires a software update in order to complete the installation.\n- **VZError.Code.invalidRestoreImage**: The restore image is invalid.\n- **VZError.Code.invalidRestoreImageCatalog**: The restore image catalog is invalid.\n- **VZError.Code.noSupportedRestoreImagesInCatalog**: The restore image catalog has no supported restore images.\n\n",
|
||
"sections" : [
|
||
{
|
||
"content" : "",
|
||
"items" : [
|
||
{
|
||
"description" : "An internal error, such as the VM unexpectedly stopping.",
|
||
"name" : "VZError.Code.internalError",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/internalError"
|
||
},
|
||
{
|
||
"description" : "An invalid configuration error.",
|
||
"name" : "VZError.Code.invalidVirtualMachineConfiguration",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidVirtualMachineConfiguration"
|
||
},
|
||
{
|
||
"description" : "An invalid state error.",
|
||
"name" : "VZError.Code.invalidVirtualMachineState",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidVirtualMachineState"
|
||
},
|
||
{
|
||
"description" : "An invalid state transition error.",
|
||
"name" : "VZError.Code.invalidVirtualMachineStateTransition",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidVirtualMachineStateTransition"
|
||
},
|
||
{
|
||
"description" : "An invalid disk-image error.",
|
||
"name" : "VZError.Code.invalidDiskImage",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidDiskImage"
|
||
},
|
||
{
|
||
"description" : "Unable to create an additional VM.",
|
||
"name" : "VZError.Code.virtualMachineLimitExceeded",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/virtualMachineLimitExceeded"
|
||
},
|
||
{
|
||
"description" : "A network error, such as a failed connection error, occurred.",
|
||
"name" : "VZError.Code.networkError",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/networkError"
|
||
},
|
||
{
|
||
"description" : "The host computer or operating system isn’t supported.",
|
||
"name" : "VZError.Code.notSupported",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/notSupported"
|
||
},
|
||
{
|
||
"description" : "The host is out of disk space.",
|
||
"name" : "VZError.Code.outOfDiskSpace",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/outOfDiskSpace"
|
||
},
|
||
{
|
||
"description" : "The code that indicates user canceled the installation of Rosetta or the app canceled the installation of a guest OS.",
|
||
"name" : "VZError.Code.operationCancelled",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/operationCancelled"
|
||
},
|
||
{
|
||
"description" : "An error occurred during installation.",
|
||
"name" : "VZError.Code.installationFailed",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/installationFailed"
|
||
},
|
||
{
|
||
"description" : "The VM requires a software update in order to complete the installation.",
|
||
"name" : "VZError.Code.installationRequiresUpdate",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/installationRequiresUpdate"
|
||
},
|
||
{
|
||
"description" : "The restore image is invalid.",
|
||
"name" : "VZError.Code.invalidRestoreImage",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidRestoreImage"
|
||
},
|
||
{
|
||
"description" : "The restore image catalog is invalid.",
|
||
"name" : "VZError.Code.invalidRestoreImageCatalog",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/invalidRestoreImageCatalog"
|
||
},
|
||
{
|
||
"description" : "The restore image catalog has no supported restore images.",
|
||
"name" : "VZError.Code.noSupportedRestoreImagesInCatalog",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/noSupportedRestoreImagesInCatalog"
|
||
}
|
||
],
|
||
"title" : "Error codes"
|
||
}
|
||
],
|
||
"source" : "appleJSON",
|
||
"title" : "VZError.Code.networkBlockDeviceDisconnected",
|
||
"url" : "https:\/\/developer.apple.com\/documentation\/Virtualization\/VZError\/Code\/networkBlockDeviceDisconnected"
|
||
} |