#[non_exhaustive]pub enum RawGltfAddressabilityInventoryErrorV1 {
Show 14 variants
InvalidSchema,
DependencyClosureMismatch,
TooManyRows {
domain: &'static str,
},
UnavailableHasRows {
domain: &'static str,
},
NonCanonicalRows {
domain: &'static str,
},
NameTooLong,
TooMuchText,
TooManyPathSegments,
ProjectedPathTooLong,
TooManyStructuralReferences,
ReferenceOutOfRange,
InvalidHierarchy,
InvalidPathCandidate,
IdentityEncoding,
}Expand description
Invalid raw glTF addressability inventory.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
InvalidSchema
The semantic schema is not immutable V1.
DependencyClosureMismatch
The embedded dependency closure identifies different primary bytes.
TooManyRows
One independent domain exceeded its row ceiling.
An unavailable domain retained positive-presence rows.
NonCanonicalRows
A row set is not a canonical source-order prefix.
NameTooLong
A retained name exceeded the per-name ceiling.
TooMuchText
Aggregate retained text exceeded the V1 ceiling.
TooManyPathSegments
One retained path exceeded the per-candidate segment ceiling.
ProjectedPathTooLong
One observable authored-or-fallback path exceeded the UTF-8 byte ceiling.
TooManyStructuralReferences
Aggregate structural references exceeded the V1 ceiling.
ReferenceOutOfRange
A reference is outside a completely observed source domain.
InvalidHierarchy
Complete parent/child observations disagree.
InvalidPathCandidate
A retained candidate is not a scene-root-to-node path.
IdentityEncoding
The deterministic identity encoding failed.
Trait Implementations§
Source§impl Clone for RawGltfAddressabilityInventoryErrorV1
impl Clone for RawGltfAddressabilityInventoryErrorV1
Source§fn clone(&self) -> RawGltfAddressabilityInventoryErrorV1
fn clone(&self) -> RawGltfAddressabilityInventoryErrorV1
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Eq for RawGltfAddressabilityInventoryErrorV1
Source§impl Error for RawGltfAddressabilityInventoryErrorV1
impl Error for RawGltfAddressabilityInventoryErrorV1
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()