TVIError Constants Reference

Declared in TVIError.h

TVIError

Enumeration indicating the errors that can be raised by the SDK

Definition

typedef NS_ENUM(NSUInteger, TVIError ) {
   TVIErrorUnknown = 0,
   TVIErrorSignaling,
   TVIErrorInvalidAccessToken,
};

Constants

TVIErrorUnknown

An unknown error has occurred.

Declared In TVIError.h.

TVIErrorSignaling

An error occuring with signaling.

Declared In TVIError.h.

TVIErrorInvalidAccessToken

The provided access token is invalid.

Declared In TVIError.h.

Declared In

TVIError.h