unreal.MagicLeapMusicServiceProviderError

class unreal.MagicLeapMusicServiceProviderError

Bases: unreal.EnumBase

EMagic Leap Music Service Provider Error

C++ Source:

  • Plugin: MagicLeapMusicService

  • Module: MagicLeapMusicService

  • File: MagicLeapMusicServiceTypes.h

CONNECTIVITY

Music service has reported a connectivity error

Type

1

GENERAL_PLAYBACK

Music service has reported a general playback error

Type

3

NONE

Music service has not reported any errors

Type

0

NO_MEMORY

Music service has reported it has no available memory

Type

6

PRIVILEGE

Music service has reported an app privilege error

Type

4

SERVICE_SPECIFIC

Music service has reported an error specific to it’s implementation

Type

5

TIMEOUT

Music service has reported a timeout

Type

2

UNSPECIFIED

Music service has reported an unspecified error

Type

7