public enum ErrorType : Int, CaseIterable
Enumerates all possible error types that may occur within the SDK, including licensing, network, DRM, storage, playback, and other system-level errors.
Each case represents a specific category or scenario where an error might be thrown. These allow detailed handling and easy identification of operational issues.