CastError_Objc

@objc(THEOplayerCastError)
public class CastError_Objc : NSObject

The cast error.

  • The error code of the cast error.

    Declaration

    Swift

    @objc
    public final let errorCode: ErrorCode
  • The description of the cast error.

    Declaration

    Swift

    @objc
    public final var errorDescription: String?