Module errors

Module errors 

Source
Expand description

Contains the top level SDK error type, and Result type.

Enums§

CueSdkError
SdkErrors received from the iCUE SDK directly.

Type Aliases§

CueSdkErrorResult
A common Result type, defaulting the data to unit, and the error is an Option<CueSdkError>.