30#ifndef JELLYFIN_DTO_PLAYBACKERRORCODE_H
31#define JELLYFIN_DTO_PLAYBACKERRORCODE_H
46class PlaybackErrorCodeClass {
An Api client for Jellyfin. Handles requests and authentication.
Definition apiclient.h:90
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
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API.
PlaybackErrorCodeClass::Value PlaybackErrorCode
Definition playbackerrorcode.h:60
Definition accessschedule.h:128
Jellyfin::DTO::PlaybackErrorCode PlaybackErrorCode
Definition playbackerrorcode.h:66
AccessSchedule fromJsonValue(const QJsonValue &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:133
QJsonValue toJsonValue(const AccessSchedule &source, convertType< AccessSchedule >)
Definition accessschedule.cpp:139
Definition jsonconvimpl.h:45