sdkerrors

package
v0.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2025 License: MIT Imports: 3 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type AddPlaylistContentsBadRequest ¶ added in v0.11.2

type AddPlaylistContentsBadRequest struct {
	Errors []AddPlaylistContentsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

AddPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*AddPlaylistContentsBadRequest) Error ¶ added in v0.11.2

type AddPlaylistContentsErrors ¶

type AddPlaylistContentsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*AddPlaylistContentsErrors) GetCode ¶

func (o *AddPlaylistContentsErrors) GetCode() *int

func (*AddPlaylistContentsErrors) GetMessage ¶

func (o *AddPlaylistContentsErrors) GetMessage() *string

func (*AddPlaylistContentsErrors) GetStatus ¶

func (o *AddPlaylistContentsErrors) GetStatus() *int

type AddPlaylistContentsPlaylistsErrors ¶ added in v0.11.1

type AddPlaylistContentsPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*AddPlaylistContentsPlaylistsErrors) GetCode ¶ added in v0.11.1

func (*AddPlaylistContentsPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *AddPlaylistContentsPlaylistsErrors) GetMessage() *string

func (*AddPlaylistContentsPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *AddPlaylistContentsPlaylistsErrors) GetStatus() *int

type AddPlaylistContentsUnauthorized ¶ added in v0.11.2

type AddPlaylistContentsUnauthorized struct {
	Errors []AddPlaylistContentsPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

AddPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*AddPlaylistContentsUnauthorized) Error ¶ added in v0.11.2

type ApplyUpdatesBadRequest ¶ added in v0.11.2

type ApplyUpdatesBadRequest struct {
	Errors []ApplyUpdatesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

ApplyUpdatesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*ApplyUpdatesBadRequest) Error ¶ added in v0.11.2

func (e *ApplyUpdatesBadRequest) Error() string

type ApplyUpdatesErrors ¶

type ApplyUpdatesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*ApplyUpdatesErrors) GetCode ¶

func (o *ApplyUpdatesErrors) GetCode() *int

func (*ApplyUpdatesErrors) GetMessage ¶

func (o *ApplyUpdatesErrors) GetMessage() *string

func (*ApplyUpdatesErrors) GetStatus ¶

func (o *ApplyUpdatesErrors) GetStatus() *int

type ApplyUpdatesUnauthorized ¶ added in v0.11.2

type ApplyUpdatesUnauthorized struct {
	Errors []ApplyUpdatesUpdaterErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

ApplyUpdatesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*ApplyUpdatesUnauthorized) Error ¶ added in v0.11.2

func (e *ApplyUpdatesUnauthorized) Error() string

type ApplyUpdatesUpdaterErrors ¶ added in v0.11.1

type ApplyUpdatesUpdaterErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*ApplyUpdatesUpdaterErrors) GetCode ¶ added in v0.11.1

func (o *ApplyUpdatesUpdaterErrors) GetCode() *int

func (*ApplyUpdatesUpdaterErrors) GetMessage ¶ added in v0.11.1

func (o *ApplyUpdatesUpdaterErrors) GetMessage() *string

func (*ApplyUpdatesUpdaterErrors) GetStatus ¶ added in v0.11.1

func (o *ApplyUpdatesUpdaterErrors) GetStatus() *int

type CancelServerActivitiesActivitiesErrors ¶ added in v0.11.1

type CancelServerActivitiesActivitiesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CancelServerActivitiesActivitiesErrors) GetCode ¶ added in v0.11.1

func (*CancelServerActivitiesActivitiesErrors) GetMessage ¶ added in v0.11.1

func (*CancelServerActivitiesActivitiesErrors) GetStatus ¶ added in v0.11.1

type CancelServerActivitiesBadRequest ¶ added in v0.11.2

type CancelServerActivitiesBadRequest struct {
	Errors []CancelServerActivitiesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CancelServerActivitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*CancelServerActivitiesBadRequest) Error ¶ added in v0.11.2

type CancelServerActivitiesErrors ¶

type CancelServerActivitiesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CancelServerActivitiesErrors) GetCode ¶

func (o *CancelServerActivitiesErrors) GetCode() *int

func (*CancelServerActivitiesErrors) GetMessage ¶

func (o *CancelServerActivitiesErrors) GetMessage() *string

func (*CancelServerActivitiesErrors) GetStatus ¶

func (o *CancelServerActivitiesErrors) GetStatus() *int

type CancelServerActivitiesUnauthorized ¶ added in v0.11.2

type CancelServerActivitiesUnauthorized struct {
	Errors []CancelServerActivitiesActivitiesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CancelServerActivitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*CancelServerActivitiesUnauthorized) Error ¶ added in v0.11.2

type CheckForUpdatesBadRequest ¶ added in v0.11.2

type CheckForUpdatesBadRequest struct {
	Errors []CheckForUpdatesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CheckForUpdatesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*CheckForUpdatesBadRequest) Error ¶ added in v0.11.2

func (e *CheckForUpdatesBadRequest) Error() string

type CheckForUpdatesErrors ¶

type CheckForUpdatesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CheckForUpdatesErrors) GetCode ¶

func (o *CheckForUpdatesErrors) GetCode() *int

func (*CheckForUpdatesErrors) GetMessage ¶

func (o *CheckForUpdatesErrors) GetMessage() *string

func (*CheckForUpdatesErrors) GetStatus ¶

func (o *CheckForUpdatesErrors) GetStatus() *int

type CheckForUpdatesUnauthorized ¶ added in v0.11.2

type CheckForUpdatesUnauthorized struct {
	Errors []CheckForUpdatesUpdaterErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CheckForUpdatesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*CheckForUpdatesUnauthorized) Error ¶ added in v0.11.2

type CheckForUpdatesUpdaterErrors ¶ added in v0.11.1

type CheckForUpdatesUpdaterErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CheckForUpdatesUpdaterErrors) GetCode ¶ added in v0.11.1

func (o *CheckForUpdatesUpdaterErrors) GetCode() *int

func (*CheckForUpdatesUpdaterErrors) GetMessage ¶ added in v0.11.1

func (o *CheckForUpdatesUpdaterErrors) GetMessage() *string

func (*CheckForUpdatesUpdaterErrors) GetStatus ¶ added in v0.11.1

func (o *CheckForUpdatesUpdaterErrors) GetStatus() *int

type ClearPlaylistContentsBadRequest ¶ added in v0.11.2

type ClearPlaylistContentsBadRequest struct {
	Errors []ClearPlaylistContentsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

ClearPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*ClearPlaylistContentsBadRequest) Error ¶ added in v0.11.2

type ClearPlaylistContentsErrors ¶

type ClearPlaylistContentsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*ClearPlaylistContentsErrors) GetCode ¶

func (o *ClearPlaylistContentsErrors) GetCode() *int

func (*ClearPlaylistContentsErrors) GetMessage ¶

func (o *ClearPlaylistContentsErrors) GetMessage() *string

func (*ClearPlaylistContentsErrors) GetStatus ¶

func (o *ClearPlaylistContentsErrors) GetStatus() *int

type ClearPlaylistContentsPlaylistsErrors ¶ added in v0.11.1

type ClearPlaylistContentsPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*ClearPlaylistContentsPlaylistsErrors) GetCode ¶ added in v0.11.1

func (*ClearPlaylistContentsPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (*ClearPlaylistContentsPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *ClearPlaylistContentsPlaylistsErrors) GetStatus() *int

type ClearPlaylistContentsUnauthorized ¶ added in v0.11.2

type ClearPlaylistContentsUnauthorized struct {
	Errors []ClearPlaylistContentsPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

ClearPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*ClearPlaylistContentsUnauthorized) Error ¶ added in v0.11.2

type CreatePlaylistBadRequest ¶ added in v0.11.2

type CreatePlaylistBadRequest struct {
	Errors []CreatePlaylistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CreatePlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*CreatePlaylistBadRequest) Error ¶ added in v0.11.2

func (e *CreatePlaylistBadRequest) Error() string

type CreatePlaylistErrors ¶

type CreatePlaylistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CreatePlaylistErrors) GetCode ¶

func (o *CreatePlaylistErrors) GetCode() *int

func (*CreatePlaylistErrors) GetMessage ¶

func (o *CreatePlaylistErrors) GetMessage() *string

func (*CreatePlaylistErrors) GetStatus ¶

func (o *CreatePlaylistErrors) GetStatus() *int

type CreatePlaylistPlaylistsErrors ¶ added in v0.11.1

type CreatePlaylistPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*CreatePlaylistPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *CreatePlaylistPlaylistsErrors) GetCode() *int

func (*CreatePlaylistPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *CreatePlaylistPlaylistsErrors) GetMessage() *string

func (*CreatePlaylistPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *CreatePlaylistPlaylistsErrors) GetStatus() *int

type CreatePlaylistUnauthorized ¶ added in v0.11.2

type CreatePlaylistUnauthorized struct {
	Errors []CreatePlaylistPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

CreatePlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*CreatePlaylistUnauthorized) Error ¶ added in v0.11.2

type DeleteLibraryBadRequest ¶ added in v0.11.2

type DeleteLibraryBadRequest struct {
	Errors []DeleteLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

DeleteLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*DeleteLibraryBadRequest) Error ¶ added in v0.11.2

func (e *DeleteLibraryBadRequest) Error() string

type DeleteLibraryErrors ¶

type DeleteLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*DeleteLibraryErrors) GetCode ¶

func (o *DeleteLibraryErrors) GetCode() *int

func (*DeleteLibraryErrors) GetMessage ¶

func (o *DeleteLibraryErrors) GetMessage() *string

func (*DeleteLibraryErrors) GetStatus ¶

func (o *DeleteLibraryErrors) GetStatus() *int

type DeleteLibraryLibraryErrors ¶ added in v0.11.1

type DeleteLibraryLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*DeleteLibraryLibraryErrors) GetCode ¶ added in v0.11.1

func (o *DeleteLibraryLibraryErrors) GetCode() *int

func (*DeleteLibraryLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *DeleteLibraryLibraryErrors) GetMessage() *string

func (*DeleteLibraryLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *DeleteLibraryLibraryErrors) GetStatus() *int

type DeleteLibraryUnauthorized ¶ added in v0.11.2

type DeleteLibraryUnauthorized struct {
	Errors []DeleteLibraryLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

DeleteLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*DeleteLibraryUnauthorized) Error ¶ added in v0.11.2

func (e *DeleteLibraryUnauthorized) Error() string

type DeletePlaylistBadRequest ¶ added in v0.11.2

type DeletePlaylistBadRequest struct {
	Errors []DeletePlaylistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

DeletePlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*DeletePlaylistBadRequest) Error ¶ added in v0.11.2

func (e *DeletePlaylistBadRequest) Error() string

type DeletePlaylistErrors ¶

type DeletePlaylistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*DeletePlaylistErrors) GetCode ¶

func (o *DeletePlaylistErrors) GetCode() *int

func (*DeletePlaylistErrors) GetMessage ¶

func (o *DeletePlaylistErrors) GetMessage() *string

func (*DeletePlaylistErrors) GetStatus ¶

func (o *DeletePlaylistErrors) GetStatus() *int

type DeletePlaylistPlaylistsErrors ¶ added in v0.11.1

type DeletePlaylistPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*DeletePlaylistPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *DeletePlaylistPlaylistsErrors) GetCode() *int

func (*DeletePlaylistPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *DeletePlaylistPlaylistsErrors) GetMessage() *string

func (*DeletePlaylistPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *DeletePlaylistPlaylistsErrors) GetStatus() *int

type DeletePlaylistUnauthorized ¶ added in v0.11.2

type DeletePlaylistUnauthorized struct {
	Errors []DeletePlaylistPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

DeletePlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*DeletePlaylistUnauthorized) Error ¶ added in v0.11.2

type EnablePaperTrailBadRequest ¶ added in v0.11.2

type EnablePaperTrailBadRequest struct {
	Errors []EnablePaperTrailErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

EnablePaperTrailBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*EnablePaperTrailBadRequest) Error ¶ added in v0.11.2

type EnablePaperTrailErrors ¶

type EnablePaperTrailErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*EnablePaperTrailErrors) GetCode ¶

func (o *EnablePaperTrailErrors) GetCode() *int

func (*EnablePaperTrailErrors) GetMessage ¶

func (o *EnablePaperTrailErrors) GetMessage() *string

func (*EnablePaperTrailErrors) GetStatus ¶

func (o *EnablePaperTrailErrors) GetStatus() *int

type EnablePaperTrailLogErrors ¶ added in v0.11.1

type EnablePaperTrailLogErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*EnablePaperTrailLogErrors) GetCode ¶ added in v0.11.1

func (o *EnablePaperTrailLogErrors) GetCode() *int

func (*EnablePaperTrailLogErrors) GetMessage ¶ added in v0.11.1

func (o *EnablePaperTrailLogErrors) GetMessage() *string

func (*EnablePaperTrailLogErrors) GetStatus ¶ added in v0.11.1

func (o *EnablePaperTrailLogErrors) GetStatus() *int

type EnablePaperTrailUnauthorized ¶ added in v0.11.2

type EnablePaperTrailUnauthorized struct {
	Errors []EnablePaperTrailLogErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

EnablePaperTrailUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*EnablePaperTrailUnauthorized) Error ¶ added in v0.11.2

type Errors ¶

type Errors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*Errors) GetCode ¶

func (o *Errors) GetCode() *int

func (*Errors) GetMessage ¶

func (o *Errors) GetMessage() *string

func (*Errors) GetStatus ¶

func (o *Errors) GetStatus() *int

type GetAllLibrariesBadRequest ¶ added in v0.11.2

type GetAllLibrariesBadRequest struct {
	Errors []GetAllLibrariesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetAllLibrariesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetAllLibrariesBadRequest) Error ¶ added in v0.11.2

func (e *GetAllLibrariesBadRequest) Error() string

type GetAllLibrariesErrors ¶ added in v0.11.1

type GetAllLibrariesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetAllLibrariesErrors) GetCode ¶ added in v0.11.1

func (o *GetAllLibrariesErrors) GetCode() *int

func (*GetAllLibrariesErrors) GetMessage ¶ added in v0.11.1

func (o *GetAllLibrariesErrors) GetMessage() *string

func (*GetAllLibrariesErrors) GetStatus ¶ added in v0.11.1

func (o *GetAllLibrariesErrors) GetStatus() *int

type GetAllLibrariesLibraryErrors ¶ added in v0.11.1

type GetAllLibrariesLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetAllLibrariesLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetAllLibrariesLibraryErrors) GetCode() *int

func (*GetAllLibrariesLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetAllLibrariesLibraryErrors) GetMessage() *string

func (*GetAllLibrariesLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetAllLibrariesLibraryErrors) GetStatus() *int

type GetAllLibrariesUnauthorized ¶ added in v0.11.2

type GetAllLibrariesUnauthorized struct {
	Errors []GetAllLibrariesLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetAllLibrariesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetAllLibrariesUnauthorized) Error ¶ added in v0.11.2

type GetAvailableClientsBadRequest ¶ added in v0.11.2

type GetAvailableClientsBadRequest struct {
	Errors []GetAvailableClientsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetAvailableClientsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetAvailableClientsBadRequest) Error ¶ added in v0.11.2

type GetAvailableClientsErrors ¶

type GetAvailableClientsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetAvailableClientsErrors) GetCode ¶

func (o *GetAvailableClientsErrors) GetCode() *int

func (*GetAvailableClientsErrors) GetMessage ¶

func (o *GetAvailableClientsErrors) GetMessage() *string

func (*GetAvailableClientsErrors) GetStatus ¶

func (o *GetAvailableClientsErrors) GetStatus() *int

type GetAvailableClientsServerErrors ¶ added in v0.11.1

type GetAvailableClientsServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetAvailableClientsServerErrors) GetCode ¶ added in v0.11.1

func (o *GetAvailableClientsServerErrors) GetCode() *int

func (*GetAvailableClientsServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetAvailableClientsServerErrors) GetMessage() *string

func (*GetAvailableClientsServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetAvailableClientsServerErrors) GetStatus() *int

type GetAvailableClientsUnauthorized ¶ added in v0.11.2

type GetAvailableClientsUnauthorized struct {
	Errors []GetAvailableClientsServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetAvailableClientsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetAvailableClientsUnauthorized) Error ¶ added in v0.11.2

type GetBandwidthStatisticsBadRequest ¶ added in v0.11.2

type GetBandwidthStatisticsBadRequest struct {
	Errors []GetBandwidthStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetBandwidthStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetBandwidthStatisticsBadRequest) Error ¶ added in v0.11.2

type GetBandwidthStatisticsErrors ¶ added in v0.10.0

type GetBandwidthStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetBandwidthStatisticsErrors) GetCode ¶ added in v0.10.0

func (o *GetBandwidthStatisticsErrors) GetCode() *int

func (*GetBandwidthStatisticsErrors) GetMessage ¶ added in v0.10.0

func (o *GetBandwidthStatisticsErrors) GetMessage() *string

func (*GetBandwidthStatisticsErrors) GetStatus ¶ added in v0.10.0

func (o *GetBandwidthStatisticsErrors) GetStatus() *int

type GetBandwidthStatisticsStatisticsErrors ¶ added in v0.11.1

type GetBandwidthStatisticsStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetBandwidthStatisticsStatisticsErrors) GetCode ¶ added in v0.11.1

func (*GetBandwidthStatisticsStatisticsErrors) GetMessage ¶ added in v0.11.1

func (*GetBandwidthStatisticsStatisticsErrors) GetStatus ¶ added in v0.11.1

type GetBandwidthStatisticsUnauthorized ¶ added in v0.11.2

type GetBandwidthStatisticsUnauthorized struct {
	Errors []GetBandwidthStatisticsStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetBandwidthStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetBandwidthStatisticsUnauthorized) Error ¶ added in v0.11.2

type GetBannerImageBadRequest ¶ added in v0.11.2

type GetBannerImageBadRequest struct {
	Errors []GetBannerImageErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetBannerImageBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetBannerImageBadRequest) Error ¶ added in v0.11.2

func (e *GetBannerImageBadRequest) Error() string

type GetBannerImageErrors ¶ added in v0.11.1

type GetBannerImageErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetBannerImageErrors) GetCode ¶ added in v0.11.1

func (o *GetBannerImageErrors) GetCode() *int

func (*GetBannerImageErrors) GetMessage ¶ added in v0.11.1

func (o *GetBannerImageErrors) GetMessage() *string

func (*GetBannerImageErrors) GetStatus ¶ added in v0.11.1

func (o *GetBannerImageErrors) GetStatus() *int

type GetBannerImageMediaErrors ¶ added in v0.11.1

type GetBannerImageMediaErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetBannerImageMediaErrors) GetCode ¶ added in v0.11.1

func (o *GetBannerImageMediaErrors) GetCode() *int

func (*GetBannerImageMediaErrors) GetMessage ¶ added in v0.11.1

func (o *GetBannerImageMediaErrors) GetMessage() *string

func (*GetBannerImageMediaErrors) GetStatus ¶ added in v0.11.1

func (o *GetBannerImageMediaErrors) GetStatus() *int

type GetBannerImageUnauthorized ¶ added in v0.11.2

type GetBannerImageUnauthorized struct {
	Errors []GetBannerImageMediaErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetBannerImageUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetBannerImageUnauthorized) Error ¶ added in v0.11.2

type GetButlerTasksBadRequest ¶ added in v0.11.2

type GetButlerTasksBadRequest struct {
	Errors []GetButlerTasksErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetButlerTasksBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetButlerTasksBadRequest) Error ¶ added in v0.11.2

func (e *GetButlerTasksBadRequest) Error() string

type GetButlerTasksButlerErrors ¶ added in v0.11.1

type GetButlerTasksButlerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetButlerTasksButlerErrors) GetCode ¶ added in v0.11.1

func (o *GetButlerTasksButlerErrors) GetCode() *int

func (*GetButlerTasksButlerErrors) GetMessage ¶ added in v0.11.1

func (o *GetButlerTasksButlerErrors) GetMessage() *string

func (*GetButlerTasksButlerErrors) GetStatus ¶ added in v0.11.1

func (o *GetButlerTasksButlerErrors) GetStatus() *int

type GetButlerTasksErrors ¶

type GetButlerTasksErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetButlerTasksErrors) GetCode ¶

func (o *GetButlerTasksErrors) GetCode() *int

func (*GetButlerTasksErrors) GetMessage ¶

func (o *GetButlerTasksErrors) GetMessage() *string

func (*GetButlerTasksErrors) GetStatus ¶

func (o *GetButlerTasksErrors) GetStatus() *int

type GetButlerTasksUnauthorized ¶ added in v0.11.2

type GetButlerTasksUnauthorized struct {
	Errors []GetButlerTasksButlerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetButlerTasksUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetButlerTasksUnauthorized) Error ¶ added in v0.11.2

type GetCompanionsDataBadRequest ¶ added in v0.11.2

type GetCompanionsDataBadRequest struct {
	Errors []GetCompanionsDataErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetCompanionsDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetCompanionsDataBadRequest) Error ¶ added in v0.11.2

type GetCompanionsDataErrors ¶ added in v0.11.1

type GetCompanionsDataErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetCompanionsDataErrors) GetCode ¶ added in v0.11.1

func (o *GetCompanionsDataErrors) GetCode() *int

func (*GetCompanionsDataErrors) GetMessage ¶ added in v0.11.1

func (o *GetCompanionsDataErrors) GetMessage() *string

func (*GetCompanionsDataErrors) GetStatus ¶ added in v0.11.1

func (o *GetCompanionsDataErrors) GetStatus() *int

type GetCompanionsDataPlexErrors ¶ added in v0.11.1

type GetCompanionsDataPlexErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetCompanionsDataPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetCompanionsDataPlexErrors) GetCode() *int

func (*GetCompanionsDataPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetCompanionsDataPlexErrors) GetMessage() *string

func (*GetCompanionsDataPlexErrors) GetStatus ¶ added in v0.11.1

func (o *GetCompanionsDataPlexErrors) GetStatus() *int

type GetCompanionsDataUnauthorized ¶ added in v0.11.2

type GetCompanionsDataUnauthorized struct {
	Errors []GetCompanionsDataPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetCompanionsDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetCompanionsDataUnauthorized) Error ¶ added in v0.11.2

type GetCountriesLibraryBadRequest ¶ added in v0.17.4

type GetCountriesLibraryBadRequest struct {
	Errors []GetCountriesLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetCountriesLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetCountriesLibraryBadRequest) Error ¶ added in v0.17.4

type GetCountriesLibraryErrors ¶ added in v0.17.4

type GetCountriesLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetCountriesLibraryErrors) GetCode ¶ added in v0.17.4

func (o *GetCountriesLibraryErrors) GetCode() *int

func (*GetCountriesLibraryErrors) GetMessage ¶ added in v0.17.4

func (o *GetCountriesLibraryErrors) GetMessage() *string

func (*GetCountriesLibraryErrors) GetStatus ¶ added in v0.17.4

func (o *GetCountriesLibraryErrors) GetStatus() *int

type GetCountriesLibraryLibraryErrors ¶ added in v0.17.4

type GetCountriesLibraryLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetCountriesLibraryLibraryErrors) GetCode ¶ added in v0.17.4

func (o *GetCountriesLibraryLibraryErrors) GetCode() *int

func (*GetCountriesLibraryLibraryErrors) GetMessage ¶ added in v0.17.4

func (o *GetCountriesLibraryLibraryErrors) GetMessage() *string

func (*GetCountriesLibraryLibraryErrors) GetStatus ¶ added in v0.17.4

func (o *GetCountriesLibraryLibraryErrors) GetStatus() *int

type GetCountriesLibraryUnauthorized ¶ added in v0.17.4

type GetCountriesLibraryUnauthorized struct {
	Errors []GetCountriesLibraryLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetCountriesLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetCountriesLibraryUnauthorized) Error ¶ added in v0.17.4

type GetDevicesBadRequest ¶ added in v0.11.2

type GetDevicesBadRequest struct {
	Errors []GetDevicesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetDevicesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetDevicesBadRequest) Error ¶ added in v0.11.2

func (e *GetDevicesBadRequest) Error() string

type GetDevicesErrors ¶

type GetDevicesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetDevicesErrors) GetCode ¶

func (o *GetDevicesErrors) GetCode() *int

func (*GetDevicesErrors) GetMessage ¶

func (o *GetDevicesErrors) GetMessage() *string

func (*GetDevicesErrors) GetStatus ¶

func (o *GetDevicesErrors) GetStatus() *int

type GetDevicesServerErrors ¶ added in v0.11.1

type GetDevicesServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetDevicesServerErrors) GetCode ¶ added in v0.11.1

func (o *GetDevicesServerErrors) GetCode() *int

func (*GetDevicesServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetDevicesServerErrors) GetMessage() *string

func (*GetDevicesServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetDevicesServerErrors) GetStatus() *int

type GetDevicesUnauthorized ¶ added in v0.11.2

type GetDevicesUnauthorized struct {
	Errors []GetDevicesServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetDevicesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetDevicesUnauthorized) Error ¶ added in v0.11.2

func (e *GetDevicesUnauthorized) Error() string

type GetFileHashBadRequest ¶ added in v0.11.2

type GetFileHashBadRequest struct {
	Errors []GetFileHashErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetFileHashBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetFileHashBadRequest) Error ¶ added in v0.11.2

func (e *GetFileHashBadRequest) Error() string

type GetFileHashErrors ¶

type GetFileHashErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetFileHashErrors) GetCode ¶

func (o *GetFileHashErrors) GetCode() *int

func (*GetFileHashErrors) GetMessage ¶

func (o *GetFileHashErrors) GetMessage() *string

func (*GetFileHashErrors) GetStatus ¶

func (o *GetFileHashErrors) GetStatus() *int

type GetFileHashLibraryErrors ¶ added in v0.11.1

type GetFileHashLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetFileHashLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetFileHashLibraryErrors) GetCode() *int

func (*GetFileHashLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetFileHashLibraryErrors) GetMessage() *string

func (*GetFileHashLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetFileHashLibraryErrors) GetStatus() *int

type GetFileHashUnauthorized ¶ added in v0.11.2

type GetFileHashUnauthorized struct {
	Errors []GetFileHashLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetFileHashUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetFileHashUnauthorized) Error ¶ added in v0.11.2

func (e *GetFileHashUnauthorized) Error() string

type GetGenresLibraryBadRequest ¶ added in v0.17.4

type GetGenresLibraryBadRequest struct {
	Errors []GetGenresLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGenresLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetGenresLibraryBadRequest) Error ¶ added in v0.17.4

type GetGenresLibraryErrors ¶ added in v0.17.4

type GetGenresLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGenresLibraryErrors) GetCode ¶ added in v0.17.4

func (o *GetGenresLibraryErrors) GetCode() *int

func (*GetGenresLibraryErrors) GetMessage ¶ added in v0.17.4

func (o *GetGenresLibraryErrors) GetMessage() *string

func (*GetGenresLibraryErrors) GetStatus ¶ added in v0.17.4

func (o *GetGenresLibraryErrors) GetStatus() *int

type GetGenresLibraryLibraryErrors ¶ added in v0.17.4

type GetGenresLibraryLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGenresLibraryLibraryErrors) GetCode ¶ added in v0.17.4

func (o *GetGenresLibraryLibraryErrors) GetCode() *int

func (*GetGenresLibraryLibraryErrors) GetMessage ¶ added in v0.17.4

func (o *GetGenresLibraryLibraryErrors) GetMessage() *string

func (*GetGenresLibraryLibraryErrors) GetStatus ¶ added in v0.17.4

func (o *GetGenresLibraryLibraryErrors) GetStatus() *int

type GetGenresLibraryUnauthorized ¶ added in v0.17.4

type GetGenresLibraryUnauthorized struct {
	Errors []GetGenresLibraryLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGenresLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetGenresLibraryUnauthorized) Error ¶ added in v0.17.4

type GetGeoDataBadRequest ¶ added in v0.11.2

type GetGeoDataBadRequest struct {
	Errors []GetGeoDataErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGeoDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetGeoDataBadRequest) Error ¶ added in v0.11.2

func (e *GetGeoDataBadRequest) Error() string

type GetGeoDataErrors ¶ added in v0.11.1

type GetGeoDataErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGeoDataErrors) GetCode ¶ added in v0.11.1

func (o *GetGeoDataErrors) GetCode() *int

func (*GetGeoDataErrors) GetMessage ¶ added in v0.11.1

func (o *GetGeoDataErrors) GetMessage() *string

func (*GetGeoDataErrors) GetStatus ¶ added in v0.11.1

func (o *GetGeoDataErrors) GetStatus() *int

type GetGeoDataPlexErrors ¶ added in v0.11.1

type GetGeoDataPlexErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGeoDataPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetGeoDataPlexErrors) GetCode() *int

func (*GetGeoDataPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetGeoDataPlexErrors) GetMessage() *string

func (*GetGeoDataPlexErrors) GetStatus ¶ added in v0.11.1

func (o *GetGeoDataPlexErrors) GetStatus() *int

type GetGeoDataUnauthorized ¶ added in v0.11.2

type GetGeoDataUnauthorized struct {
	Errors []GetGeoDataPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGeoDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetGeoDataUnauthorized) Error ¶ added in v0.11.2

func (e *GetGeoDataUnauthorized) Error() string

type GetGlobalHubsBadRequest ¶ added in v0.11.2

type GetGlobalHubsBadRequest struct {
	Errors []GetGlobalHubsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGlobalHubsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetGlobalHubsBadRequest) Error ¶ added in v0.11.2

func (e *GetGlobalHubsBadRequest) Error() string

type GetGlobalHubsErrors ¶

type GetGlobalHubsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGlobalHubsErrors) GetCode ¶

func (o *GetGlobalHubsErrors) GetCode() *int

func (*GetGlobalHubsErrors) GetMessage ¶

func (o *GetGlobalHubsErrors) GetMessage() *string

func (*GetGlobalHubsErrors) GetStatus ¶

func (o *GetGlobalHubsErrors) GetStatus() *int

type GetGlobalHubsHubsErrors ¶ added in v0.11.1

type GetGlobalHubsHubsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetGlobalHubsHubsErrors) GetCode ¶ added in v0.11.1

func (o *GetGlobalHubsHubsErrors) GetCode() *int

func (*GetGlobalHubsHubsErrors) GetMessage ¶ added in v0.11.1

func (o *GetGlobalHubsHubsErrors) GetMessage() *string

func (*GetGlobalHubsHubsErrors) GetStatus ¶ added in v0.11.1

func (o *GetGlobalHubsHubsErrors) GetStatus() *int

type GetGlobalHubsUnauthorized ¶ added in v0.11.2

type GetGlobalHubsUnauthorized struct {
	Errors []GetGlobalHubsHubsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetGlobalHubsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetGlobalHubsUnauthorized) Error ¶ added in v0.11.2

func (e *GetGlobalHubsUnauthorized) Error() string

type GetHomeDataBadRequest ¶ added in v0.11.2

type GetHomeDataBadRequest struct {
	Errors []GetHomeDataErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetHomeDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetHomeDataBadRequest) Error ¶ added in v0.11.2

func (e *GetHomeDataBadRequest) Error() string

type GetHomeDataErrors ¶ added in v0.9.0

type GetHomeDataErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetHomeDataErrors) GetCode ¶ added in v0.9.0

func (o *GetHomeDataErrors) GetCode() *int

func (*GetHomeDataErrors) GetMessage ¶ added in v0.9.0

func (o *GetHomeDataErrors) GetMessage() *string

func (*GetHomeDataErrors) GetStatus ¶ added in v0.9.0

func (o *GetHomeDataErrors) GetStatus() *int

type GetHomeDataPlexErrors ¶ added in v0.11.1

type GetHomeDataPlexErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetHomeDataPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetHomeDataPlexErrors) GetCode() *int

func (*GetHomeDataPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetHomeDataPlexErrors) GetMessage() *string

func (*GetHomeDataPlexErrors) GetStatus ¶ added in v0.11.1

func (o *GetHomeDataPlexErrors) GetStatus() *int

type GetHomeDataUnauthorized ¶ added in v0.11.2

type GetHomeDataUnauthorized struct {
	Errors []GetHomeDataPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetHomeDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetHomeDataUnauthorized) Error ¶ added in v0.11.2

func (e *GetHomeDataUnauthorized) Error() string

type GetLibraryDetailsBadRequest ¶ added in v0.11.2

type GetLibraryDetailsBadRequest struct {
	Errors []GetLibraryDetailsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryDetailsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetLibraryDetailsBadRequest) Error ¶ added in v0.11.2

type GetLibraryDetailsErrors ¶ added in v0.11.1

type GetLibraryDetailsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryDetailsErrors) GetCode ¶ added in v0.11.1

func (o *GetLibraryDetailsErrors) GetCode() *int

func (*GetLibraryDetailsErrors) GetMessage ¶ added in v0.11.1

func (o *GetLibraryDetailsErrors) GetMessage() *string

func (*GetLibraryDetailsErrors) GetStatus ¶ added in v0.11.1

func (o *GetLibraryDetailsErrors) GetStatus() *int

type GetLibraryDetailsLibraryErrors ¶ added in v0.11.1

type GetLibraryDetailsLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryDetailsLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetLibraryDetailsLibraryErrors) GetCode() *int

func (*GetLibraryDetailsLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetLibraryDetailsLibraryErrors) GetMessage() *string

func (*GetLibraryDetailsLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetLibraryDetailsLibraryErrors) GetStatus() *int

type GetLibraryDetailsUnauthorized ¶ added in v0.11.2

type GetLibraryDetailsUnauthorized struct {
	Errors []GetLibraryDetailsLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryDetailsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetLibraryDetailsUnauthorized) Error ¶ added in v0.11.2

type GetLibraryHubsBadRequest ¶ added in v0.11.2

type GetLibraryHubsBadRequest struct {
	Errors []GetLibraryHubsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryHubsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetLibraryHubsBadRequest) Error ¶ added in v0.11.2

func (e *GetLibraryHubsBadRequest) Error() string

type GetLibraryHubsErrors ¶

type GetLibraryHubsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryHubsErrors) GetCode ¶

func (o *GetLibraryHubsErrors) GetCode() *int

func (*GetLibraryHubsErrors) GetMessage ¶

func (o *GetLibraryHubsErrors) GetMessage() *string

func (*GetLibraryHubsErrors) GetStatus ¶

func (o *GetLibraryHubsErrors) GetStatus() *int

type GetLibraryHubsHubsErrors ¶ added in v0.11.1

type GetLibraryHubsHubsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryHubsHubsErrors) GetCode ¶ added in v0.11.1

func (o *GetLibraryHubsHubsErrors) GetCode() *int

func (*GetLibraryHubsHubsErrors) GetMessage ¶ added in v0.11.1

func (o *GetLibraryHubsHubsErrors) GetMessage() *string

func (*GetLibraryHubsHubsErrors) GetStatus ¶ added in v0.11.1

func (o *GetLibraryHubsHubsErrors) GetStatus() *int

type GetLibraryHubsUnauthorized ¶ added in v0.11.2

type GetLibraryHubsUnauthorized struct {
	Errors []GetLibraryHubsHubsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryHubsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetLibraryHubsUnauthorized) Error ¶ added in v0.11.2

type GetLibraryItemsBadRequest ¶ added in v0.11.2

type GetLibraryItemsBadRequest struct {
	Errors []GetLibraryItemsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryItemsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetLibraryItemsBadRequest) Error ¶ added in v0.11.2

func (e *GetLibraryItemsBadRequest) Error() string

type GetLibraryItemsErrors ¶

type GetLibraryItemsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryItemsErrors) GetCode ¶

func (o *GetLibraryItemsErrors) GetCode() *int

func (*GetLibraryItemsErrors) GetMessage ¶

func (o *GetLibraryItemsErrors) GetMessage() *string

func (*GetLibraryItemsErrors) GetStatus ¶

func (o *GetLibraryItemsErrors) GetStatus() *int

type GetLibraryItemsLibraryErrors ¶ added in v0.11.1

type GetLibraryItemsLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetLibraryItemsLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetLibraryItemsLibraryErrors) GetCode() *int

func (*GetLibraryItemsLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetLibraryItemsLibraryErrors) GetMessage() *string

func (*GetLibraryItemsLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetLibraryItemsLibraryErrors) GetStatus() *int

type GetLibraryItemsUnauthorized ¶ added in v0.11.2

type GetLibraryItemsUnauthorized struct {
	Errors []GetLibraryItemsLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetLibraryItemsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetLibraryItemsUnauthorized) Error ¶ added in v0.11.2

type GetMediaProvidersBadRequest ¶ added in v0.11.2

type GetMediaProvidersBadRequest struct {
	Errors []GetMediaProvidersErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMediaProvidersBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetMediaProvidersBadRequest) Error ¶ added in v0.11.2

type GetMediaProvidersErrors ¶ added in v0.11.1

type GetMediaProvidersErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMediaProvidersErrors) GetCode ¶ added in v0.11.1

func (o *GetMediaProvidersErrors) GetCode() *int

func (*GetMediaProvidersErrors) GetMessage ¶ added in v0.11.1

func (o *GetMediaProvidersErrors) GetMessage() *string

func (*GetMediaProvidersErrors) GetStatus ¶ added in v0.11.1

func (o *GetMediaProvidersErrors) GetStatus() *int

type GetMediaProvidersServerErrors ¶ added in v0.11.1

type GetMediaProvidersServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMediaProvidersServerErrors) GetCode ¶ added in v0.11.1

func (o *GetMediaProvidersServerErrors) GetCode() *int

func (*GetMediaProvidersServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetMediaProvidersServerErrors) GetMessage() *string

func (*GetMediaProvidersServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetMediaProvidersServerErrors) GetStatus() *int

type GetMediaProvidersUnauthorized ¶ added in v0.11.2

type GetMediaProvidersUnauthorized struct {
	Errors []GetMediaProvidersServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMediaProvidersUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetMediaProvidersUnauthorized) Error ¶ added in v0.11.2

type GetMetaDataByRatingKeyBadRequest ¶ added in v0.11.2

type GetMetaDataByRatingKeyBadRequest struct {
	Errors []GetMetaDataByRatingKeyErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMetaDataByRatingKeyBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetMetaDataByRatingKeyBadRequest) Error ¶ added in v0.11.2

type GetMetaDataByRatingKeyErrors ¶ added in v0.11.1

type GetMetaDataByRatingKeyErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMetaDataByRatingKeyErrors) GetCode ¶ added in v0.11.1

func (o *GetMetaDataByRatingKeyErrors) GetCode() *int

func (*GetMetaDataByRatingKeyErrors) GetMessage ¶ added in v0.11.1

func (o *GetMetaDataByRatingKeyErrors) GetMessage() *string

func (*GetMetaDataByRatingKeyErrors) GetStatus ¶ added in v0.11.1

func (o *GetMetaDataByRatingKeyErrors) GetStatus() *int

type GetMetaDataByRatingKeyLibraryErrors ¶ added in v0.11.1

type GetMetaDataByRatingKeyLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMetaDataByRatingKeyLibraryErrors) GetCode ¶ added in v0.11.1

func (*GetMetaDataByRatingKeyLibraryErrors) GetMessage ¶ added in v0.11.1

func (*GetMetaDataByRatingKeyLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetMetaDataByRatingKeyLibraryErrors) GetStatus() *int

type GetMetaDataByRatingKeyUnauthorized ¶ added in v0.11.2

type GetMetaDataByRatingKeyUnauthorized struct {
	Errors []GetMetaDataByRatingKeyLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMetaDataByRatingKeyUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetMetaDataByRatingKeyUnauthorized) Error ¶ added in v0.11.2

type GetMetadataChildrenBadRequest ¶ added in v0.11.2

type GetMetadataChildrenBadRequest struct {
	Errors []GetMetadataChildrenErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMetadataChildrenBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetMetadataChildrenBadRequest) Error ¶ added in v0.11.2

type GetMetadataChildrenErrors ¶

type GetMetadataChildrenErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMetadataChildrenErrors) GetCode ¶

func (o *GetMetadataChildrenErrors) GetCode() *int

func (*GetMetadataChildrenErrors) GetMessage ¶

func (o *GetMetadataChildrenErrors) GetMessage() *string

func (*GetMetadataChildrenErrors) GetStatus ¶

func (o *GetMetadataChildrenErrors) GetStatus() *int

type GetMetadataChildrenLibraryErrors ¶ added in v0.11.1

type GetMetadataChildrenLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMetadataChildrenLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetMetadataChildrenLibraryErrors) GetCode() *int

func (*GetMetadataChildrenLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetMetadataChildrenLibraryErrors) GetMessage() *string

func (*GetMetadataChildrenLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetMetadataChildrenLibraryErrors) GetStatus() *int

type GetMetadataChildrenUnauthorized ¶ added in v0.11.2

type GetMetadataChildrenUnauthorized struct {
	Errors []GetMetadataChildrenLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMetadataChildrenUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetMetadataChildrenUnauthorized) Error ¶ added in v0.11.2

type GetMyPlexAccountBadRequest ¶ added in v0.11.2

type GetMyPlexAccountBadRequest struct {
	Errors []GetMyPlexAccountErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMyPlexAccountBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetMyPlexAccountBadRequest) Error ¶ added in v0.11.2

type GetMyPlexAccountErrors ¶

type GetMyPlexAccountErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMyPlexAccountErrors) GetCode ¶

func (o *GetMyPlexAccountErrors) GetCode() *int

func (*GetMyPlexAccountErrors) GetMessage ¶

func (o *GetMyPlexAccountErrors) GetMessage() *string

func (*GetMyPlexAccountErrors) GetStatus ¶

func (o *GetMyPlexAccountErrors) GetStatus() *int

type GetMyPlexAccountServerErrors ¶ added in v0.11.1

type GetMyPlexAccountServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetMyPlexAccountServerErrors) GetCode ¶ added in v0.11.1

func (o *GetMyPlexAccountServerErrors) GetCode() *int

func (*GetMyPlexAccountServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetMyPlexAccountServerErrors) GetMessage() *string

func (*GetMyPlexAccountServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetMyPlexAccountServerErrors) GetStatus() *int

type GetMyPlexAccountUnauthorized ¶ added in v0.11.2

type GetMyPlexAccountUnauthorized struct {
	Errors []GetMyPlexAccountServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetMyPlexAccountUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetMyPlexAccountUnauthorized) Error ¶ added in v0.11.2

type GetOnDeckBadRequest ¶ added in v0.11.2

type GetOnDeckBadRequest struct {
	Errors []GetOnDeckErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetOnDeckBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetOnDeckBadRequest) Error ¶ added in v0.11.2

func (e *GetOnDeckBadRequest) Error() string

type GetOnDeckErrors ¶

type GetOnDeckErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetOnDeckErrors) GetCode ¶

func (o *GetOnDeckErrors) GetCode() *int

func (*GetOnDeckErrors) GetMessage ¶

func (o *GetOnDeckErrors) GetMessage() *string

func (*GetOnDeckErrors) GetStatus ¶

func (o *GetOnDeckErrors) GetStatus() *int

type GetOnDeckLibraryErrors ¶ added in v0.11.1

type GetOnDeckLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetOnDeckLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetOnDeckLibraryErrors) GetCode() *int

func (*GetOnDeckLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetOnDeckLibraryErrors) GetMessage() *string

func (*GetOnDeckLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetOnDeckLibraryErrors) GetStatus() *int

type GetOnDeckUnauthorized ¶ added in v0.11.2

type GetOnDeckUnauthorized struct {
	Errors []GetOnDeckLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetOnDeckUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetOnDeckUnauthorized) Error ¶ added in v0.11.2

func (e *GetOnDeckUnauthorized) Error() string

type GetPinBadRequest ¶ added in v0.11.2

type GetPinBadRequest struct {
	Errors []GetPinErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPinBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetPinBadRequest) Error ¶ added in v0.11.2

func (e *GetPinBadRequest) Error() string

type GetPinErrors ¶ added in v0.2.0

type GetPinErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPinErrors) GetCode ¶ added in v0.2.0

func (o *GetPinErrors) GetCode() *int

func (*GetPinErrors) GetMessage ¶ added in v0.2.0

func (o *GetPinErrors) GetMessage() *string

func (*GetPinErrors) GetStatus ¶ added in v0.2.0

func (o *GetPinErrors) GetStatus() *int

type GetPlaylistBadRequest ¶ added in v0.11.2

type GetPlaylistBadRequest struct {
	Errors []GetPlaylistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetPlaylistBadRequest) Error ¶ added in v0.11.2

func (e *GetPlaylistBadRequest) Error() string

type GetPlaylistContentsBadRequest ¶ added in v0.11.2

type GetPlaylistContentsBadRequest struct {
	Errors []GetPlaylistContentsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetPlaylistContentsBadRequest) Error ¶ added in v0.11.2

type GetPlaylistContentsErrors ¶

type GetPlaylistContentsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistContentsErrors) GetCode ¶

func (o *GetPlaylistContentsErrors) GetCode() *int

func (*GetPlaylistContentsErrors) GetMessage ¶

func (o *GetPlaylistContentsErrors) GetMessage() *string

func (*GetPlaylistContentsErrors) GetStatus ¶

func (o *GetPlaylistContentsErrors) GetStatus() *int

type GetPlaylistContentsPlaylistsErrors ¶ added in v0.11.1

type GetPlaylistContentsPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistContentsPlaylistsErrors) GetCode ¶ added in v0.11.1

func (*GetPlaylistContentsPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *GetPlaylistContentsPlaylistsErrors) GetMessage() *string

func (*GetPlaylistContentsPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *GetPlaylistContentsPlaylistsErrors) GetStatus() *int

type GetPlaylistContentsUnauthorized ¶ added in v0.11.2

type GetPlaylistContentsUnauthorized struct {
	Errors []GetPlaylistContentsPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetPlaylistContentsUnauthorized) Error ¶ added in v0.11.2

type GetPlaylistErrors ¶

type GetPlaylistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistErrors) GetCode ¶

func (o *GetPlaylistErrors) GetCode() *int

func (*GetPlaylistErrors) GetMessage ¶

func (o *GetPlaylistErrors) GetMessage() *string

func (*GetPlaylistErrors) GetStatus ¶

func (o *GetPlaylistErrors) GetStatus() *int

type GetPlaylistPlaylistsErrors ¶ added in v0.11.1

type GetPlaylistPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *GetPlaylistPlaylistsErrors) GetCode() *int

func (*GetPlaylistPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *GetPlaylistPlaylistsErrors) GetMessage() *string

func (*GetPlaylistPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *GetPlaylistPlaylistsErrors) GetStatus() *int

type GetPlaylistUnauthorized ¶ added in v0.11.2

type GetPlaylistUnauthorized struct {
	Errors []GetPlaylistPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetPlaylistUnauthorized) Error ¶ added in v0.11.2

func (e *GetPlaylistUnauthorized) Error() string

type GetPlaylistsBadRequest ¶ added in v0.11.2

type GetPlaylistsBadRequest struct {
	Errors []GetPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetPlaylistsBadRequest) Error ¶ added in v0.11.2

func (e *GetPlaylistsBadRequest) Error() string

type GetPlaylistsErrors ¶

type GetPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistsErrors) GetCode ¶

func (o *GetPlaylistsErrors) GetCode() *int

func (*GetPlaylistsErrors) GetMessage ¶

func (o *GetPlaylistsErrors) GetMessage() *string

func (*GetPlaylistsErrors) GetStatus ¶

func (o *GetPlaylistsErrors) GetStatus() *int

type GetPlaylistsPlaylistsErrors ¶ added in v0.11.1

type GetPlaylistsPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetPlaylistsPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *GetPlaylistsPlaylistsErrors) GetCode() *int

func (*GetPlaylistsPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *GetPlaylistsPlaylistsErrors) GetMessage() *string

func (*GetPlaylistsPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *GetPlaylistsPlaylistsErrors) GetStatus() *int

type GetPlaylistsUnauthorized ¶ added in v0.11.2

type GetPlaylistsUnauthorized struct {
	Errors []GetPlaylistsPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetPlaylistsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetPlaylistsUnauthorized) Error ¶ added in v0.11.2

func (e *GetPlaylistsUnauthorized) Error() string

type GetRecentlyAddedLibraryBadRequest ¶ added in v0.13.0

type GetRecentlyAddedLibraryBadRequest struct {
	Errors []GetRecentlyAddedLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetRecentlyAddedLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetRecentlyAddedLibraryBadRequest) Error ¶ added in v0.13.0

type GetRecentlyAddedLibraryErrors ¶ added in v0.11.1

type GetRecentlyAddedLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetRecentlyAddedLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetRecentlyAddedLibraryErrors) GetCode() *int

func (*GetRecentlyAddedLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetRecentlyAddedLibraryErrors) GetMessage() *string

func (*GetRecentlyAddedLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetRecentlyAddedLibraryErrors) GetStatus() *int

type GetRecentlyAddedLibraryLibraryErrors ¶ added in v0.13.0

type GetRecentlyAddedLibraryLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetRecentlyAddedLibraryLibraryErrors) GetCode ¶ added in v0.13.0

func (*GetRecentlyAddedLibraryLibraryErrors) GetMessage ¶ added in v0.13.0

func (*GetRecentlyAddedLibraryLibraryErrors) GetStatus ¶ added in v0.13.0

func (o *GetRecentlyAddedLibraryLibraryErrors) GetStatus() *int

type GetRecentlyAddedLibraryUnauthorized ¶ added in v0.13.0

type GetRecentlyAddedLibraryUnauthorized struct {
	Errors []GetRecentlyAddedLibraryLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetRecentlyAddedLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetRecentlyAddedLibraryUnauthorized) Error ¶ added in v0.13.0

type GetRefreshLibraryMetadataBadRequest ¶ added in v0.11.2

type GetRefreshLibraryMetadataBadRequest struct {
	Errors []GetRefreshLibraryMetadataErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetRefreshLibraryMetadataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetRefreshLibraryMetadataBadRequest) Error ¶ added in v0.11.2

type GetRefreshLibraryMetadataErrors ¶ added in v0.11.1

type GetRefreshLibraryMetadataErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetRefreshLibraryMetadataErrors) GetCode ¶ added in v0.11.1

func (o *GetRefreshLibraryMetadataErrors) GetCode() *int

func (*GetRefreshLibraryMetadataErrors) GetMessage ¶ added in v0.11.1

func (o *GetRefreshLibraryMetadataErrors) GetMessage() *string

func (*GetRefreshLibraryMetadataErrors) GetStatus ¶ added in v0.11.1

func (o *GetRefreshLibraryMetadataErrors) GetStatus() *int

type GetRefreshLibraryMetadataLibraryErrors ¶ added in v0.11.1

type GetRefreshLibraryMetadataLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetRefreshLibraryMetadataLibraryErrors) GetCode ¶ added in v0.11.1

func (*GetRefreshLibraryMetadataLibraryErrors) GetMessage ¶ added in v0.11.1

func (*GetRefreshLibraryMetadataLibraryErrors) GetStatus ¶ added in v0.11.1

type GetRefreshLibraryMetadataUnauthorized ¶ added in v0.11.2

type GetRefreshLibraryMetadataUnauthorized struct {
	Errors []GetRefreshLibraryMetadataLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetRefreshLibraryMetadataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetRefreshLibraryMetadataUnauthorized) Error ¶ added in v0.11.2

type GetResizedPhotoBadRequest ¶ added in v0.11.2

type GetResizedPhotoBadRequest struct {
	Errors []GetResizedPhotoErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetResizedPhotoBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetResizedPhotoBadRequest) Error ¶ added in v0.11.2

func (e *GetResizedPhotoBadRequest) Error() string

type GetResizedPhotoErrors ¶

type GetResizedPhotoErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetResizedPhotoErrors) GetCode ¶

func (o *GetResizedPhotoErrors) GetCode() *int

func (*GetResizedPhotoErrors) GetMessage ¶

func (o *GetResizedPhotoErrors) GetMessage() *string

func (*GetResizedPhotoErrors) GetStatus ¶

func (o *GetResizedPhotoErrors) GetStatus() *int

type GetResizedPhotoServerErrors ¶ added in v0.11.1

type GetResizedPhotoServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetResizedPhotoServerErrors) GetCode ¶ added in v0.11.1

func (o *GetResizedPhotoServerErrors) GetCode() *int

func (*GetResizedPhotoServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetResizedPhotoServerErrors) GetMessage() *string

func (*GetResizedPhotoServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetResizedPhotoServerErrors) GetStatus() *int

type GetResizedPhotoUnauthorized ¶ added in v0.11.2

type GetResizedPhotoUnauthorized struct {
	Errors []GetResizedPhotoServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetResizedPhotoUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetResizedPhotoUnauthorized) Error ¶ added in v0.11.2

type GetResourcesStatisticsBadRequest ¶ added in v0.11.2

type GetResourcesStatisticsBadRequest struct {
	Errors []GetResourcesStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetResourcesStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetResourcesStatisticsBadRequest) Error ¶ added in v0.11.2

type GetResourcesStatisticsErrors ¶ added in v0.10.0

type GetResourcesStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetResourcesStatisticsErrors) GetCode ¶ added in v0.10.0

func (o *GetResourcesStatisticsErrors) GetCode() *int

func (*GetResourcesStatisticsErrors) GetMessage ¶ added in v0.10.0

func (o *GetResourcesStatisticsErrors) GetMessage() *string

func (*GetResourcesStatisticsErrors) GetStatus ¶ added in v0.10.0

func (o *GetResourcesStatisticsErrors) GetStatus() *int

type GetResourcesStatisticsStatisticsErrors ¶ added in v0.11.1

type GetResourcesStatisticsStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetResourcesStatisticsStatisticsErrors) GetCode ¶ added in v0.11.1

func (*GetResourcesStatisticsStatisticsErrors) GetMessage ¶ added in v0.11.1

func (*GetResourcesStatisticsStatisticsErrors) GetStatus ¶ added in v0.11.1

type GetResourcesStatisticsUnauthorized ¶ added in v0.11.2

type GetResourcesStatisticsUnauthorized struct {
	Errors []GetResourcesStatisticsStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetResourcesStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetResourcesStatisticsUnauthorized) Error ¶ added in v0.11.2

type GetSearchAllLibrariesBadRequest ¶ added in v0.15.0

type GetSearchAllLibrariesBadRequest struct {
	Errors []GetSearchAllLibrariesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchAllLibrariesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSearchAllLibrariesBadRequest) Error ¶ added in v0.15.0

type GetSearchAllLibrariesErrors ¶ added in v0.15.0

type GetSearchAllLibrariesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchAllLibrariesErrors) GetCode ¶ added in v0.15.0

func (o *GetSearchAllLibrariesErrors) GetCode() *int

func (*GetSearchAllLibrariesErrors) GetMessage ¶ added in v0.15.0

func (o *GetSearchAllLibrariesErrors) GetMessage() *string

func (*GetSearchAllLibrariesErrors) GetStatus ¶ added in v0.15.0

func (o *GetSearchAllLibrariesErrors) GetStatus() *int

type GetSearchAllLibrariesLibraryErrors ¶ added in v0.15.0

type GetSearchAllLibrariesLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchAllLibrariesLibraryErrors) GetCode ¶ added in v0.15.0

func (*GetSearchAllLibrariesLibraryErrors) GetMessage ¶ added in v0.15.0

func (o *GetSearchAllLibrariesLibraryErrors) GetMessage() *string

func (*GetSearchAllLibrariesLibraryErrors) GetStatus ¶ added in v0.15.0

func (o *GetSearchAllLibrariesLibraryErrors) GetStatus() *int

type GetSearchAllLibrariesUnauthorized ¶ added in v0.15.0

type GetSearchAllLibrariesUnauthorized struct {
	Errors []GetSearchAllLibrariesLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchAllLibrariesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSearchAllLibrariesUnauthorized) Error ¶ added in v0.15.0

type GetSearchLibraryBadRequest ¶ added in v0.11.2

type GetSearchLibraryBadRequest struct {
	Errors []GetSearchLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSearchLibraryBadRequest) Error ¶ added in v0.11.2

type GetSearchLibraryErrors ¶ added in v0.11.1

type GetSearchLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetSearchLibraryErrors) GetCode() *int

func (*GetSearchLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetSearchLibraryErrors) GetMessage() *string

func (*GetSearchLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetSearchLibraryErrors) GetStatus() *int

type GetSearchLibraryLibraryErrors ¶ added in v0.11.1

type GetSearchLibraryLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchLibraryLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetSearchLibraryLibraryErrors) GetCode() *int

func (*GetSearchLibraryLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetSearchLibraryLibraryErrors) GetMessage() *string

func (*GetSearchLibraryLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetSearchLibraryLibraryErrors) GetStatus() *int

type GetSearchLibraryUnauthorized ¶ added in v0.11.2

type GetSearchLibraryUnauthorized struct {
	Errors []GetSearchLibraryLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSearchLibraryUnauthorized) Error ¶ added in v0.11.2

type GetSearchResultsBadRequest ¶ added in v0.11.2

type GetSearchResultsBadRequest struct {
	Errors []GetSearchResultsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchResultsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSearchResultsBadRequest) Error ¶ added in v0.11.2

type GetSearchResultsErrors ¶

type GetSearchResultsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchResultsErrors) GetCode ¶

func (o *GetSearchResultsErrors) GetCode() *int

func (*GetSearchResultsErrors) GetMessage ¶

func (o *GetSearchResultsErrors) GetMessage() *string

func (*GetSearchResultsErrors) GetStatus ¶

func (o *GetSearchResultsErrors) GetStatus() *int

type GetSearchResultsSearchErrors ¶ added in v0.11.1

type GetSearchResultsSearchErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSearchResultsSearchErrors) GetCode ¶ added in v0.11.1

func (o *GetSearchResultsSearchErrors) GetCode() *int

func (*GetSearchResultsSearchErrors) GetMessage ¶ added in v0.11.1

func (o *GetSearchResultsSearchErrors) GetMessage() *string

func (*GetSearchResultsSearchErrors) GetStatus ¶ added in v0.11.1

func (o *GetSearchResultsSearchErrors) GetStatus() *int

type GetSearchResultsUnauthorized ¶ added in v0.11.2

type GetSearchResultsUnauthorized struct {
	Errors []GetSearchResultsSearchErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSearchResultsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSearchResultsUnauthorized) Error ¶ added in v0.11.2

type GetServerActivitiesActivitiesErrors ¶ added in v0.11.1

type GetServerActivitiesActivitiesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerActivitiesActivitiesErrors) GetCode ¶ added in v0.11.1

func (*GetServerActivitiesActivitiesErrors) GetMessage ¶ added in v0.11.1

func (*GetServerActivitiesActivitiesErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerActivitiesActivitiesErrors) GetStatus() *int

type GetServerActivitiesBadRequest ¶ added in v0.11.2

type GetServerActivitiesBadRequest struct {
	Errors []GetServerActivitiesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerActivitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetServerActivitiesBadRequest) Error ¶ added in v0.11.2

type GetServerActivitiesErrors ¶

type GetServerActivitiesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerActivitiesErrors) GetCode ¶

func (o *GetServerActivitiesErrors) GetCode() *int

func (*GetServerActivitiesErrors) GetMessage ¶

func (o *GetServerActivitiesErrors) GetMessage() *string

func (*GetServerActivitiesErrors) GetStatus ¶

func (o *GetServerActivitiesErrors) GetStatus() *int

type GetServerActivitiesUnauthorized ¶ added in v0.11.2

type GetServerActivitiesUnauthorized struct {
	Errors []GetServerActivitiesActivitiesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerActivitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetServerActivitiesUnauthorized) Error ¶ added in v0.11.2

type GetServerCapabilitiesBadRequest ¶ added in v0.11.2

type GetServerCapabilitiesBadRequest struct {
	Errors []Errors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerCapabilitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetServerCapabilitiesBadRequest) Error ¶ added in v0.11.2

type GetServerCapabilitiesErrors ¶ added in v0.11.1

type GetServerCapabilitiesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerCapabilitiesErrors) GetCode ¶ added in v0.11.1

func (o *GetServerCapabilitiesErrors) GetCode() *int

func (*GetServerCapabilitiesErrors) GetMessage ¶ added in v0.11.1

func (o *GetServerCapabilitiesErrors) GetMessage() *string

func (*GetServerCapabilitiesErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerCapabilitiesErrors) GetStatus() *int

type GetServerCapabilitiesUnauthorized ¶ added in v0.11.2

type GetServerCapabilitiesUnauthorized struct {
	Errors []GetServerCapabilitiesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerCapabilitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetServerCapabilitiesUnauthorized) Error ¶ added in v0.11.2

type GetServerIdentityRequestTimeout ¶ added in v0.11.2

type GetServerIdentityRequestTimeout struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerIdentityRequestTimeout - Request Timeout

func (*GetServerIdentityRequestTimeout) Error ¶ added in v0.11.2

type GetServerListBadRequest ¶ added in v0.11.2

type GetServerListBadRequest struct {
	Errors []GetServerListErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerListBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetServerListBadRequest) Error ¶ added in v0.11.2

func (e *GetServerListBadRequest) Error() string

type GetServerListErrors ¶

type GetServerListErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerListErrors) GetCode ¶

func (o *GetServerListErrors) GetCode() *int

func (*GetServerListErrors) GetMessage ¶

func (o *GetServerListErrors) GetMessage() *string

func (*GetServerListErrors) GetStatus ¶

func (o *GetServerListErrors) GetStatus() *int

type GetServerListServerErrors ¶ added in v0.11.1

type GetServerListServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerListServerErrors) GetCode ¶ added in v0.11.1

func (o *GetServerListServerErrors) GetCode() *int

func (*GetServerListServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetServerListServerErrors) GetMessage() *string

func (*GetServerListServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerListServerErrors) GetStatus() *int

type GetServerListUnauthorized ¶ added in v0.11.2

type GetServerListUnauthorized struct {
	Errors []GetServerListServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerListUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetServerListUnauthorized) Error ¶ added in v0.11.2

func (e *GetServerListUnauthorized) Error() string

type GetServerPreferencesBadRequest ¶ added in v0.11.2

type GetServerPreferencesBadRequest struct {
	Errors []GetServerPreferencesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerPreferencesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetServerPreferencesBadRequest) Error ¶ added in v0.11.2

type GetServerPreferencesErrors ¶

type GetServerPreferencesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerPreferencesErrors) GetCode ¶

func (o *GetServerPreferencesErrors) GetCode() *int

func (*GetServerPreferencesErrors) GetMessage ¶

func (o *GetServerPreferencesErrors) GetMessage() *string

func (*GetServerPreferencesErrors) GetStatus ¶

func (o *GetServerPreferencesErrors) GetStatus() *int

type GetServerPreferencesServerErrors ¶ added in v0.11.1

type GetServerPreferencesServerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerPreferencesServerErrors) GetCode ¶ added in v0.11.1

func (o *GetServerPreferencesServerErrors) GetCode() *int

func (*GetServerPreferencesServerErrors) GetMessage ¶ added in v0.11.1

func (o *GetServerPreferencesServerErrors) GetMessage() *string

func (*GetServerPreferencesServerErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerPreferencesServerErrors) GetStatus() *int

type GetServerPreferencesUnauthorized ¶ added in v0.11.2

type GetServerPreferencesUnauthorized struct {
	Errors []GetServerPreferencesServerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerPreferencesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetServerPreferencesUnauthorized) Error ¶ added in v0.11.2

type GetServerResourcesBadRequest ¶ added in v0.11.2

type GetServerResourcesBadRequest struct {
	Errors []GetServerResourcesErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerResourcesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetServerResourcesBadRequest) Error ¶ added in v0.11.2

type GetServerResourcesErrors ¶ added in v0.11.1

type GetServerResourcesErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerResourcesErrors) GetCode ¶ added in v0.11.1

func (o *GetServerResourcesErrors) GetCode() *int

func (*GetServerResourcesErrors) GetMessage ¶ added in v0.11.1

func (o *GetServerResourcesErrors) GetMessage() *string

func (*GetServerResourcesErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerResourcesErrors) GetStatus() *int

type GetServerResourcesPlexErrors ¶ added in v0.11.1

type GetServerResourcesPlexErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetServerResourcesPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetServerResourcesPlexErrors) GetCode() *int

func (*GetServerResourcesPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetServerResourcesPlexErrors) GetMessage() *string

func (*GetServerResourcesPlexErrors) GetStatus ¶ added in v0.11.1

func (o *GetServerResourcesPlexErrors) GetStatus() *int

type GetServerResourcesUnauthorized ¶ added in v0.11.2

type GetServerResourcesUnauthorized struct {
	Errors []GetServerResourcesPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetServerResourcesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetServerResourcesUnauthorized) Error ¶ added in v0.11.2

type GetSessionHistoryBadRequest ¶ added in v0.11.2

type GetSessionHistoryBadRequest struct {
	Errors []GetSessionHistoryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSessionHistoryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSessionHistoryBadRequest) Error ¶ added in v0.11.2

type GetSessionHistoryErrors ¶

type GetSessionHistoryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSessionHistoryErrors) GetCode ¶

func (o *GetSessionHistoryErrors) GetCode() *int

func (*GetSessionHistoryErrors) GetMessage ¶

func (o *GetSessionHistoryErrors) GetMessage() *string

func (*GetSessionHistoryErrors) GetStatus ¶

func (o *GetSessionHistoryErrors) GetStatus() *int

type GetSessionHistorySessionsErrors ¶ added in v0.11.1

type GetSessionHistorySessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSessionHistorySessionsErrors) GetCode ¶ added in v0.11.1

func (o *GetSessionHistorySessionsErrors) GetCode() *int

func (*GetSessionHistorySessionsErrors) GetMessage ¶ added in v0.11.1

func (o *GetSessionHistorySessionsErrors) GetMessage() *string

func (*GetSessionHistorySessionsErrors) GetStatus ¶ added in v0.11.1

func (o *GetSessionHistorySessionsErrors) GetStatus() *int

type GetSessionHistoryUnauthorized ¶ added in v0.11.2

type GetSessionHistoryUnauthorized struct {
	Errors []GetSessionHistorySessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSessionHistoryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSessionHistoryUnauthorized) Error ¶ added in v0.11.2

type GetSessionsBadRequest ¶ added in v0.11.2

type GetSessionsBadRequest struct {
	Errors []GetSessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSessionsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSessionsBadRequest) Error ¶ added in v0.11.2

func (e *GetSessionsBadRequest) Error() string

type GetSessionsErrors ¶

type GetSessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSessionsErrors) GetCode ¶

func (o *GetSessionsErrors) GetCode() *int

func (*GetSessionsErrors) GetMessage ¶

func (o *GetSessionsErrors) GetMessage() *string

func (*GetSessionsErrors) GetStatus ¶

func (o *GetSessionsErrors) GetStatus() *int

type GetSessionsSessionsErrors ¶ added in v0.11.1

type GetSessionsSessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSessionsSessionsErrors) GetCode ¶ added in v0.11.1

func (o *GetSessionsSessionsErrors) GetCode() *int

func (*GetSessionsSessionsErrors) GetMessage ¶ added in v0.11.1

func (o *GetSessionsSessionsErrors) GetMessage() *string

func (*GetSessionsSessionsErrors) GetStatus ¶ added in v0.11.1

func (o *GetSessionsSessionsErrors) GetStatus() *int

type GetSessionsUnauthorized ¶ added in v0.11.2

type GetSessionsUnauthorized struct {
	Errors []GetSessionsSessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSessionsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSessionsUnauthorized) Error ¶ added in v0.11.2

func (e *GetSessionsUnauthorized) Error() string

type GetSourceConnectionInformationAuthenticationErrors ¶ added in v0.11.1

type GetSourceConnectionInformationAuthenticationErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSourceConnectionInformationAuthenticationErrors) GetCode ¶ added in v0.11.1

func (*GetSourceConnectionInformationAuthenticationErrors) GetMessage ¶ added in v0.11.1

func (*GetSourceConnectionInformationAuthenticationErrors) GetStatus ¶ added in v0.11.1

type GetSourceConnectionInformationBadRequest ¶ added in v0.11.2

type GetSourceConnectionInformationBadRequest struct {
	Errors []GetSourceConnectionInformationErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSourceConnectionInformationBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetSourceConnectionInformationBadRequest) Error ¶ added in v0.11.2

type GetSourceConnectionInformationErrors ¶

type GetSourceConnectionInformationErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetSourceConnectionInformationErrors) GetCode ¶

func (*GetSourceConnectionInformationErrors) GetMessage ¶

func (*GetSourceConnectionInformationErrors) GetStatus ¶

func (o *GetSourceConnectionInformationErrors) GetStatus() *int

type GetSourceConnectionInformationUnauthorized ¶ added in v0.11.2

type GetSourceConnectionInformationUnauthorized struct {
	Errors []GetSourceConnectionInformationAuthenticationErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetSourceConnectionInformationUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSourceConnectionInformationUnauthorized) Error ¶ added in v0.11.2

type GetStatisticsBadRequest ¶ added in v0.11.2

type GetStatisticsBadRequest struct {
	Errors []GetStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetStatisticsBadRequest) Error ¶ added in v0.11.2

func (e *GetStatisticsBadRequest) Error() string

type GetStatisticsErrors ¶ added in v0.4.0

type GetStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetStatisticsErrors) GetCode ¶ added in v0.4.0

func (o *GetStatisticsErrors) GetCode() *int

func (*GetStatisticsErrors) GetMessage ¶ added in v0.4.0

func (o *GetStatisticsErrors) GetMessage() *string

func (*GetStatisticsErrors) GetStatus ¶ added in v0.4.0

func (o *GetStatisticsErrors) GetStatus() *int

type GetStatisticsStatisticsErrors ¶ added in v0.11.1

type GetStatisticsStatisticsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetStatisticsStatisticsErrors) GetCode ¶ added in v0.11.1

func (o *GetStatisticsStatisticsErrors) GetCode() *int

func (*GetStatisticsStatisticsErrors) GetMessage ¶ added in v0.11.1

func (o *GetStatisticsStatisticsErrors) GetMessage() *string

func (*GetStatisticsStatisticsErrors) GetStatus ¶ added in v0.11.1

func (o *GetStatisticsStatisticsErrors) GetStatus() *int

type GetStatisticsUnauthorized ¶ added in v0.11.2

type GetStatisticsUnauthorized struct {
	Errors []GetStatisticsStatisticsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetStatisticsUnauthorized) Error ¶ added in v0.11.2

func (e *GetStatisticsUnauthorized) Error() string

type GetThumbImageBadRequest ¶ added in v0.11.2

type GetThumbImageBadRequest struct {
	Errors []GetThumbImageErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetThumbImageBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetThumbImageBadRequest) Error ¶ added in v0.11.2

func (e *GetThumbImageBadRequest) Error() string

type GetThumbImageErrors ¶ added in v0.11.1

type GetThumbImageErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetThumbImageErrors) GetCode ¶ added in v0.11.1

func (o *GetThumbImageErrors) GetCode() *int

func (*GetThumbImageErrors) GetMessage ¶ added in v0.11.1

func (o *GetThumbImageErrors) GetMessage() *string

func (*GetThumbImageErrors) GetStatus ¶ added in v0.11.1

func (o *GetThumbImageErrors) GetStatus() *int

type GetThumbImageMediaErrors ¶ added in v0.11.1

type GetThumbImageMediaErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetThumbImageMediaErrors) GetCode ¶ added in v0.11.1

func (o *GetThumbImageMediaErrors) GetCode() *int

func (*GetThumbImageMediaErrors) GetMessage ¶ added in v0.11.1

func (o *GetThumbImageMediaErrors) GetMessage() *string

func (*GetThumbImageMediaErrors) GetStatus ¶ added in v0.11.1

func (o *GetThumbImageMediaErrors) GetStatus() *int

type GetThumbImageUnauthorized ¶ added in v0.11.2

type GetThumbImageUnauthorized struct {
	Errors []GetThumbImageMediaErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetThumbImageUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetThumbImageUnauthorized) Error ¶ added in v0.11.2

func (e *GetThumbImageUnauthorized) Error() string

type GetTimelineBadRequest ¶ added in v0.11.2

type GetTimelineBadRequest struct {
	Errors []GetTimelineErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTimelineBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTimelineBadRequest) Error ¶ added in v0.11.2

func (e *GetTimelineBadRequest) Error() string

type GetTimelineErrors ¶

type GetTimelineErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTimelineErrors) GetCode ¶

func (o *GetTimelineErrors) GetCode() *int

func (*GetTimelineErrors) GetMessage ¶

func (o *GetTimelineErrors) GetMessage() *string

func (*GetTimelineErrors) GetStatus ¶

func (o *GetTimelineErrors) GetStatus() *int

type GetTimelineUnauthorized ¶ added in v0.11.2

type GetTimelineUnauthorized struct {
	Errors []GetTimelineVideoErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTimelineUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetTimelineUnauthorized) Error ¶ added in v0.11.2

func (e *GetTimelineUnauthorized) Error() string

type GetTimelineVideoErrors ¶ added in v0.11.1

type GetTimelineVideoErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTimelineVideoErrors) GetCode ¶ added in v0.11.1

func (o *GetTimelineVideoErrors) GetCode() *int

func (*GetTimelineVideoErrors) GetMessage ¶ added in v0.11.1

func (o *GetTimelineVideoErrors) GetMessage() *string

func (*GetTimelineVideoErrors) GetStatus ¶ added in v0.11.1

func (o *GetTimelineVideoErrors) GetStatus() *int

type GetTokenByPinIDBadRequest ¶ added in v0.11.2

type GetTokenByPinIDBadRequest struct {
	Errors []GetTokenByPinIDErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTokenByPinIDBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTokenByPinIDBadRequest) Error ¶ added in v0.11.2

func (e *GetTokenByPinIDBadRequest) Error() string

type GetTokenByPinIDErrors ¶ added in v0.11.1

type GetTokenByPinIDErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTokenByPinIDErrors) GetCode ¶ added in v0.11.1

func (o *GetTokenByPinIDErrors) GetCode() *int

func (*GetTokenByPinIDErrors) GetMessage ¶ added in v0.11.1

func (o *GetTokenByPinIDErrors) GetMessage() *string

func (*GetTokenByPinIDErrors) GetStatus ¶ added in v0.11.1

func (o *GetTokenByPinIDErrors) GetStatus() *int

type GetTokenByPinIDPlexErrors ¶ added in v0.11.1

type GetTokenByPinIDPlexErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
}

func (*GetTokenByPinIDPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetTokenByPinIDPlexErrors) GetCode() *int64

func (*GetTokenByPinIDPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetTokenByPinIDPlexErrors) GetMessage() *string

type GetTokenByPinIDResponseBody ¶ added in v0.11.1

type GetTokenByPinIDResponseBody struct {
	Errors []GetTokenByPinIDPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTokenByPinIDResponseBody - Not Found or Expired

func (*GetTokenByPinIDResponseBody) Error ¶ added in v0.11.1

type GetTokenDetailsAuthenticationErrors ¶ added in v0.11.2

type GetTokenDetailsAuthenticationErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTokenDetailsAuthenticationErrors) GetCode ¶ added in v0.11.2

func (*GetTokenDetailsAuthenticationErrors) GetMessage ¶ added in v0.11.2

func (*GetTokenDetailsAuthenticationErrors) GetStatus ¶ added in v0.11.2

func (o *GetTokenDetailsAuthenticationErrors) GetStatus() *int

type GetTokenDetailsBadRequest ¶ added in v0.11.2

type GetTokenDetailsBadRequest struct {
	Errors []GetTokenDetailsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTokenDetailsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTokenDetailsBadRequest) Error ¶ added in v0.11.2

func (e *GetTokenDetailsBadRequest) Error() string

type GetTokenDetailsErrors ¶ added in v0.11.2

type GetTokenDetailsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTokenDetailsErrors) GetCode ¶ added in v0.11.2

func (o *GetTokenDetailsErrors) GetCode() *int

func (*GetTokenDetailsErrors) GetMessage ¶ added in v0.11.2

func (o *GetTokenDetailsErrors) GetMessage() *string

func (*GetTokenDetailsErrors) GetStatus ¶ added in v0.11.2

func (o *GetTokenDetailsErrors) GetStatus() *int

type GetTokenDetailsUnauthorized ¶ added in v0.11.2

type GetTokenDetailsUnauthorized struct {
	Errors []GetTokenDetailsAuthenticationErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTokenDetailsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetTokenDetailsUnauthorized) Error ¶ added in v0.11.2

type GetTopWatchedContentBadRequest ¶ added in v0.11.2

type GetTopWatchedContentBadRequest struct {
	Errors []GetTopWatchedContentErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTopWatchedContentBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTopWatchedContentBadRequest) Error ¶ added in v0.11.2

type GetTopWatchedContentErrors ¶ added in v0.11.1

type GetTopWatchedContentErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTopWatchedContentErrors) GetCode ¶ added in v0.11.1

func (o *GetTopWatchedContentErrors) GetCode() *int

func (*GetTopWatchedContentErrors) GetMessage ¶ added in v0.11.1

func (o *GetTopWatchedContentErrors) GetMessage() *string

func (*GetTopWatchedContentErrors) GetStatus ¶ added in v0.11.1

func (o *GetTopWatchedContentErrors) GetStatus() *int

type GetTopWatchedContentLibraryErrors ¶ added in v0.11.1

type GetTopWatchedContentLibraryErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTopWatchedContentLibraryErrors) GetCode ¶ added in v0.11.1

func (o *GetTopWatchedContentLibraryErrors) GetCode() *int

func (*GetTopWatchedContentLibraryErrors) GetMessage ¶ added in v0.11.1

func (o *GetTopWatchedContentLibraryErrors) GetMessage() *string

func (*GetTopWatchedContentLibraryErrors) GetStatus ¶ added in v0.11.1

func (o *GetTopWatchedContentLibraryErrors) GetStatus() *int

type GetTopWatchedContentUnauthorized ¶ added in v0.11.2

type GetTopWatchedContentUnauthorized struct {
	Errors []GetTopWatchedContentLibraryErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTopWatchedContentUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetTopWatchedContentUnauthorized) Error ¶ added in v0.11.2

type GetTranscodeSessionsBadRequest ¶ added in v0.11.2

type GetTranscodeSessionsBadRequest struct {
	Errors []GetTranscodeSessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTranscodeSessionsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTranscodeSessionsBadRequest) Error ¶ added in v0.11.2

type GetTranscodeSessionsErrors ¶

type GetTranscodeSessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTranscodeSessionsErrors) GetCode ¶

func (o *GetTranscodeSessionsErrors) GetCode() *int

func (*GetTranscodeSessionsErrors) GetMessage ¶

func (o *GetTranscodeSessionsErrors) GetMessage() *string

func (*GetTranscodeSessionsErrors) GetStatus ¶

func (o *GetTranscodeSessionsErrors) GetStatus() *int

type GetTranscodeSessionsSessionsErrors ¶ added in v0.11.1

type GetTranscodeSessionsSessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTranscodeSessionsSessionsErrors) GetCode ¶ added in v0.11.1

func (*GetTranscodeSessionsSessionsErrors) GetMessage ¶ added in v0.11.1

func (o *GetTranscodeSessionsSessionsErrors) GetMessage() *string

func (*GetTranscodeSessionsSessionsErrors) GetStatus ¶ added in v0.11.1

func (o *GetTranscodeSessionsSessionsErrors) GetStatus() *int

type GetTranscodeSessionsUnauthorized ¶ added in v0.11.2

type GetTranscodeSessionsUnauthorized struct {
	Errors []GetTranscodeSessionsSessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTranscodeSessionsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetTranscodeSessionsUnauthorized) Error ¶ added in v0.11.2

type GetTransientTokenAuthenticationErrors ¶ added in v0.11.1

type GetTransientTokenAuthenticationErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTransientTokenAuthenticationErrors) GetCode ¶ added in v0.11.1

func (*GetTransientTokenAuthenticationErrors) GetMessage ¶ added in v0.11.1

func (*GetTransientTokenAuthenticationErrors) GetStatus ¶ added in v0.11.1

type GetTransientTokenBadRequest ¶ added in v0.11.2

type GetTransientTokenBadRequest struct {
	Errors []GetTransientTokenErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTransientTokenBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetTransientTokenBadRequest) Error ¶ added in v0.11.2

type GetTransientTokenErrors ¶

type GetTransientTokenErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetTransientTokenErrors) GetCode ¶

func (o *GetTransientTokenErrors) GetCode() *int

func (*GetTransientTokenErrors) GetMessage ¶

func (o *GetTransientTokenErrors) GetMessage() *string

func (*GetTransientTokenErrors) GetStatus ¶

func (o *GetTransientTokenErrors) GetStatus() *int

type GetTransientTokenUnauthorized ¶ added in v0.11.2

type GetTransientTokenUnauthorized struct {
	Errors []GetTransientTokenAuthenticationErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetTransientTokenUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetTransientTokenUnauthorized) Error ¶ added in v0.11.2

type GetUpdateStatusBadRequest ¶ added in v0.11.2

type GetUpdateStatusBadRequest struct {
	Errors []GetUpdateStatusErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUpdateStatusBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetUpdateStatusBadRequest) Error ¶ added in v0.11.2

func (e *GetUpdateStatusBadRequest) Error() string

type GetUpdateStatusErrors ¶

type GetUpdateStatusErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUpdateStatusErrors) GetCode ¶

func (o *GetUpdateStatusErrors) GetCode() *int

func (*GetUpdateStatusErrors) GetMessage ¶

func (o *GetUpdateStatusErrors) GetMessage() *string

func (*GetUpdateStatusErrors) GetStatus ¶

func (o *GetUpdateStatusErrors) GetStatus() *int

type GetUpdateStatusUnauthorized ¶ added in v0.11.2

type GetUpdateStatusUnauthorized struct {
	Errors []GetUpdateStatusUpdaterErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUpdateStatusUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetUpdateStatusUnauthorized) Error ¶ added in v0.11.2

type GetUpdateStatusUpdaterErrors ¶ added in v0.11.1

type GetUpdateStatusUpdaterErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUpdateStatusUpdaterErrors) GetCode ¶ added in v0.11.1

func (o *GetUpdateStatusUpdaterErrors) GetCode() *int

func (*GetUpdateStatusUpdaterErrors) GetMessage ¶ added in v0.11.1

func (o *GetUpdateStatusUpdaterErrors) GetMessage() *string

func (*GetUpdateStatusUpdaterErrors) GetStatus ¶ added in v0.11.1

func (o *GetUpdateStatusUpdaterErrors) GetStatus() *int

type GetUserFriendsBadRequest ¶ added in v0.11.2

type GetUserFriendsBadRequest struct {
	Errors []GetUserFriendsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUserFriendsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetUserFriendsBadRequest) Error ¶ added in v0.11.2

func (e *GetUserFriendsBadRequest) Error() string

type GetUserFriendsErrors ¶ added in v0.11.1

type GetUserFriendsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUserFriendsErrors) GetCode ¶ added in v0.11.1

func (o *GetUserFriendsErrors) GetCode() *int

func (*GetUserFriendsErrors) GetMessage ¶ added in v0.11.1

func (o *GetUserFriendsErrors) GetMessage() *string

func (*GetUserFriendsErrors) GetStatus ¶ added in v0.11.1

func (o *GetUserFriendsErrors) GetStatus() *int

type GetUserFriendsPlexErrors ¶ added in v0.11.1

type GetUserFriendsPlexErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUserFriendsPlexErrors) GetCode ¶ added in v0.11.1

func (o *GetUserFriendsPlexErrors) GetCode() *int

func (*GetUserFriendsPlexErrors) GetMessage ¶ added in v0.11.1

func (o *GetUserFriendsPlexErrors) GetMessage() *string

func (*GetUserFriendsPlexErrors) GetStatus ¶ added in v0.11.1

func (o *GetUserFriendsPlexErrors) GetStatus() *int

type GetUserFriendsUnauthorized ¶ added in v0.11.2

type GetUserFriendsUnauthorized struct {
	Errors []GetUserFriendsPlexErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUserFriendsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetUserFriendsUnauthorized) Error ¶ added in v0.11.2

type GetUsersBadRequest ¶ added in v0.18.0

type GetUsersBadRequest struct {
	Errors []GetUsersErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUsersBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetUsersBadRequest) Error ¶ added in v0.18.0

func (e *GetUsersBadRequest) Error() string

type GetUsersErrors ¶ added in v0.18.0

type GetUsersErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUsersErrors) GetCode ¶ added in v0.18.0

func (o *GetUsersErrors) GetCode() *int

func (*GetUsersErrors) GetMessage ¶ added in v0.18.0

func (o *GetUsersErrors) GetMessage() *string

func (*GetUsersErrors) GetStatus ¶ added in v0.18.0

func (o *GetUsersErrors) GetStatus() *int

type GetUsersUnauthorized ¶ added in v0.18.0

type GetUsersUnauthorized struct {
	Errors []GetUsersUsersErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetUsersUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetUsersUnauthorized) Error ¶ added in v0.18.0

func (e *GetUsersUnauthorized) Error() string

type GetUsersUsersErrors ¶ added in v0.18.0

type GetUsersUsersErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetUsersUsersErrors) GetCode ¶ added in v0.18.0

func (o *GetUsersUsersErrors) GetCode() *int

func (*GetUsersUsersErrors) GetMessage ¶ added in v0.18.0

func (o *GetUsersUsersErrors) GetMessage() *string

func (*GetUsersUsersErrors) GetStatus ¶ added in v0.18.0

func (o *GetUsersUsersErrors) GetStatus() *int

type GetWatchListBadRequest ¶ added in v0.11.2

type GetWatchListBadRequest struct {
	Errors []GetWatchListErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetWatchListBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*GetWatchListBadRequest) Error ¶ added in v0.11.2

func (e *GetWatchListBadRequest) Error() string

type GetWatchListErrors ¶ added in v0.11.1

type GetWatchListErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetWatchListErrors) GetCode ¶ added in v0.11.1

func (o *GetWatchListErrors) GetCode() *int

func (*GetWatchListErrors) GetMessage ¶ added in v0.11.1

func (o *GetWatchListErrors) GetMessage() *string

func (*GetWatchListErrors) GetStatus ¶ added in v0.11.1

func (o *GetWatchListErrors) GetStatus() *int

type GetWatchListUnauthorized ¶ added in v0.11.2

type GetWatchListUnauthorized struct {
	Errors []GetWatchListWatchlistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

GetWatchListUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetWatchListUnauthorized) Error ¶ added in v0.11.2

func (e *GetWatchListUnauthorized) Error() string

type GetWatchListWatchlistErrors ¶ added in v0.11.1

type GetWatchListWatchlistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*GetWatchListWatchlistErrors) GetCode ¶ added in v0.11.1

func (o *GetWatchListWatchlistErrors) GetCode() *int

func (*GetWatchListWatchlistErrors) GetMessage ¶ added in v0.11.1

func (o *GetWatchListWatchlistErrors) GetMessage() *string

func (*GetWatchListWatchlistErrors) GetStatus ¶ added in v0.11.1

func (o *GetWatchListWatchlistErrors) GetStatus() *int

type LogLineBadRequest ¶ added in v0.11.2

type LogLineBadRequest struct {
	Errors []LogLineErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

LogLineBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*LogLineBadRequest) Error ¶ added in v0.11.2

func (e *LogLineBadRequest) Error() string

type LogLineErrors ¶

type LogLineErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*LogLineErrors) GetCode ¶

func (o *LogLineErrors) GetCode() *int

func (*LogLineErrors) GetMessage ¶

func (o *LogLineErrors) GetMessage() *string

func (*LogLineErrors) GetStatus ¶

func (o *LogLineErrors) GetStatus() *int

type LogLineLogErrors ¶ added in v0.11.1

type LogLineLogErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*LogLineLogErrors) GetCode ¶ added in v0.11.1

func (o *LogLineLogErrors) GetCode() *int

func (*LogLineLogErrors) GetMessage ¶ added in v0.11.1

func (o *LogLineLogErrors) GetMessage() *string

func (*LogLineLogErrors) GetStatus ¶ added in v0.11.1

func (o *LogLineLogErrors) GetStatus() *int

type LogLineUnauthorized ¶ added in v0.11.2

type LogLineUnauthorized struct {
	Errors []LogLineLogErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

LogLineUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*LogLineUnauthorized) Error ¶ added in v0.11.2

func (e *LogLineUnauthorized) Error() string

type LogMultiLineBadRequest ¶ added in v0.11.2

type LogMultiLineBadRequest struct {
	Errors []LogMultiLineErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

LogMultiLineBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*LogMultiLineBadRequest) Error ¶ added in v0.11.2

func (e *LogMultiLineBadRequest) Error() string

type LogMultiLineErrors ¶

type LogMultiLineErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*LogMultiLineErrors) GetCode ¶

func (o *LogMultiLineErrors) GetCode() *int

func (*LogMultiLineErrors) GetMessage ¶

func (o *LogMultiLineErrors) GetMessage() *string

func (*LogMultiLineErrors) GetStatus ¶

func (o *LogMultiLineErrors) GetStatus() *int

type LogMultiLineLogErrors ¶ added in v0.11.1

type LogMultiLineLogErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*LogMultiLineLogErrors) GetCode ¶ added in v0.11.1

func (o *LogMultiLineLogErrors) GetCode() *int

func (*LogMultiLineLogErrors) GetMessage ¶ added in v0.11.1

func (o *LogMultiLineLogErrors) GetMessage() *string

func (*LogMultiLineLogErrors) GetStatus ¶ added in v0.11.1

func (o *LogMultiLineLogErrors) GetStatus() *int

type LogMultiLineUnauthorized ¶ added in v0.11.2

type LogMultiLineUnauthorized struct {
	Errors []LogMultiLineLogErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

LogMultiLineUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*LogMultiLineUnauthorized) Error ¶ added in v0.11.2

func (e *LogMultiLineUnauthorized) Error() string

type MarkPlayedBadRequest ¶ added in v0.11.2

type MarkPlayedBadRequest struct {
	Errors []MarkPlayedErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

MarkPlayedBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*MarkPlayedBadRequest) Error ¶ added in v0.11.2

func (e *MarkPlayedBadRequest) Error() string

type MarkPlayedErrors ¶

type MarkPlayedErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*MarkPlayedErrors) GetCode ¶

func (o *MarkPlayedErrors) GetCode() *int

func (*MarkPlayedErrors) GetMessage ¶

func (o *MarkPlayedErrors) GetMessage() *string

func (*MarkPlayedErrors) GetStatus ¶

func (o *MarkPlayedErrors) GetStatus() *int

type MarkPlayedMediaErrors ¶ added in v0.11.1

type MarkPlayedMediaErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*MarkPlayedMediaErrors) GetCode ¶ added in v0.11.1

func (o *MarkPlayedMediaErrors) GetCode() *int

func (*MarkPlayedMediaErrors) GetMessage ¶ added in v0.11.1

func (o *MarkPlayedMediaErrors) GetMessage() *string

func (*MarkPlayedMediaErrors) GetStatus ¶ added in v0.11.1

func (o *MarkPlayedMediaErrors) GetStatus() *int

type MarkPlayedUnauthorized ¶ added in v0.11.2

type MarkPlayedUnauthorized struct {
	Errors []MarkPlayedMediaErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

MarkPlayedUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*MarkPlayedUnauthorized) Error ¶ added in v0.11.2

func (e *MarkPlayedUnauthorized) Error() string

type MarkUnplayedBadRequest ¶ added in v0.11.2

type MarkUnplayedBadRequest struct {
	Errors []MarkUnplayedErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

MarkUnplayedBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*MarkUnplayedBadRequest) Error ¶ added in v0.11.2

func (e *MarkUnplayedBadRequest) Error() string

type MarkUnplayedErrors ¶

type MarkUnplayedErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*MarkUnplayedErrors) GetCode ¶

func (o *MarkUnplayedErrors) GetCode() *int

func (*MarkUnplayedErrors) GetMessage ¶

func (o *MarkUnplayedErrors) GetMessage() *string

func (*MarkUnplayedErrors) GetStatus ¶

func (o *MarkUnplayedErrors) GetStatus() *int

type MarkUnplayedMediaErrors ¶ added in v0.11.1

type MarkUnplayedMediaErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*MarkUnplayedMediaErrors) GetCode ¶ added in v0.11.1

func (o *MarkUnplayedMediaErrors) GetCode() *int

func (*MarkUnplayedMediaErrors) GetMessage ¶ added in v0.11.1

func (o *MarkUnplayedMediaErrors) GetMessage() *string

func (*MarkUnplayedMediaErrors) GetStatus ¶ added in v0.11.1

func (o *MarkUnplayedMediaErrors) GetStatus() *int

type MarkUnplayedUnauthorized ¶ added in v0.11.2

type MarkUnplayedUnauthorized struct {
	Errors []MarkUnplayedMediaErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

MarkUnplayedUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*MarkUnplayedUnauthorized) Error ¶ added in v0.11.2

func (e *MarkUnplayedUnauthorized) Error() string

type PerformSearchBadRequest ¶ added in v0.11.2

type PerformSearchBadRequest struct {
	Errors []PerformSearchErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PerformSearchBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*PerformSearchBadRequest) Error ¶ added in v0.11.2

func (e *PerformSearchBadRequest) Error() string

type PerformSearchErrors ¶

type PerformSearchErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PerformSearchErrors) GetCode ¶

func (o *PerformSearchErrors) GetCode() *int

func (*PerformSearchErrors) GetMessage ¶

func (o *PerformSearchErrors) GetMessage() *string

func (*PerformSearchErrors) GetStatus ¶

func (o *PerformSearchErrors) GetStatus() *int

type PerformSearchSearchErrors ¶ added in v0.11.1

type PerformSearchSearchErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PerformSearchSearchErrors) GetCode ¶ added in v0.11.1

func (o *PerformSearchSearchErrors) GetCode() *int

func (*PerformSearchSearchErrors) GetMessage ¶ added in v0.11.1

func (o *PerformSearchSearchErrors) GetMessage() *string

func (*PerformSearchSearchErrors) GetStatus ¶ added in v0.11.1

func (o *PerformSearchSearchErrors) GetStatus() *int

type PerformSearchUnauthorized ¶ added in v0.11.2

type PerformSearchUnauthorized struct {
	Errors []PerformSearchSearchErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PerformSearchUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*PerformSearchUnauthorized) Error ¶ added in v0.11.2

func (e *PerformSearchUnauthorized) Error() string

type PerformVoiceSearchBadRequest ¶ added in v0.11.2

type PerformVoiceSearchBadRequest struct {
	Errors []PerformVoiceSearchErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PerformVoiceSearchBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*PerformVoiceSearchBadRequest) Error ¶ added in v0.11.2

type PerformVoiceSearchErrors ¶

type PerformVoiceSearchErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PerformVoiceSearchErrors) GetCode ¶

func (o *PerformVoiceSearchErrors) GetCode() *int

func (*PerformVoiceSearchErrors) GetMessage ¶

func (o *PerformVoiceSearchErrors) GetMessage() *string

func (*PerformVoiceSearchErrors) GetStatus ¶

func (o *PerformVoiceSearchErrors) GetStatus() *int

type PerformVoiceSearchSearchErrors ¶ added in v0.11.1

type PerformVoiceSearchSearchErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PerformVoiceSearchSearchErrors) GetCode ¶ added in v0.11.1

func (o *PerformVoiceSearchSearchErrors) GetCode() *int

func (*PerformVoiceSearchSearchErrors) GetMessage ¶ added in v0.11.1

func (o *PerformVoiceSearchSearchErrors) GetMessage() *string

func (*PerformVoiceSearchSearchErrors) GetStatus ¶ added in v0.11.1

func (o *PerformVoiceSearchSearchErrors) GetStatus() *int

type PerformVoiceSearchUnauthorized ¶ added in v0.11.2

type PerformVoiceSearchUnauthorized struct {
	Errors []PerformVoiceSearchSearchErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PerformVoiceSearchUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*PerformVoiceSearchUnauthorized) Error ¶ added in v0.11.2

type PostUsersSignInDataAuthenticationErrors ¶ added in v0.11.1

type PostUsersSignInDataAuthenticationErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PostUsersSignInDataAuthenticationErrors) GetCode ¶ added in v0.11.1

func (*PostUsersSignInDataAuthenticationErrors) GetMessage ¶ added in v0.11.1

func (*PostUsersSignInDataAuthenticationErrors) GetStatus ¶ added in v0.11.1

type PostUsersSignInDataBadRequest ¶ added in v0.11.2

type PostUsersSignInDataBadRequest struct {
	Errors []PostUsersSignInDataErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PostUsersSignInDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*PostUsersSignInDataBadRequest) Error ¶ added in v0.11.2

type PostUsersSignInDataErrors ¶ added in v0.11.1

type PostUsersSignInDataErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*PostUsersSignInDataErrors) GetCode ¶ added in v0.11.1

func (o *PostUsersSignInDataErrors) GetCode() *int

func (*PostUsersSignInDataErrors) GetMessage ¶ added in v0.11.1

func (o *PostUsersSignInDataErrors) GetMessage() *string

func (*PostUsersSignInDataErrors) GetStatus ¶ added in v0.11.1

func (o *PostUsersSignInDataErrors) GetStatus() *int

type PostUsersSignInDataUnauthorized ¶ added in v0.11.2

type PostUsersSignInDataUnauthorized struct {
	Errors []PostUsersSignInDataAuthenticationErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

PostUsersSignInDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*PostUsersSignInDataUnauthorized) Error ¶ added in v0.11.2

type SDKError ¶

type SDKError struct {
	Message     string
	StatusCode  int
	Body        string
	RawResponse *http.Response
}

func NewSDKError ¶

func NewSDKError(message string, statusCode int, body string, httpRes *http.Response) *SDKError

func (*SDKError) Error ¶

func (e *SDKError) Error() string

type StartAllTasksBadRequest ¶ added in v0.11.2

type StartAllTasksBadRequest struct {
	Errors []StartAllTasksErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartAllTasksBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StartAllTasksBadRequest) Error ¶ added in v0.11.2

func (e *StartAllTasksBadRequest) Error() string

type StartAllTasksButlerErrors ¶ added in v0.11.1

type StartAllTasksButlerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartAllTasksButlerErrors) GetCode ¶ added in v0.11.1

func (o *StartAllTasksButlerErrors) GetCode() *int

func (*StartAllTasksButlerErrors) GetMessage ¶ added in v0.11.1

func (o *StartAllTasksButlerErrors) GetMessage() *string

func (*StartAllTasksButlerErrors) GetStatus ¶ added in v0.11.1

func (o *StartAllTasksButlerErrors) GetStatus() *int

type StartAllTasksErrors ¶

type StartAllTasksErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartAllTasksErrors) GetCode ¶

func (o *StartAllTasksErrors) GetCode() *int

func (*StartAllTasksErrors) GetMessage ¶

func (o *StartAllTasksErrors) GetMessage() *string

func (*StartAllTasksErrors) GetStatus ¶

func (o *StartAllTasksErrors) GetStatus() *int

type StartAllTasksUnauthorized ¶ added in v0.11.2

type StartAllTasksUnauthorized struct {
	Errors []StartAllTasksButlerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartAllTasksUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StartAllTasksUnauthorized) Error ¶ added in v0.11.2

func (e *StartAllTasksUnauthorized) Error() string

type StartTaskBadRequest ¶ added in v0.11.2

type StartTaskBadRequest struct {
	Errors []StartTaskErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartTaskBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StartTaskBadRequest) Error ¶ added in v0.11.2

func (e *StartTaskBadRequest) Error() string

type StartTaskButlerErrors ¶ added in v0.11.1

type StartTaskButlerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartTaskButlerErrors) GetCode ¶ added in v0.11.1

func (o *StartTaskButlerErrors) GetCode() *int

func (*StartTaskButlerErrors) GetMessage ¶ added in v0.11.1

func (o *StartTaskButlerErrors) GetMessage() *string

func (*StartTaskButlerErrors) GetStatus ¶ added in v0.11.1

func (o *StartTaskButlerErrors) GetStatus() *int

type StartTaskErrors ¶

type StartTaskErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartTaskErrors) GetCode ¶

func (o *StartTaskErrors) GetCode() *int

func (*StartTaskErrors) GetMessage ¶

func (o *StartTaskErrors) GetMessage() *string

func (*StartTaskErrors) GetStatus ¶

func (o *StartTaskErrors) GetStatus() *int

type StartTaskUnauthorized ¶ added in v0.11.2

type StartTaskUnauthorized struct {
	Errors []StartTaskButlerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartTaskUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StartTaskUnauthorized) Error ¶ added in v0.11.2

func (e *StartTaskUnauthorized) Error() string

type StartUniversalTranscodeBadRequest ¶ added in v0.11.2

type StartUniversalTranscodeBadRequest struct {
	Errors []StartUniversalTranscodeErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartUniversalTranscodeBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StartUniversalTranscodeBadRequest) Error ¶ added in v0.11.2

type StartUniversalTranscodeErrors ¶

type StartUniversalTranscodeErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartUniversalTranscodeErrors) GetCode ¶

func (o *StartUniversalTranscodeErrors) GetCode() *int

func (*StartUniversalTranscodeErrors) GetMessage ¶

func (o *StartUniversalTranscodeErrors) GetMessage() *string

func (*StartUniversalTranscodeErrors) GetStatus ¶

func (o *StartUniversalTranscodeErrors) GetStatus() *int

type StartUniversalTranscodeUnauthorized ¶ added in v0.11.2

type StartUniversalTranscodeUnauthorized struct {
	Errors []StartUniversalTranscodeVideoErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StartUniversalTranscodeUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StartUniversalTranscodeUnauthorized) Error ¶ added in v0.11.2

type StartUniversalTranscodeVideoErrors ¶ added in v0.11.1

type StartUniversalTranscodeVideoErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StartUniversalTranscodeVideoErrors) GetCode ¶ added in v0.11.1

func (*StartUniversalTranscodeVideoErrors) GetMessage ¶ added in v0.11.1

func (o *StartUniversalTranscodeVideoErrors) GetMessage() *string

func (*StartUniversalTranscodeVideoErrors) GetStatus ¶ added in v0.11.1

func (o *StartUniversalTranscodeVideoErrors) GetStatus() *int

type StopAllTasksBadRequest ¶ added in v0.11.2

type StopAllTasksBadRequest struct {
	Errors []StopAllTasksErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopAllTasksBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StopAllTasksBadRequest) Error ¶ added in v0.11.2

func (e *StopAllTasksBadRequest) Error() string

type StopAllTasksButlerErrors ¶ added in v0.11.1

type StopAllTasksButlerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopAllTasksButlerErrors) GetCode ¶ added in v0.11.1

func (o *StopAllTasksButlerErrors) GetCode() *int

func (*StopAllTasksButlerErrors) GetMessage ¶ added in v0.11.1

func (o *StopAllTasksButlerErrors) GetMessage() *string

func (*StopAllTasksButlerErrors) GetStatus ¶ added in v0.11.1

func (o *StopAllTasksButlerErrors) GetStatus() *int

type StopAllTasksErrors ¶

type StopAllTasksErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopAllTasksErrors) GetCode ¶

func (o *StopAllTasksErrors) GetCode() *int

func (*StopAllTasksErrors) GetMessage ¶

func (o *StopAllTasksErrors) GetMessage() *string

func (*StopAllTasksErrors) GetStatus ¶

func (o *StopAllTasksErrors) GetStatus() *int

type StopAllTasksUnauthorized ¶ added in v0.11.2

type StopAllTasksUnauthorized struct {
	Errors []StopAllTasksButlerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopAllTasksUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StopAllTasksUnauthorized) Error ¶ added in v0.11.2

func (e *StopAllTasksUnauthorized) Error() string

type StopTaskBadRequest ¶ added in v0.11.2

type StopTaskBadRequest struct {
	Errors []StopTaskErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopTaskBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StopTaskBadRequest) Error ¶ added in v0.11.2

func (e *StopTaskBadRequest) Error() string

type StopTaskButlerErrors ¶ added in v0.11.1

type StopTaskButlerErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopTaskButlerErrors) GetCode ¶ added in v0.11.1

func (o *StopTaskButlerErrors) GetCode() *int

func (*StopTaskButlerErrors) GetMessage ¶ added in v0.11.1

func (o *StopTaskButlerErrors) GetMessage() *string

func (*StopTaskButlerErrors) GetStatus ¶ added in v0.11.1

func (o *StopTaskButlerErrors) GetStatus() *int

type StopTaskErrors ¶

type StopTaskErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopTaskErrors) GetCode ¶

func (o *StopTaskErrors) GetCode() *int

func (*StopTaskErrors) GetMessage ¶

func (o *StopTaskErrors) GetMessage() *string

func (*StopTaskErrors) GetStatus ¶

func (o *StopTaskErrors) GetStatus() *int

type StopTaskUnauthorized ¶ added in v0.11.2

type StopTaskUnauthorized struct {
	Errors []StopTaskButlerErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopTaskUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StopTaskUnauthorized) Error ¶ added in v0.11.2

func (e *StopTaskUnauthorized) Error() string

type StopTranscodeSessionBadRequest ¶ added in v0.11.2

type StopTranscodeSessionBadRequest struct {
	Errors []StopTranscodeSessionErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopTranscodeSessionBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*StopTranscodeSessionBadRequest) Error ¶ added in v0.11.2

type StopTranscodeSessionErrors ¶

type StopTranscodeSessionErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopTranscodeSessionErrors) GetCode ¶

func (o *StopTranscodeSessionErrors) GetCode() *int

func (*StopTranscodeSessionErrors) GetMessage ¶

func (o *StopTranscodeSessionErrors) GetMessage() *string

func (*StopTranscodeSessionErrors) GetStatus ¶

func (o *StopTranscodeSessionErrors) GetStatus() *int

type StopTranscodeSessionSessionsErrors ¶ added in v0.11.1

type StopTranscodeSessionSessionsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*StopTranscodeSessionSessionsErrors) GetCode ¶ added in v0.11.1

func (*StopTranscodeSessionSessionsErrors) GetMessage ¶ added in v0.11.1

func (o *StopTranscodeSessionSessionsErrors) GetMessage() *string

func (*StopTranscodeSessionSessionsErrors) GetStatus ¶ added in v0.11.1

func (o *StopTranscodeSessionSessionsErrors) GetStatus() *int

type StopTranscodeSessionUnauthorized ¶ added in v0.11.2

type StopTranscodeSessionUnauthorized struct {
	Errors []StopTranscodeSessionSessionsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

StopTranscodeSessionUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*StopTranscodeSessionUnauthorized) Error ¶ added in v0.11.2

type UpdatePlayProgressBadRequest ¶ added in v0.11.2

type UpdatePlayProgressBadRequest struct {
	Errors []UpdatePlayProgressErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UpdatePlayProgressBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*UpdatePlayProgressBadRequest) Error ¶ added in v0.11.2

type UpdatePlayProgressErrors ¶

type UpdatePlayProgressErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UpdatePlayProgressErrors) GetCode ¶

func (o *UpdatePlayProgressErrors) GetCode() *int

func (*UpdatePlayProgressErrors) GetMessage ¶

func (o *UpdatePlayProgressErrors) GetMessage() *string

func (*UpdatePlayProgressErrors) GetStatus ¶

func (o *UpdatePlayProgressErrors) GetStatus() *int

type UpdatePlayProgressMediaErrors ¶ added in v0.11.1

type UpdatePlayProgressMediaErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UpdatePlayProgressMediaErrors) GetCode ¶ added in v0.11.1

func (o *UpdatePlayProgressMediaErrors) GetCode() *int

func (*UpdatePlayProgressMediaErrors) GetMessage ¶ added in v0.11.1

func (o *UpdatePlayProgressMediaErrors) GetMessage() *string

func (*UpdatePlayProgressMediaErrors) GetStatus ¶ added in v0.11.1

func (o *UpdatePlayProgressMediaErrors) GetStatus() *int

type UpdatePlayProgressUnauthorized ¶ added in v0.11.2

type UpdatePlayProgressUnauthorized struct {
	Errors []UpdatePlayProgressMediaErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UpdatePlayProgressUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*UpdatePlayProgressUnauthorized) Error ¶ added in v0.11.2

type UpdatePlaylistBadRequest ¶ added in v0.11.2

type UpdatePlaylistBadRequest struct {
	Errors []UpdatePlaylistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UpdatePlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*UpdatePlaylistBadRequest) Error ¶ added in v0.11.2

func (e *UpdatePlaylistBadRequest) Error() string

type UpdatePlaylistErrors ¶

type UpdatePlaylistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UpdatePlaylistErrors) GetCode ¶

func (o *UpdatePlaylistErrors) GetCode() *int

func (*UpdatePlaylistErrors) GetMessage ¶

func (o *UpdatePlaylistErrors) GetMessage() *string

func (*UpdatePlaylistErrors) GetStatus ¶

func (o *UpdatePlaylistErrors) GetStatus() *int

type UpdatePlaylistPlaylistsErrors ¶ added in v0.11.1

type UpdatePlaylistPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UpdatePlaylistPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *UpdatePlaylistPlaylistsErrors) GetCode() *int

func (*UpdatePlaylistPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *UpdatePlaylistPlaylistsErrors) GetMessage() *string

func (*UpdatePlaylistPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *UpdatePlaylistPlaylistsErrors) GetStatus() *int

type UpdatePlaylistUnauthorized ¶ added in v0.11.2

type UpdatePlaylistUnauthorized struct {
	Errors []UpdatePlaylistPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UpdatePlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*UpdatePlaylistUnauthorized) Error ¶ added in v0.11.2

type UploadPlaylistBadRequest ¶ added in v0.11.2

type UploadPlaylistBadRequest struct {
	Errors []UploadPlaylistErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UploadPlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.

func (*UploadPlaylistBadRequest) Error ¶ added in v0.11.2

func (e *UploadPlaylistBadRequest) Error() string

type UploadPlaylistErrors ¶

type UploadPlaylistErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UploadPlaylistErrors) GetCode ¶

func (o *UploadPlaylistErrors) GetCode() *int

func (*UploadPlaylistErrors) GetMessage ¶

func (o *UploadPlaylistErrors) GetMessage() *string

func (*UploadPlaylistErrors) GetStatus ¶

func (o *UploadPlaylistErrors) GetStatus() *int

type UploadPlaylistPlaylistsErrors ¶ added in v0.11.1

type UploadPlaylistPlaylistsErrors struct {
	Code    *int    `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int    `json:"status,omitempty"`
}

func (*UploadPlaylistPlaylistsErrors) GetCode ¶ added in v0.11.1

func (o *UploadPlaylistPlaylistsErrors) GetCode() *int

func (*UploadPlaylistPlaylistsErrors) GetMessage ¶ added in v0.11.1

func (o *UploadPlaylistPlaylistsErrors) GetMessage() *string

func (*UploadPlaylistPlaylistsErrors) GetStatus ¶ added in v0.11.1

func (o *UploadPlaylistPlaylistsErrors) GetStatus() *int

type UploadPlaylistUnauthorized ¶ added in v0.11.2

type UploadPlaylistUnauthorized struct {
	Errors []UploadPlaylistPlaylistsErrors `json:"errors,omitempty"`
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response `json:"-"`
}

UploadPlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*UploadPlaylistUnauthorized) Error ¶ added in v0.11.2

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL