BroadpeakErrorCodes

public enum BroadpeakErrorCodes : Int, Error, LocalizedError

Broadpeak error codes.

  • Indicates that the Broadpeak SmartLib instance is not initialized

    Declaration

    Swift

    case SMARTLIB_INSTANCE_NOT_INITIALIZED = 0x0A01
  • Indicates that the Broadpeak Streaming session returns a failure while getting the redirect URL.

    Declaration

    Swift

    case REDIRECT_URL_CREATE_FAILURE = 0x0A02
  • Indicates that the broadpeak session initialisation url is invali/empty

    Declaration

    Swift

    case INVALID_INITIALIZATION_URL = 0x0A03