ConversionErrorCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ConversionErrorCode.
public readonly struct ConversionErrorCode : IEquatable<Azure.MixedReality.ObjectAnchors.Conversion.ConversionErrorCode>
type ConversionErrorCode = struct
Public Structure ConversionErrorCode
Implements IEquatable(Of ConversionErrorCode)
- Inheritance
-
ConversionErrorCode
- Implements
Constructors
ConversionErrorCode(String) |
Initializes a new instance of ConversionErrorCode. |
Properties
AssetCannotBeConverted |
The provided asset was corrupted, malformed, or otherwise unable to be converted in its provided format. |
AssetDimensionsOutOfBounds |
The dimensions of the asset exceeded the physical dimension limit. This can be a sign of an improperly set scale for the asset when creating a job. |
AssetSizeTooLarge |
The intermediate .PLY file generated from the asset or its serialized equivalent was too large. |
InvalidAssetUri |
The asset at the URI provided when starting the conversion job could not be found. |
InvalidFaceVertices |
The intermediate .PLY file generated from the asset contained faces that referenced nonexistent vertices. |
InvalidGravity |
The gravity vector provided when creating the asset conversion job was a fully zeroed vector. |
InvalidJobId |
The provided ID for the asset conversion job to be created was set to the default all-zero GUID. |
InvalidScale |
The provided scale factor was not a positive non-zero value. |
NoError |
No error. |
ServiceError |
An unknown service error occurred. |
TooManyRigPoses |
The number of rig poses in the intermediate .PLY asset file exceeded service limits. |
Unknown |
Unknown. |
ZeroFaces |
The intermediate .PLY file generated from the asset was determined to have no faces, making it invalid for conversion. |
ZeroTrajectoriesGenerated |
The camera trajectories generated from the uploaded asset were empty. |
Methods
Equals(ConversionErrorCode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConversionErrorCode, ConversionErrorCode) |
Determines if two ConversionErrorCode values are the same. |
Implicit(String to ConversionErrorCode) |
Converts a string to a ConversionErrorCode. |
Inequality(ConversionErrorCode, ConversionErrorCode) |
Determines if two ConversionErrorCode values are not the same. |