Skip to main content

SceneRenderError

Type Alias SceneRenderError 

Source
pub type SceneRenderError = MotionLoomSceneRenderError;

Aliased Type§

pub enum SceneRenderError {
Show 26 variants EmptyScene, ReadTime { source: SystemTimeError, }, CreateOutputDir { path: PathBuf, source: Error, }, StartFfmpeg { source: Error, }, MissingFfmpegStdin, WriteFrame { source: Error, stderr: String, }, WaitFfmpeg { source: Error, }, FfmpegFailed { stderr: String, }, SavePngFrame { path: PathBuf, source: ImageError, }, InvalidColor { value: String, }, InvalidPaint { value: String, message: String, }, InvalidExpression { expr: String, message: String, }, InvalidPathData { value: String, message: String, }, InvalidDeformGrid { value: String, message: String, }, OpenImage { path: PathBuf, source: ImageError, }, FetchAsset { url: String, message: String, }, DecodeImage { source_ref: String, source: ImageError, }, ReadSvg { path: PathBuf, source: Error, }, ParseSvg { source_ref: String, source: Error, }, RenderSvg { source_ref: String, }, InvalidImageDataUri { source_ref: String, message: String, }, InvalidSvgDataUri { source_ref: String, message: String, }, GpuRender { message: String, }, WorldSource { message: String, }, VideoExportNotAvailable { message: String, }, Cancelled,
}

Variants§

§

EmptyScene

§

ReadTime

Fields

§

CreateOutputDir

Fields

§path: PathBuf
§source: Error
§

StartFfmpeg

Fields

§source: Error
§

MissingFfmpegStdin

§

WriteFrame

Fields

§source: Error
§stderr: String
§

WaitFfmpeg

Fields

§source: Error
§

FfmpegFailed

Fields

§stderr: String
§

SavePngFrame

Fields

§path: PathBuf
§source: ImageError
§

InvalidColor

Fields

§value: String
§

InvalidPaint

Fields

§value: String
§message: String
§

InvalidExpression

Fields

§expr: String
§message: String
§

InvalidPathData

Fields

§value: String
§message: String
§

InvalidDeformGrid

Fields

§value: String
§message: String
§

OpenImage

Fields

§path: PathBuf
§source: ImageError
§

FetchAsset

Fields

§message: String
§

DecodeImage

Fields

§source_ref: String
§source: ImageError
§

ReadSvg

Fields

§path: PathBuf
§source: Error
§

ParseSvg

Fields

§source_ref: String
§source: Error
§

RenderSvg

Fields

§source_ref: String
§

InvalidImageDataUri

Fields

§source_ref: String
§message: String
§

InvalidSvgDataUri

Fields

§source_ref: String
§message: String
§

GpuRender

Fields

§message: String
§

WorldSource

Fields

§message: String
§

VideoExportNotAvailable

Fields

§message: String
§

Cancelled