RecorderException class final

A video recording failed.

Inheritance

Constructors

RecorderException(String code, String message, {Object? cause})
const

Properties

cause Object?
The originating error, when this wraps a lower-level failure.
finalinherited
code String
Stable machine-matchable identifier, domain/name — e.g. session/not-initialized, device/open-failed, capture/timed-out. The set of codes only grows; existing codes never change meaning.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable detail (native error text where available).
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited