[][src]Module cue_sdk::errors

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

Enums

CueSdkError

SdkErrors received from the iCUE SDK directly.

Type Definitions

CueSdkErrorResult

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