Class EdgeModelProvisioningException
A model file could not be produced: missing asset, short disk, failed download, or a digest that did not match the manifest.
public sealed class EdgeModelProvisioningException : EdgeException, ISerializable
- Inheritance
-
EdgeModelProvisioningException
- Implements
- Inherited Members
Constructors
- EdgeModelProvisioningException(EdgeErrorCode, string, string, string, Exception?)
Creates the exception.
Properties
- ActualBytes
The size the bytes on disk actually are.
- ActualSha256
The digest the bytes on disk actually hash to, lowercase hex.
- ExpectedBytes
The size the manifest declared.
- ExpectedSha256
The digest the manifest declared, lowercase hex.
- ModelId
The model whose provisioning failed.
- RelativePath
The manifest-relative file that failed.
- SourceUri
Where the bytes were being fetched from, when they were being fetched.