@mega-yfue/eufy-sdk / StoredSnapshotUnavailableError
Class: StoredSnapshotUnavailableError
Thrown by MediaProvider.snapshotStored when no validated push thumbnail is retained. The reason distinguishes absence, acquisition still in progress, and the latest terminal failure; the SDK returns only observed JPEG bytes and never substitutes live media or presentation bytes.
Extends
Error
Constructors
Constructor
ts
new StoredSnapshotUnavailableError(
reason,
message,
options?
): StoredSnapshotUnavailableError;Parameters
reason
StoredSnapshotUnavailableReason
message
string
options?
cause?
unknown
Returns
StoredSnapshotUnavailableError
Overrides
ts
Error.constructorProperties
reason
ts
readonly reason: StoredSnapshotUnavailableReason;