Skip to main content
API Reference NSDK PlaybackDataset

PlaybackDatasetError

Errors that can occur when retrieving frame data.

Declaration

enum PlaybackDatasetError

Cases

NameTypeSummary
case imageLoadFailedInt, : String)
Frame image could not be loaded: either the frame has no image filename in the capture JSON, or the loader could not read the file.
case indexOutOfBoundsInt, : Int)
Requested frame index is outside the dataset (e.g. negative or >= frame count).

Properties

NameTypeSummary
var errorDescriptionString
A localized message describing what error occurred.
var failureReasonString
A localized message describing the reason for the failure.
var helpAnchorString
A localized message providing "help" text if the user requests help.
var localizedDescriptionString
Retrieve the localized description for this error.
var recoverySuggestionString
A localized message describing how one might recover from the failure.

Relationships

conforms to: Swift.Error
conforms to: Swift.Sendable
conforms to: Foundation.LocalizedError