Expand description
Contains the top level SDK error type, and Result type.
Enums§
- CueSdk
Error - SdkErrors received from the iCUE SDK directly.
Type Aliases§
- CueSdk
Error Result - A common
Resulttype, defaulting the data to unit, and the error is anOption<CueSdkError>.