30#ifndef JELLYFIN_DTO_PLAYBACKERRORCODE_H
31#define JELLYFIN_DTO_PLAYBACKERRORCODE_H
Definition playbackerrorcode.h:46
Value
Definition playbackerrorcode.h:49
@ NoCompatibleStream
Definition playbackerrorcode.h:52
@ RateLimitExceeded
Definition playbackerrorcode.h:53
@ NotAllowed
Definition playbackerrorcode.h:51
@ EnumNotSet
Definition playbackerrorcode.h:50
PlaybackErrorCodeClass::Value PlaybackErrorCode
Definition playbackerrorcode.h:60
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
Jellyfin::DTO::PlaybackErrorCode PlaybackErrorCode
Definition playbackerrorcode.h:66
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45