Enum oxygengine_navigation::resource::Error [−][src]
pub enum Error {
TriangleVerticeIndexOutOfBounds(u32, u8, u32),
ConnectionVerticeIndexOutOfBounds(u32, u8, u32),
CouldNotSerializeNavMesh(String),
CouldNotDeserializeNavMesh(String),
}Error data.
Variants
Trying to construct triangle with vertice index out of vertices list. (triangle index, local vertice index, global vertice index)
Trying to construct connection with vertice index out of vertices list. (connection index, local vertice index, global vertice index)
Could not serialize NavMesh. Contains serialization error string.
Could not deserialize NavMesh. Contains deserialization error string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Errorimpl UnwindSafe for Error
impl UnwindSafe for ErrorBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,