sdkerrors

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2024 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 AddPlaylistContentsErrors

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

func (*AddPlaylistContentsErrors) GetCode

func (o *AddPlaylistContentsErrors) GetCode() *int64

func (*AddPlaylistContentsErrors) GetMessage

func (o *AddPlaylistContentsErrors) GetMessage() *string

func (*AddPlaylistContentsErrors) GetStatus

func (o *AddPlaylistContentsErrors) GetStatus() *int64

type AddPlaylistContentsPlaylistsErrors added in v0.11.1

type AddPlaylistContentsPlaylistsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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() *int64

type AddPlaylistContentsPlaylistsResponseBody added in v0.11.1

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

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

func (*AddPlaylistContentsPlaylistsResponseBody) Error added in v0.11.1

type AddPlaylistContentsResponseBody

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

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

func (*AddPlaylistContentsResponseBody) Error

type ApplyUpdatesErrors

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

func (*ApplyUpdatesErrors) GetCode

func (o *ApplyUpdatesErrors) GetCode() *int64

func (*ApplyUpdatesErrors) GetMessage

func (o *ApplyUpdatesErrors) GetMessage() *string

func (*ApplyUpdatesErrors) GetStatus

func (o *ApplyUpdatesErrors) GetStatus() *int64

type ApplyUpdatesResponseBody

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

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

func (*ApplyUpdatesResponseBody) Error

func (e *ApplyUpdatesResponseBody) Error() string

type ApplyUpdatesUpdaterErrors added in v0.11.1

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

func (*ApplyUpdatesUpdaterErrors) GetCode added in v0.11.1

func (o *ApplyUpdatesUpdaterErrors) GetCode() *int64

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() *int64

type ApplyUpdatesUpdaterResponseBody added in v0.11.1

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

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

func (*ApplyUpdatesUpdaterResponseBody) Error added in v0.11.1

type CancelServerActivitiesActivitiesErrors added in v0.11.1

type CancelServerActivitiesActivitiesErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 CancelServerActivitiesActivitiesResponseBody added in v0.11.1

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

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

func (*CancelServerActivitiesActivitiesResponseBody) Error added in v0.11.1

type CancelServerActivitiesErrors

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

func (*CancelServerActivitiesErrors) GetCode

func (o *CancelServerActivitiesErrors) GetCode() *int64

func (*CancelServerActivitiesErrors) GetMessage

func (o *CancelServerActivitiesErrors) GetMessage() *string

func (*CancelServerActivitiesErrors) GetStatus

func (o *CancelServerActivitiesErrors) GetStatus() *int64

type CancelServerActivitiesResponseBody

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

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

func (*CancelServerActivitiesResponseBody) Error

type CheckForUpdatesErrors

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

func (*CheckForUpdatesErrors) GetCode

func (o *CheckForUpdatesErrors) GetCode() *int64

func (*CheckForUpdatesErrors) GetMessage

func (o *CheckForUpdatesErrors) GetMessage() *string

func (*CheckForUpdatesErrors) GetStatus

func (o *CheckForUpdatesErrors) GetStatus() *int64

type CheckForUpdatesResponseBody

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

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

func (*CheckForUpdatesResponseBody) Error

type CheckForUpdatesUpdaterErrors added in v0.11.1

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

func (*CheckForUpdatesUpdaterErrors) GetCode added in v0.11.1

func (o *CheckForUpdatesUpdaterErrors) GetCode() *int64

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() *int64

type CheckForUpdatesUpdaterResponseBody added in v0.11.1

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

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

func (*CheckForUpdatesUpdaterResponseBody) Error added in v0.11.1

type ClearPlaylistContentsErrors

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

func (*ClearPlaylistContentsErrors) GetCode

func (o *ClearPlaylistContentsErrors) GetCode() *int64

func (*ClearPlaylistContentsErrors) GetMessage

func (o *ClearPlaylistContentsErrors) GetMessage() *string

func (*ClearPlaylistContentsErrors) GetStatus

func (o *ClearPlaylistContentsErrors) GetStatus() *int64

type ClearPlaylistContentsPlaylistsErrors added in v0.11.1

type ClearPlaylistContentsPlaylistsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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

type ClearPlaylistContentsPlaylistsResponseBody added in v0.11.1

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

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

func (*ClearPlaylistContentsPlaylistsResponseBody) Error added in v0.11.1

type ClearPlaylistContentsResponseBody

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

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

func (*ClearPlaylistContentsResponseBody) Error

type CreatePlaylistErrors

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

func (*CreatePlaylistErrors) GetCode

func (o *CreatePlaylistErrors) GetCode() *int64

func (*CreatePlaylistErrors) GetMessage

func (o *CreatePlaylistErrors) GetMessage() *string

func (*CreatePlaylistErrors) GetStatus

func (o *CreatePlaylistErrors) GetStatus() *int64

type CreatePlaylistPlaylistsErrors added in v0.11.1

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

func (*CreatePlaylistPlaylistsErrors) GetCode added in v0.11.1

func (o *CreatePlaylistPlaylistsErrors) GetCode() *int64

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() *int64

type CreatePlaylistPlaylistsResponseBody added in v0.11.1

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

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

func (*CreatePlaylistPlaylistsResponseBody) Error added in v0.11.1

type CreatePlaylistResponseBody

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

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

func (*CreatePlaylistResponseBody) Error

type DeleteLibraryErrors

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

func (*DeleteLibraryErrors) GetCode

func (o *DeleteLibraryErrors) GetCode() *int64

func (*DeleteLibraryErrors) GetMessage

func (o *DeleteLibraryErrors) GetMessage() *string

func (*DeleteLibraryErrors) GetStatus

func (o *DeleteLibraryErrors) GetStatus() *int64

type DeleteLibraryLibraryErrors added in v0.11.1

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

func (*DeleteLibraryLibraryErrors) GetCode added in v0.11.1

func (o *DeleteLibraryLibraryErrors) GetCode() *int64

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() *int64

type DeleteLibraryLibraryResponseBody added in v0.11.1

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

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

func (*DeleteLibraryLibraryResponseBody) Error added in v0.11.1

type DeleteLibraryResponseBody

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

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

func (*DeleteLibraryResponseBody) Error

func (e *DeleteLibraryResponseBody) Error() string

type DeletePlaylistErrors

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

func (*DeletePlaylistErrors) GetCode

func (o *DeletePlaylistErrors) GetCode() *int64

func (*DeletePlaylistErrors) GetMessage

func (o *DeletePlaylistErrors) GetMessage() *string

func (*DeletePlaylistErrors) GetStatus

func (o *DeletePlaylistErrors) GetStatus() *int64

type DeletePlaylistPlaylistsErrors added in v0.11.1

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

func (*DeletePlaylistPlaylistsErrors) GetCode added in v0.11.1

func (o *DeletePlaylistPlaylistsErrors) GetCode() *int64

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() *int64

type DeletePlaylistPlaylistsResponseBody added in v0.11.1

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

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

func (*DeletePlaylistPlaylistsResponseBody) Error added in v0.11.1

type DeletePlaylistResponseBody

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

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

func (*DeletePlaylistResponseBody) Error

type EnablePaperTrailErrors

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

func (*EnablePaperTrailErrors) GetCode

func (o *EnablePaperTrailErrors) GetCode() *int64

func (*EnablePaperTrailErrors) GetMessage

func (o *EnablePaperTrailErrors) GetMessage() *string

func (*EnablePaperTrailErrors) GetStatus

func (o *EnablePaperTrailErrors) GetStatus() *int64

type EnablePaperTrailLogErrors added in v0.11.1

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

func (*EnablePaperTrailLogErrors) GetCode added in v0.11.1

func (o *EnablePaperTrailLogErrors) GetCode() *int64

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() *int64

type EnablePaperTrailLogResponseBody added in v0.11.1

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

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

func (*EnablePaperTrailLogResponseBody) Error added in v0.11.1

type EnablePaperTrailResponseBody

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

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

func (*EnablePaperTrailResponseBody) Error

type Errors

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

func (*Errors) GetCode

func (o *Errors) GetCode() *int64

func (*Errors) GetMessage

func (o *Errors) GetMessage() *string

func (*Errors) GetStatus

func (o *Errors) GetStatus() *int64

type GetAllLibrariesErrors added in v0.11.1

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

func (*GetAllLibrariesErrors) GetCode added in v0.11.1

func (o *GetAllLibrariesErrors) GetCode() *int64

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() *int64

type GetAllLibrariesLibraryErrors added in v0.11.1

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

func (*GetAllLibrariesLibraryErrors) GetCode added in v0.11.1

func (o *GetAllLibrariesLibraryErrors) GetCode() *int64

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() *int64

type GetAllLibrariesLibraryResponseBody added in v0.11.1

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

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

func (*GetAllLibrariesLibraryResponseBody) Error added in v0.11.1

type GetAllLibrariesResponseBody added in v0.11.1

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

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

func (*GetAllLibrariesResponseBody) Error added in v0.11.1

type GetAvailableClientsErrors

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

func (*GetAvailableClientsErrors) GetCode

func (o *GetAvailableClientsErrors) GetCode() *int64

func (*GetAvailableClientsErrors) GetMessage

func (o *GetAvailableClientsErrors) GetMessage() *string

func (*GetAvailableClientsErrors) GetStatus

func (o *GetAvailableClientsErrors) GetStatus() *int64

type GetAvailableClientsResponseBody

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

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

func (*GetAvailableClientsResponseBody) Error

type GetAvailableClientsServerErrors added in v0.11.1

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

func (*GetAvailableClientsServerErrors) GetCode added in v0.11.1

func (o *GetAvailableClientsServerErrors) GetCode() *int64

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() *int64

type GetAvailableClientsServerResponseBody added in v0.11.1

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

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

func (*GetAvailableClientsServerResponseBody) Error added in v0.11.1

type GetBandwidthStatisticsErrors added in v0.10.0

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

func (*GetBandwidthStatisticsErrors) GetCode added in v0.10.0

func (o *GetBandwidthStatisticsErrors) GetCode() *int64

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() *int64

type GetBandwidthStatisticsResponseBody added in v0.10.0

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

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

func (*GetBandwidthStatisticsResponseBody) Error added in v0.10.0

type GetBandwidthStatisticsStatisticsErrors added in v0.11.1

type GetBandwidthStatisticsStatisticsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 GetBandwidthStatisticsStatisticsResponseBody added in v0.11.1

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

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

func (*GetBandwidthStatisticsStatisticsResponseBody) Error added in v0.11.1

type GetBannerImageErrors added in v0.11.1

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

func (*GetBannerImageErrors) GetCode added in v0.11.1

func (o *GetBannerImageErrors) GetCode() *int64

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() *int64

type GetBannerImageMediaErrors added in v0.11.1

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

func (*GetBannerImageMediaErrors) GetCode added in v0.11.1

func (o *GetBannerImageMediaErrors) GetCode() *int64

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() *int64

type GetBannerImageMediaResponseBody added in v0.11.1

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

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

func (*GetBannerImageMediaResponseBody) Error added in v0.11.1

type GetBannerImageResponseBody added in v0.11.1

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

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

func (*GetBannerImageResponseBody) Error added in v0.11.1

type GetButlerTasksButlerErrors added in v0.11.1

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

func (*GetButlerTasksButlerErrors) GetCode added in v0.11.1

func (o *GetButlerTasksButlerErrors) GetCode() *int64

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() *int64

type GetButlerTasksButlerResponseBody added in v0.11.1

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

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

func (*GetButlerTasksButlerResponseBody) Error added in v0.11.1

type GetButlerTasksErrors

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

func (*GetButlerTasksErrors) GetCode

func (o *GetButlerTasksErrors) GetCode() *int64

func (*GetButlerTasksErrors) GetMessage

func (o *GetButlerTasksErrors) GetMessage() *string

func (*GetButlerTasksErrors) GetStatus

func (o *GetButlerTasksErrors) GetStatus() *int64

type GetButlerTasksResponseBody

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

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

func (*GetButlerTasksResponseBody) Error

type GetCompanionsDataErrors added in v0.11.1

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

func (*GetCompanionsDataErrors) GetCode added in v0.11.1

func (o *GetCompanionsDataErrors) GetCode() *int64

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() *int64

type GetCompanionsDataPlexErrors added in v0.11.1

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

func (*GetCompanionsDataPlexErrors) GetCode added in v0.11.1

func (o *GetCompanionsDataPlexErrors) GetCode() *int64

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() *int64

type GetCompanionsDataPlexResponseBody added in v0.11.1

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

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

func (*GetCompanionsDataPlexResponseBody) Error added in v0.11.1

type GetCompanionsDataResponseBody added in v0.11.1

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

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

func (*GetCompanionsDataResponseBody) Error added in v0.11.1

type GetDevicesErrors

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

func (*GetDevicesErrors) GetCode

func (o *GetDevicesErrors) GetCode() *int64

func (*GetDevicesErrors) GetMessage

func (o *GetDevicesErrors) GetMessage() *string

func (*GetDevicesErrors) GetStatus

func (o *GetDevicesErrors) GetStatus() *int64

type GetDevicesResponseBody

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

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

func (*GetDevicesResponseBody) Error

func (e *GetDevicesResponseBody) Error() string

type GetDevicesServerErrors added in v0.11.1

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

func (*GetDevicesServerErrors) GetCode added in v0.11.1

func (o *GetDevicesServerErrors) GetCode() *int64

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() *int64

type GetDevicesServerResponseBody added in v0.11.1

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

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

func (*GetDevicesServerResponseBody) Error added in v0.11.1

type GetFileHashErrors

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

func (*GetFileHashErrors) GetCode

func (o *GetFileHashErrors) GetCode() *int64

func (*GetFileHashErrors) GetMessage

func (o *GetFileHashErrors) GetMessage() *string

func (*GetFileHashErrors) GetStatus

func (o *GetFileHashErrors) GetStatus() *int64

type GetFileHashLibraryErrors added in v0.11.1

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

func (*GetFileHashLibraryErrors) GetCode added in v0.11.1

func (o *GetFileHashLibraryErrors) GetCode() *int64

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() *int64

type GetFileHashLibraryResponseBody added in v0.11.1

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

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

func (*GetFileHashLibraryResponseBody) Error added in v0.11.1

type GetFileHashResponseBody

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

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

func (*GetFileHashResponseBody) Error

func (e *GetFileHashResponseBody) Error() string

type GetGeoDataErrors added in v0.11.1

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

func (*GetGeoDataErrors) GetCode added in v0.11.1

func (o *GetGeoDataErrors) GetCode() *int64

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() *int64

type GetGeoDataPlexErrors added in v0.11.1

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

func (*GetGeoDataPlexErrors) GetCode added in v0.11.1

func (o *GetGeoDataPlexErrors) GetCode() *int64

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() *int64

type GetGeoDataPlexResponseBody added in v0.11.1

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

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

func (*GetGeoDataPlexResponseBody) Error added in v0.11.1

type GetGeoDataResponseBody added in v0.11.1

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

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

func (*GetGeoDataResponseBody) Error added in v0.11.1

func (e *GetGeoDataResponseBody) Error() string

type GetGlobalHubsErrors

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

func (*GetGlobalHubsErrors) GetCode

func (o *GetGlobalHubsErrors) GetCode() *int64

func (*GetGlobalHubsErrors) GetMessage

func (o *GetGlobalHubsErrors) GetMessage() *string

func (*GetGlobalHubsErrors) GetStatus

func (o *GetGlobalHubsErrors) GetStatus() *int64

type GetGlobalHubsHubsErrors added in v0.11.1

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

func (*GetGlobalHubsHubsErrors) GetCode added in v0.11.1

func (o *GetGlobalHubsHubsErrors) GetCode() *int64

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() *int64

type GetGlobalHubsHubsResponseBody added in v0.11.1

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

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

func (*GetGlobalHubsHubsResponseBody) Error added in v0.11.1

type GetGlobalHubsResponseBody

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

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

func (*GetGlobalHubsResponseBody) Error

func (e *GetGlobalHubsResponseBody) Error() string

type GetHomeDataErrors added in v0.9.0

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

func (*GetHomeDataErrors) GetCode added in v0.9.0

func (o *GetHomeDataErrors) GetCode() *int64

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() *int64

type GetHomeDataPlexErrors added in v0.11.1

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

func (*GetHomeDataPlexErrors) GetCode added in v0.11.1

func (o *GetHomeDataPlexErrors) GetCode() *int64

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() *int64

type GetHomeDataPlexResponseBody added in v0.11.1

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

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

func (*GetHomeDataPlexResponseBody) Error added in v0.11.1

type GetHomeDataResponseBody added in v0.9.0

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

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

func (*GetHomeDataResponseBody) Error added in v0.9.0

func (e *GetHomeDataResponseBody) Error() string

type GetLibraryDetailsErrors added in v0.11.1

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

func (*GetLibraryDetailsErrors) GetCode added in v0.11.1

func (o *GetLibraryDetailsErrors) GetCode() *int64

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() *int64

type GetLibraryDetailsLibraryErrors added in v0.11.1

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

func (*GetLibraryDetailsLibraryErrors) GetCode added in v0.11.1

func (o *GetLibraryDetailsLibraryErrors) GetCode() *int64

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() *int64

type GetLibraryDetailsLibraryResponseBody added in v0.11.1

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

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

func (*GetLibraryDetailsLibraryResponseBody) Error added in v0.11.1

type GetLibraryDetailsResponseBody added in v0.11.1

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

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

func (*GetLibraryDetailsResponseBody) Error added in v0.11.1

type GetLibraryHubsErrors

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

func (*GetLibraryHubsErrors) GetCode

func (o *GetLibraryHubsErrors) GetCode() *int64

func (*GetLibraryHubsErrors) GetMessage

func (o *GetLibraryHubsErrors) GetMessage() *string

func (*GetLibraryHubsErrors) GetStatus

func (o *GetLibraryHubsErrors) GetStatus() *int64

type GetLibraryHubsHubsErrors added in v0.11.1

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

func (*GetLibraryHubsHubsErrors) GetCode added in v0.11.1

func (o *GetLibraryHubsHubsErrors) GetCode() *int64

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() *int64

type GetLibraryHubsHubsResponseBody added in v0.11.1

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

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

func (*GetLibraryHubsHubsResponseBody) Error added in v0.11.1

type GetLibraryHubsResponseBody

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

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

func (*GetLibraryHubsResponseBody) Error

type GetLibraryItemsErrors

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

func (*GetLibraryItemsErrors) GetCode

func (o *GetLibraryItemsErrors) GetCode() *int64

func (*GetLibraryItemsErrors) GetMessage

func (o *GetLibraryItemsErrors) GetMessage() *string

func (*GetLibraryItemsErrors) GetStatus

func (o *GetLibraryItemsErrors) GetStatus() *int64

type GetLibraryItemsLibraryErrors added in v0.11.1

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

func (*GetLibraryItemsLibraryErrors) GetCode added in v0.11.1

func (o *GetLibraryItemsLibraryErrors) GetCode() *int64

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() *int64

type GetLibraryItemsLibraryResponseBody added in v0.11.1

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

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

func (*GetLibraryItemsLibraryResponseBody) Error added in v0.11.1

type GetLibraryItemsResponseBody

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

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

func (*GetLibraryItemsResponseBody) Error

type GetMediaProvidersErrors added in v0.11.1

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

func (*GetMediaProvidersErrors) GetCode added in v0.11.1

func (o *GetMediaProvidersErrors) GetCode() *int64

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() *int64

type GetMediaProvidersResponseBody added in v0.11.1

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

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

func (*GetMediaProvidersResponseBody) Error added in v0.11.1

type GetMediaProvidersServerErrors added in v0.11.1

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

func (*GetMediaProvidersServerErrors) GetCode added in v0.11.1

func (o *GetMediaProvidersServerErrors) GetCode() *int64

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() *int64

type GetMediaProvidersServerResponseBody added in v0.11.1

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

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

func (*GetMediaProvidersServerResponseBody) Error added in v0.11.1

type GetMetaDataByRatingKeyErrors added in v0.11.1

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

func (*GetMetaDataByRatingKeyErrors) GetCode added in v0.11.1

func (o *GetMetaDataByRatingKeyErrors) GetCode() *int64

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() *int64

type GetMetaDataByRatingKeyLibraryErrors added in v0.11.1

type GetMetaDataByRatingKeyLibraryErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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

type GetMetaDataByRatingKeyLibraryResponseBody added in v0.11.1

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

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

func (*GetMetaDataByRatingKeyLibraryResponseBody) Error added in v0.11.1

type GetMetaDataByRatingKeyResponseBody added in v0.11.1

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

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

func (*GetMetaDataByRatingKeyResponseBody) Error added in v0.11.1

type GetMetadataChildrenErrors

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

func (*GetMetadataChildrenErrors) GetCode

func (o *GetMetadataChildrenErrors) GetCode() *int64

func (*GetMetadataChildrenErrors) GetMessage

func (o *GetMetadataChildrenErrors) GetMessage() *string

func (*GetMetadataChildrenErrors) GetStatus

func (o *GetMetadataChildrenErrors) GetStatus() *int64

type GetMetadataChildrenLibraryErrors added in v0.11.1

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

func (*GetMetadataChildrenLibraryErrors) GetCode added in v0.11.1

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() *int64

type GetMetadataChildrenLibraryResponseBody added in v0.11.1

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

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

func (*GetMetadataChildrenLibraryResponseBody) Error added in v0.11.1

type GetMetadataChildrenResponseBody

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

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

func (*GetMetadataChildrenResponseBody) Error

type GetMyPlexAccountErrors

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

func (*GetMyPlexAccountErrors) GetCode

func (o *GetMyPlexAccountErrors) GetCode() *int64

func (*GetMyPlexAccountErrors) GetMessage

func (o *GetMyPlexAccountErrors) GetMessage() *string

func (*GetMyPlexAccountErrors) GetStatus

func (o *GetMyPlexAccountErrors) GetStatus() *int64

type GetMyPlexAccountResponseBody

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

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

func (*GetMyPlexAccountResponseBody) Error

type GetMyPlexAccountServerErrors added in v0.11.1

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

func (*GetMyPlexAccountServerErrors) GetCode added in v0.11.1

func (o *GetMyPlexAccountServerErrors) GetCode() *int64

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() *int64

type GetMyPlexAccountServerResponseBody added in v0.11.1

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

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

func (*GetMyPlexAccountServerResponseBody) Error added in v0.11.1

type GetOnDeckErrors

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

func (*GetOnDeckErrors) GetCode

func (o *GetOnDeckErrors) GetCode() *int64

func (*GetOnDeckErrors) GetMessage

func (o *GetOnDeckErrors) GetMessage() *string

func (*GetOnDeckErrors) GetStatus

func (o *GetOnDeckErrors) GetStatus() *int64

type GetOnDeckLibraryErrors added in v0.11.1

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

func (*GetOnDeckLibraryErrors) GetCode added in v0.11.1

func (o *GetOnDeckLibraryErrors) GetCode() *int64

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() *int64

type GetOnDeckLibraryResponseBody added in v0.11.1

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

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

func (*GetOnDeckLibraryResponseBody) Error added in v0.11.1

type GetOnDeckResponseBody

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

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

func (*GetOnDeckResponseBody) Error

func (e *GetOnDeckResponseBody) Error() string

type GetPinErrors added in v0.2.0

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

func (*GetPinErrors) GetCode added in v0.2.0

func (o *GetPinErrors) GetCode() *int64

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() *int64

type GetPinResponseBody added in v0.2.0

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

GetPinResponseBody - Bad Request response when the X-Plex-Client-Identifier is missing

func (*GetPinResponseBody) Error added in v0.2.0

func (e *GetPinResponseBody) Error() string

type GetPlaylistContentsErrors

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

func (*GetPlaylistContentsErrors) GetCode

func (o *GetPlaylistContentsErrors) GetCode() *int64

func (*GetPlaylistContentsErrors) GetMessage

func (o *GetPlaylistContentsErrors) GetMessage() *string

func (*GetPlaylistContentsErrors) GetStatus

func (o *GetPlaylistContentsErrors) GetStatus() *int64

type GetPlaylistContentsPlaylistsErrors added in v0.11.1

type GetPlaylistContentsPlaylistsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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() *int64

type GetPlaylistContentsPlaylistsResponseBody added in v0.11.1

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

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

func (*GetPlaylistContentsPlaylistsResponseBody) Error added in v0.11.1

type GetPlaylistContentsResponseBody

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

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

func (*GetPlaylistContentsResponseBody) Error

type GetPlaylistErrors

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

func (*GetPlaylistErrors) GetCode

func (o *GetPlaylistErrors) GetCode() *int64

func (*GetPlaylistErrors) GetMessage

func (o *GetPlaylistErrors) GetMessage() *string

func (*GetPlaylistErrors) GetStatus

func (o *GetPlaylistErrors) GetStatus() *int64

type GetPlaylistPlaylistsErrors added in v0.11.1

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

func (*GetPlaylistPlaylistsErrors) GetCode added in v0.11.1

func (o *GetPlaylistPlaylistsErrors) GetCode() *int64

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() *int64

type GetPlaylistPlaylistsResponseBody added in v0.11.1

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

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

func (*GetPlaylistPlaylistsResponseBody) Error added in v0.11.1

type GetPlaylistResponseBody

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

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

func (*GetPlaylistResponseBody) Error

func (e *GetPlaylistResponseBody) Error() string

type GetPlaylistsErrors

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

func (*GetPlaylistsErrors) GetCode

func (o *GetPlaylistsErrors) GetCode() *int64

func (*GetPlaylistsErrors) GetMessage

func (o *GetPlaylistsErrors) GetMessage() *string

func (*GetPlaylistsErrors) GetStatus

func (o *GetPlaylistsErrors) GetStatus() *int64

type GetPlaylistsPlaylistsErrors added in v0.11.1

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

func (*GetPlaylistsPlaylistsErrors) GetCode added in v0.11.1

func (o *GetPlaylistsPlaylistsErrors) GetCode() *int64

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() *int64

type GetPlaylistsPlaylistsResponseBody added in v0.11.1

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

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

func (*GetPlaylistsPlaylistsResponseBody) Error added in v0.11.1

type GetPlaylistsResponseBody

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

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

func (*GetPlaylistsResponseBody) Error

func (e *GetPlaylistsResponseBody) Error() string

type GetRecentlyAddedErrors

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

func (*GetRecentlyAddedErrors) GetCode

func (o *GetRecentlyAddedErrors) GetCode() *int64

func (*GetRecentlyAddedErrors) GetMessage

func (o *GetRecentlyAddedErrors) GetMessage() *string

func (*GetRecentlyAddedErrors) GetStatus

func (o *GetRecentlyAddedErrors) GetStatus() *int64

type GetRecentlyAddedLibraryErrors added in v0.11.1

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

func (*GetRecentlyAddedLibraryErrors) GetCode added in v0.11.1

func (o *GetRecentlyAddedLibraryErrors) GetCode() *int64

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() *int64

type GetRecentlyAddedLibraryResponseBody added in v0.11.1

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

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

func (*GetRecentlyAddedLibraryResponseBody) Error added in v0.11.1

type GetRecentlyAddedResponseBody

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

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

func (*GetRecentlyAddedResponseBody) Error

type GetRefreshLibraryMetadataErrors added in v0.11.1

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

func (*GetRefreshLibraryMetadataErrors) GetCode added in v0.11.1

func (o *GetRefreshLibraryMetadataErrors) GetCode() *int64

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() *int64

type GetRefreshLibraryMetadataLibraryErrors added in v0.11.1

type GetRefreshLibraryMetadataLibraryErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 GetRefreshLibraryMetadataLibraryResponseBody added in v0.11.1

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

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

func (*GetRefreshLibraryMetadataLibraryResponseBody) Error added in v0.11.1

type GetRefreshLibraryMetadataResponseBody added in v0.11.1

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

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

func (*GetRefreshLibraryMetadataResponseBody) Error added in v0.11.1

type GetResizedPhotoErrors

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

func (*GetResizedPhotoErrors) GetCode

func (o *GetResizedPhotoErrors) GetCode() *int64

func (*GetResizedPhotoErrors) GetMessage

func (o *GetResizedPhotoErrors) GetMessage() *string

func (*GetResizedPhotoErrors) GetStatus

func (o *GetResizedPhotoErrors) GetStatus() *int64

type GetResizedPhotoResponseBody

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

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

func (*GetResizedPhotoResponseBody) Error

type GetResizedPhotoServerErrors added in v0.11.1

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

func (*GetResizedPhotoServerErrors) GetCode added in v0.11.1

func (o *GetResizedPhotoServerErrors) GetCode() *int64

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() *int64

type GetResizedPhotoServerResponseBody added in v0.11.1

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

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

func (*GetResizedPhotoServerResponseBody) Error added in v0.11.1

type GetResourcesStatisticsErrors added in v0.10.0

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

func (*GetResourcesStatisticsErrors) GetCode added in v0.10.0

func (o *GetResourcesStatisticsErrors) GetCode() *int64

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() *int64

type GetResourcesStatisticsResponseBody added in v0.10.0

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

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

func (*GetResourcesStatisticsResponseBody) Error added in v0.10.0

type GetResourcesStatisticsStatisticsErrors added in v0.11.1

type GetResourcesStatisticsStatisticsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 GetResourcesStatisticsStatisticsResponseBody added in v0.11.1

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

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

func (*GetResourcesStatisticsStatisticsResponseBody) Error added in v0.11.1

type GetSearchLibraryErrors added in v0.11.1

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

func (*GetSearchLibraryErrors) GetCode added in v0.11.1

func (o *GetSearchLibraryErrors) GetCode() *int64

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() *int64

type GetSearchLibraryLibraryErrors added in v0.11.1

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

func (*GetSearchLibraryLibraryErrors) GetCode added in v0.11.1

func (o *GetSearchLibraryLibraryErrors) GetCode() *int64

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() *int64

type GetSearchLibraryLibraryResponseBody added in v0.11.1

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

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

func (*GetSearchLibraryLibraryResponseBody) Error added in v0.11.1

type GetSearchLibraryResponseBody added in v0.11.1

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

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

func (*GetSearchLibraryResponseBody) Error added in v0.11.1

type GetSearchResultsErrors

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

func (*GetSearchResultsErrors) GetCode

func (o *GetSearchResultsErrors) GetCode() *int64

func (*GetSearchResultsErrors) GetMessage

func (o *GetSearchResultsErrors) GetMessage() *string

func (*GetSearchResultsErrors) GetStatus

func (o *GetSearchResultsErrors) GetStatus() *int64

type GetSearchResultsResponseBody

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

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

func (*GetSearchResultsResponseBody) Error

type GetSearchResultsSearchErrors added in v0.11.1

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

func (*GetSearchResultsSearchErrors) GetCode added in v0.11.1

func (o *GetSearchResultsSearchErrors) GetCode() *int64

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() *int64

type GetSearchResultsSearchResponseBody added in v0.11.1

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

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

func (*GetSearchResultsSearchResponseBody) Error added in v0.11.1

type GetServerActivitiesActivitiesErrors added in v0.11.1

type GetServerActivitiesActivitiesErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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

type GetServerActivitiesActivitiesResponseBody added in v0.11.1

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

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

func (*GetServerActivitiesActivitiesResponseBody) Error added in v0.11.1

type GetServerActivitiesErrors

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

func (*GetServerActivitiesErrors) GetCode

func (o *GetServerActivitiesErrors) GetCode() *int64

func (*GetServerActivitiesErrors) GetMessage

func (o *GetServerActivitiesErrors) GetMessage() *string

func (*GetServerActivitiesErrors) GetStatus

func (o *GetServerActivitiesErrors) GetStatus() *int64

type GetServerActivitiesResponseBody

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

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

func (*GetServerActivitiesResponseBody) Error

type GetServerCapabilitiesErrors added in v0.11.1

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

func (*GetServerCapabilitiesErrors) GetCode added in v0.11.1

func (o *GetServerCapabilitiesErrors) GetCode() *int64

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() *int64

type GetServerCapabilitiesResponseBody

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

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

func (*GetServerCapabilitiesResponseBody) Error

type GetServerCapabilitiesServerResponseBody added in v0.11.1

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

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

func (*GetServerCapabilitiesServerResponseBody) Error added in v0.11.1

type GetServerIdentityResponseBody

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

GetServerIdentityResponseBody - Request Timeout

func (*GetServerIdentityResponseBody) Error

type GetServerListErrors

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

func (*GetServerListErrors) GetCode

func (o *GetServerListErrors) GetCode() *int64

func (*GetServerListErrors) GetMessage

func (o *GetServerListErrors) GetMessage() *string

func (*GetServerListErrors) GetStatus

func (o *GetServerListErrors) GetStatus() *int64

type GetServerListResponseBody

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

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

func (*GetServerListResponseBody) Error

func (e *GetServerListResponseBody) Error() string

type GetServerListServerErrors added in v0.11.1

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

func (*GetServerListServerErrors) GetCode added in v0.11.1

func (o *GetServerListServerErrors) GetCode() *int64

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() *int64

type GetServerListServerResponseBody added in v0.11.1

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

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

func (*GetServerListServerResponseBody) Error added in v0.11.1

type GetServerPreferencesErrors

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

func (*GetServerPreferencesErrors) GetCode

func (o *GetServerPreferencesErrors) GetCode() *int64

func (*GetServerPreferencesErrors) GetMessage

func (o *GetServerPreferencesErrors) GetMessage() *string

func (*GetServerPreferencesErrors) GetStatus

func (o *GetServerPreferencesErrors) GetStatus() *int64

type GetServerPreferencesResponseBody

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

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

func (*GetServerPreferencesResponseBody) Error

type GetServerPreferencesServerErrors added in v0.11.1

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

func (*GetServerPreferencesServerErrors) GetCode added in v0.11.1

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() *int64

type GetServerPreferencesServerResponseBody added in v0.11.1

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

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

func (*GetServerPreferencesServerResponseBody) Error added in v0.11.1

type GetServerResourcesErrors added in v0.11.1

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

func (*GetServerResourcesErrors) GetCode added in v0.11.1

func (o *GetServerResourcesErrors) GetCode() *int64

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() *int64

type GetServerResourcesPlexErrors added in v0.11.1

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

func (*GetServerResourcesPlexErrors) GetCode added in v0.11.1

func (o *GetServerResourcesPlexErrors) GetCode() *int64

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() *int64

type GetServerResourcesPlexResponseBody added in v0.11.1

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

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

func (*GetServerResourcesPlexResponseBody) Error added in v0.11.1

type GetServerResourcesResponseBody added in v0.11.1

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

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

func (*GetServerResourcesResponseBody) Error added in v0.11.1

type GetSessionHistoryErrors

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

func (*GetSessionHistoryErrors) GetCode

func (o *GetSessionHistoryErrors) GetCode() *int64

func (*GetSessionHistoryErrors) GetMessage

func (o *GetSessionHistoryErrors) GetMessage() *string

func (*GetSessionHistoryErrors) GetStatus

func (o *GetSessionHistoryErrors) GetStatus() *int64

type GetSessionHistoryResponseBody

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

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

func (*GetSessionHistoryResponseBody) Error

type GetSessionHistorySessionsErrors added in v0.11.1

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

func (*GetSessionHistorySessionsErrors) GetCode added in v0.11.1

func (o *GetSessionHistorySessionsErrors) GetCode() *int64

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() *int64

type GetSessionHistorySessionsResponseBody added in v0.11.1

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

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

func (*GetSessionHistorySessionsResponseBody) Error added in v0.11.1

type GetSessionsErrors

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

func (*GetSessionsErrors) GetCode

func (o *GetSessionsErrors) GetCode() *int64

func (*GetSessionsErrors) GetMessage

func (o *GetSessionsErrors) GetMessage() *string

func (*GetSessionsErrors) GetStatus

func (o *GetSessionsErrors) GetStatus() *int64

type GetSessionsResponseBody

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

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

func (*GetSessionsResponseBody) Error

func (e *GetSessionsResponseBody) Error() string

type GetSessionsSessionsErrors added in v0.11.1

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

func (*GetSessionsSessionsErrors) GetCode added in v0.11.1

func (o *GetSessionsSessionsErrors) GetCode() *int64

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() *int64

type GetSessionsSessionsResponseBody added in v0.11.1

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

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

func (*GetSessionsSessionsResponseBody) Error added in v0.11.1

type GetSourceConnectionInformationAuthenticationErrors added in v0.11.1

type GetSourceConnectionInformationAuthenticationErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 GetSourceConnectionInformationAuthenticationResponseBody added in v0.11.1

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

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

func (*GetSourceConnectionInformationAuthenticationResponseBody) Error added in v0.11.1

type GetSourceConnectionInformationErrors

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

func (*GetSourceConnectionInformationErrors) GetCode

func (*GetSourceConnectionInformationErrors) GetMessage

func (*GetSourceConnectionInformationErrors) GetStatus

type GetSourceConnectionInformationResponseBody

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

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

func (*GetSourceConnectionInformationResponseBody) Error

type GetStatisticsErrors added in v0.4.0

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

func (*GetStatisticsErrors) GetCode added in v0.4.0

func (o *GetStatisticsErrors) GetCode() *int64

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() *int64

type GetStatisticsResponseBody added in v0.4.0

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

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

func (*GetStatisticsResponseBody) Error added in v0.4.0

func (e *GetStatisticsResponseBody) Error() string

type GetStatisticsStatisticsErrors added in v0.11.1

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

func (*GetStatisticsStatisticsErrors) GetCode added in v0.11.1

func (o *GetStatisticsStatisticsErrors) GetCode() *int64

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() *int64

type GetStatisticsStatisticsResponseBody added in v0.11.1

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

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

func (*GetStatisticsStatisticsResponseBody) Error added in v0.11.1

type GetThumbImageErrors added in v0.11.1

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

func (*GetThumbImageErrors) GetCode added in v0.11.1

func (o *GetThumbImageErrors) GetCode() *int64

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() *int64

type GetThumbImageMediaErrors added in v0.11.1

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

func (*GetThumbImageMediaErrors) GetCode added in v0.11.1

func (o *GetThumbImageMediaErrors) GetCode() *int64

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() *int64

type GetThumbImageMediaResponseBody added in v0.11.1

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

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

func (*GetThumbImageMediaResponseBody) Error added in v0.11.1

type GetThumbImageResponseBody added in v0.11.1

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

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

func (*GetThumbImageResponseBody) Error added in v0.11.1

func (e *GetThumbImageResponseBody) Error() string

type GetTimelineErrors

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

func (*GetTimelineErrors) GetCode

func (o *GetTimelineErrors) GetCode() *int64

func (*GetTimelineErrors) GetMessage

func (o *GetTimelineErrors) GetMessage() *string

func (*GetTimelineErrors) GetStatus

func (o *GetTimelineErrors) GetStatus() *int64

type GetTimelineResponseBody

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

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

func (*GetTimelineResponseBody) Error

func (e *GetTimelineResponseBody) Error() string

type GetTimelineVideoErrors added in v0.11.1

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

func (*GetTimelineVideoErrors) GetCode added in v0.11.1

func (o *GetTimelineVideoErrors) GetCode() *int64

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() *int64

type GetTimelineVideoResponseBody added in v0.11.1

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

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

func (*GetTimelineVideoResponseBody) Error added in v0.11.1

type GetTokenByPinIDErrors added in v0.11.1

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

func (*GetTokenByPinIDErrors) GetCode added in v0.11.1

func (o *GetTokenByPinIDErrors) GetCode() *int64

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() *int64

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 GetTokenByPinIDPlexResponseBody added in v0.11.1

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

GetTokenByPinIDPlexResponseBody - Not Found or Expired

func (*GetTokenByPinIDPlexResponseBody) Error added in v0.11.1

type GetTokenByPinIDResponseBody added in v0.11.1

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

GetTokenByPinIDResponseBody - Bad Request response when the X-Plex-Client-Identifier is missing

func (*GetTokenByPinIDResponseBody) Error added in v0.11.1

type GetTopWatchedContentErrors added in v0.11.1

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

func (*GetTopWatchedContentErrors) GetCode added in v0.11.1

func (o *GetTopWatchedContentErrors) GetCode() *int64

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() *int64

type GetTopWatchedContentLibraryErrors added in v0.11.1

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

func (*GetTopWatchedContentLibraryErrors) GetCode added in v0.11.1

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() *int64

type GetTopWatchedContentLibraryResponseBody added in v0.11.1

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

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

func (*GetTopWatchedContentLibraryResponseBody) Error added in v0.11.1

type GetTopWatchedContentResponseBody added in v0.11.1

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

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

func (*GetTopWatchedContentResponseBody) Error added in v0.11.1

type GetTranscodeSessionsErrors

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

func (*GetTranscodeSessionsErrors) GetCode

func (o *GetTranscodeSessionsErrors) GetCode() *int64

func (*GetTranscodeSessionsErrors) GetMessage

func (o *GetTranscodeSessionsErrors) GetMessage() *string

func (*GetTranscodeSessionsErrors) GetStatus

func (o *GetTranscodeSessionsErrors) GetStatus() *int64

type GetTranscodeSessionsResponseBody

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

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

func (*GetTranscodeSessionsResponseBody) Error

type GetTranscodeSessionsSessionsErrors added in v0.11.1

type GetTranscodeSessionsSessionsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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() *int64

type GetTranscodeSessionsSessionsResponseBody added in v0.11.1

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

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

func (*GetTranscodeSessionsSessionsResponseBody) Error added in v0.11.1

type GetTransientTokenAuthenticationErrors added in v0.11.1

type GetTransientTokenAuthenticationErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 GetTransientTokenAuthenticationResponseBody added in v0.11.1

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

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

func (*GetTransientTokenAuthenticationResponseBody) Error added in v0.11.1

type GetTransientTokenErrors

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

func (*GetTransientTokenErrors) GetCode

func (o *GetTransientTokenErrors) GetCode() *int64

func (*GetTransientTokenErrors) GetMessage

func (o *GetTransientTokenErrors) GetMessage() *string

func (*GetTransientTokenErrors) GetStatus

func (o *GetTransientTokenErrors) GetStatus() *int64

type GetTransientTokenResponseBody

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

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

func (*GetTransientTokenResponseBody) Error

type GetUpdateStatusErrors

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

func (*GetUpdateStatusErrors) GetCode

func (o *GetUpdateStatusErrors) GetCode() *int64

func (*GetUpdateStatusErrors) GetMessage

func (o *GetUpdateStatusErrors) GetMessage() *string

func (*GetUpdateStatusErrors) GetStatus

func (o *GetUpdateStatusErrors) GetStatus() *int64

type GetUpdateStatusResponseBody

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

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

func (*GetUpdateStatusResponseBody) Error

type GetUpdateStatusUpdaterErrors added in v0.11.1

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

func (*GetUpdateStatusUpdaterErrors) GetCode added in v0.11.1

func (o *GetUpdateStatusUpdaterErrors) GetCode() *int64

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() *int64

type GetUpdateStatusUpdaterResponseBody added in v0.11.1

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

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

func (*GetUpdateStatusUpdaterResponseBody) Error added in v0.11.1

type GetUserDetailsAuthenticationErrors added in v0.11.1

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

func (*GetUserDetailsAuthenticationErrors) GetCode added in v0.11.1

func (*GetUserDetailsAuthenticationErrors) GetMessage added in v0.11.1

func (o *GetUserDetailsAuthenticationErrors) GetMessage() *string

func (*GetUserDetailsAuthenticationErrors) GetStatus added in v0.11.1

func (o *GetUserDetailsAuthenticationErrors) GetStatus() *int64

type GetUserDetailsAuthenticationResponseBody added in v0.11.1

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

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

func (*GetUserDetailsAuthenticationResponseBody) Error added in v0.11.1

type GetUserDetailsErrors added in v0.11.1

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

func (*GetUserDetailsErrors) GetCode added in v0.11.1

func (o *GetUserDetailsErrors) GetCode() *int64

func (*GetUserDetailsErrors) GetMessage added in v0.11.1

func (o *GetUserDetailsErrors) GetMessage() *string

func (*GetUserDetailsErrors) GetStatus added in v0.11.1

func (o *GetUserDetailsErrors) GetStatus() *int64

type GetUserDetailsResponseBody added in v0.11.1

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

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

func (*GetUserDetailsResponseBody) Error added in v0.11.1

type GetUserFriendsErrors added in v0.11.1

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

func (*GetUserFriendsErrors) GetCode added in v0.11.1

func (o *GetUserFriendsErrors) GetCode() *int64

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() *int64

type GetUserFriendsPlexErrors added in v0.11.1

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

func (*GetUserFriendsPlexErrors) GetCode added in v0.11.1

func (o *GetUserFriendsPlexErrors) GetCode() *int64

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() *int64

type GetUserFriendsPlexResponseBody added in v0.11.1

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

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

func (*GetUserFriendsPlexResponseBody) Error added in v0.11.1

type GetUserFriendsResponseBody added in v0.11.1

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

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

func (*GetUserFriendsResponseBody) Error added in v0.11.1

type GetWatchListErrors added in v0.11.1

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

func (*GetWatchListErrors) GetCode added in v0.11.1

func (o *GetWatchListErrors) GetCode() *int64

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() *int64

type GetWatchListResponseBody added in v0.11.1

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

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

func (*GetWatchListResponseBody) Error added in v0.11.1

func (e *GetWatchListResponseBody) Error() string

type GetWatchListWatchlistErrors added in v0.11.1

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

func (*GetWatchListWatchlistErrors) GetCode added in v0.11.1

func (o *GetWatchListWatchlistErrors) GetCode() *int64

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() *int64

type GetWatchListWatchlistResponseBody added in v0.11.1

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

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

func (*GetWatchListWatchlistResponseBody) Error added in v0.11.1

type LogLineErrors

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

func (*LogLineErrors) GetCode

func (o *LogLineErrors) GetCode() *int64

func (*LogLineErrors) GetMessage

func (o *LogLineErrors) GetMessage() *string

func (*LogLineErrors) GetStatus

func (o *LogLineErrors) GetStatus() *int64

type LogLineLogErrors added in v0.11.1

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

func (*LogLineLogErrors) GetCode added in v0.11.1

func (o *LogLineLogErrors) GetCode() *int64

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() *int64

type LogLineLogResponseBody added in v0.11.1

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

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

func (*LogLineLogResponseBody) Error added in v0.11.1

func (e *LogLineLogResponseBody) Error() string

type LogLineResponseBody

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

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

func (*LogLineResponseBody) Error

func (e *LogLineResponseBody) Error() string

type LogMultiLineErrors

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

func (*LogMultiLineErrors) GetCode

func (o *LogMultiLineErrors) GetCode() *int64

func (*LogMultiLineErrors) GetMessage

func (o *LogMultiLineErrors) GetMessage() *string

func (*LogMultiLineErrors) GetStatus

func (o *LogMultiLineErrors) GetStatus() *int64

type LogMultiLineLogErrors added in v0.11.1

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

func (*LogMultiLineLogErrors) GetCode added in v0.11.1

func (o *LogMultiLineLogErrors) GetCode() *int64

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() *int64

type LogMultiLineLogResponseBody added in v0.11.1

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

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

func (*LogMultiLineLogResponseBody) Error added in v0.11.1

type LogMultiLineResponseBody

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

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

func (*LogMultiLineResponseBody) Error

func (e *LogMultiLineResponseBody) Error() string

type MarkPlayedErrors

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

func (*MarkPlayedErrors) GetCode

func (o *MarkPlayedErrors) GetCode() *int64

func (*MarkPlayedErrors) GetMessage

func (o *MarkPlayedErrors) GetMessage() *string

func (*MarkPlayedErrors) GetStatus

func (o *MarkPlayedErrors) GetStatus() *int64

type MarkPlayedMediaErrors added in v0.11.1

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

func (*MarkPlayedMediaErrors) GetCode added in v0.11.1

func (o *MarkPlayedMediaErrors) GetCode() *int64

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() *int64

type MarkPlayedMediaResponseBody added in v0.11.1

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

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

func (*MarkPlayedMediaResponseBody) Error added in v0.11.1

type MarkPlayedResponseBody

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

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

func (*MarkPlayedResponseBody) Error

func (e *MarkPlayedResponseBody) Error() string

type MarkUnplayedErrors

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

func (*MarkUnplayedErrors) GetCode

func (o *MarkUnplayedErrors) GetCode() *int64

func (*MarkUnplayedErrors) GetMessage

func (o *MarkUnplayedErrors) GetMessage() *string

func (*MarkUnplayedErrors) GetStatus

func (o *MarkUnplayedErrors) GetStatus() *int64

type MarkUnplayedMediaErrors added in v0.11.1

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

func (*MarkUnplayedMediaErrors) GetCode added in v0.11.1

func (o *MarkUnplayedMediaErrors) GetCode() *int64

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() *int64

type MarkUnplayedMediaResponseBody added in v0.11.1

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

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

func (*MarkUnplayedMediaResponseBody) Error added in v0.11.1

type MarkUnplayedResponseBody

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

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

func (*MarkUnplayedResponseBody) Error

func (e *MarkUnplayedResponseBody) Error() string

type PerformSearchErrors

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

func (*PerformSearchErrors) GetCode

func (o *PerformSearchErrors) GetCode() *int64

func (*PerformSearchErrors) GetMessage

func (o *PerformSearchErrors) GetMessage() *string

func (*PerformSearchErrors) GetStatus

func (o *PerformSearchErrors) GetStatus() *int64

type PerformSearchResponseBody

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

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

func (*PerformSearchResponseBody) Error

func (e *PerformSearchResponseBody) Error() string

type PerformSearchSearchErrors added in v0.11.1

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

func (*PerformSearchSearchErrors) GetCode added in v0.11.1

func (o *PerformSearchSearchErrors) GetCode() *int64

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() *int64

type PerformSearchSearchResponseBody added in v0.11.1

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

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

func (*PerformSearchSearchResponseBody) Error added in v0.11.1

type PerformVoiceSearchErrors

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

func (*PerformVoiceSearchErrors) GetCode

func (o *PerformVoiceSearchErrors) GetCode() *int64

func (*PerformVoiceSearchErrors) GetMessage

func (o *PerformVoiceSearchErrors) GetMessage() *string

func (*PerformVoiceSearchErrors) GetStatus

func (o *PerformVoiceSearchErrors) GetStatus() *int64

type PerformVoiceSearchResponseBody

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

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

func (*PerformVoiceSearchResponseBody) Error

type PerformVoiceSearchSearchErrors added in v0.11.1

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

func (*PerformVoiceSearchSearchErrors) GetCode added in v0.11.1

func (o *PerformVoiceSearchSearchErrors) GetCode() *int64

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() *int64

type PerformVoiceSearchSearchResponseBody added in v0.11.1

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

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

func (*PerformVoiceSearchSearchResponseBody) Error added in v0.11.1

type PostUsersSignInDataAuthenticationErrors added in v0.11.1

type PostUsersSignInDataAuthenticationErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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 PostUsersSignInDataAuthenticationResponseBody added in v0.11.1

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

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

func (*PostUsersSignInDataAuthenticationResponseBody) Error added in v0.11.1

type PostUsersSignInDataErrors added in v0.11.1

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

func (*PostUsersSignInDataErrors) GetCode added in v0.11.1

func (o *PostUsersSignInDataErrors) GetCode() *int64

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() *int64

type PostUsersSignInDataResponseBody added in v0.11.1

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

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

func (*PostUsersSignInDataResponseBody) Error added in v0.11.1

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 StartAllTasksButlerErrors added in v0.11.1

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

func (*StartAllTasksButlerErrors) GetCode added in v0.11.1

func (o *StartAllTasksButlerErrors) GetCode() *int64

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() *int64

type StartAllTasksButlerResponseBody added in v0.11.1

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

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

func (*StartAllTasksButlerResponseBody) Error added in v0.11.1

type StartAllTasksErrors

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

func (*StartAllTasksErrors) GetCode

func (o *StartAllTasksErrors) GetCode() *int64

func (*StartAllTasksErrors) GetMessage

func (o *StartAllTasksErrors) GetMessage() *string

func (*StartAllTasksErrors) GetStatus

func (o *StartAllTasksErrors) GetStatus() *int64

type StartAllTasksResponseBody

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

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

func (*StartAllTasksResponseBody) Error

func (e *StartAllTasksResponseBody) Error() string

type StartTaskButlerErrors added in v0.11.1

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

func (*StartTaskButlerErrors) GetCode added in v0.11.1

func (o *StartTaskButlerErrors) GetCode() *int64

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() *int64

type StartTaskButlerResponseBody added in v0.11.1

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

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

func (*StartTaskButlerResponseBody) Error added in v0.11.1

type StartTaskErrors

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

func (*StartTaskErrors) GetCode

func (o *StartTaskErrors) GetCode() *int64

func (*StartTaskErrors) GetMessage

func (o *StartTaskErrors) GetMessage() *string

func (*StartTaskErrors) GetStatus

func (o *StartTaskErrors) GetStatus() *int64

type StartTaskResponseBody

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

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

func (*StartTaskResponseBody) Error

func (e *StartTaskResponseBody) Error() string

type StartUniversalTranscodeErrors

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

func (*StartUniversalTranscodeErrors) GetCode

func (o *StartUniversalTranscodeErrors) GetCode() *int64

func (*StartUniversalTranscodeErrors) GetMessage

func (o *StartUniversalTranscodeErrors) GetMessage() *string

func (*StartUniversalTranscodeErrors) GetStatus

func (o *StartUniversalTranscodeErrors) GetStatus() *int64

type StartUniversalTranscodeResponseBody

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

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

func (*StartUniversalTranscodeResponseBody) Error

type StartUniversalTranscodeVideoErrors added in v0.11.1

type StartUniversalTranscodeVideoErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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() *int64

type StartUniversalTranscodeVideoResponseBody added in v0.11.1

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

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

func (*StartUniversalTranscodeVideoResponseBody) Error added in v0.11.1

type StopAllTasksButlerErrors added in v0.11.1

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

func (*StopAllTasksButlerErrors) GetCode added in v0.11.1

func (o *StopAllTasksButlerErrors) GetCode() *int64

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() *int64

type StopAllTasksButlerResponseBody added in v0.11.1

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

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

func (*StopAllTasksButlerResponseBody) Error added in v0.11.1

type StopAllTasksErrors

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

func (*StopAllTasksErrors) GetCode

func (o *StopAllTasksErrors) GetCode() *int64

func (*StopAllTasksErrors) GetMessage

func (o *StopAllTasksErrors) GetMessage() *string

func (*StopAllTasksErrors) GetStatus

func (o *StopAllTasksErrors) GetStatus() *int64

type StopAllTasksResponseBody

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

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

func (*StopAllTasksResponseBody) Error

func (e *StopAllTasksResponseBody) Error() string

type StopTaskButlerErrors added in v0.11.1

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

func (*StopTaskButlerErrors) GetCode added in v0.11.1

func (o *StopTaskButlerErrors) GetCode() *int64

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() *int64

type StopTaskButlerResponseBody added in v0.11.1

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

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

func (*StopTaskButlerResponseBody) Error added in v0.11.1

type StopTaskErrors

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

func (*StopTaskErrors) GetCode

func (o *StopTaskErrors) GetCode() *int64

func (*StopTaskErrors) GetMessage

func (o *StopTaskErrors) GetMessage() *string

func (*StopTaskErrors) GetStatus

func (o *StopTaskErrors) GetStatus() *int64

type StopTaskResponseBody

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

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

func (*StopTaskResponseBody) Error

func (e *StopTaskResponseBody) Error() string

type StopTranscodeSessionErrors

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

func (*StopTranscodeSessionErrors) GetCode

func (o *StopTranscodeSessionErrors) GetCode() *int64

func (*StopTranscodeSessionErrors) GetMessage

func (o *StopTranscodeSessionErrors) GetMessage() *string

func (*StopTranscodeSessionErrors) GetStatus

func (o *StopTranscodeSessionErrors) GetStatus() *int64

type StopTranscodeSessionResponseBody

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

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

func (*StopTranscodeSessionResponseBody) Error

type StopTranscodeSessionSessionsErrors added in v0.11.1

type StopTranscodeSessionSessionsErrors struct {
	Code    *int64  `json:"code,omitempty"`
	Message *string `json:"message,omitempty"`
	Status  *int64  `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() *int64

type StopTranscodeSessionSessionsResponseBody added in v0.11.1

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

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

func (*StopTranscodeSessionSessionsResponseBody) Error added in v0.11.1

type UpdatePlayProgressErrors

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

func (*UpdatePlayProgressErrors) GetCode

func (o *UpdatePlayProgressErrors) GetCode() *int64

func (*UpdatePlayProgressErrors) GetMessage

func (o *UpdatePlayProgressErrors) GetMessage() *string

func (*UpdatePlayProgressErrors) GetStatus

func (o *UpdatePlayProgressErrors) GetStatus() *int64

type UpdatePlayProgressMediaErrors added in v0.11.1

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

func (*UpdatePlayProgressMediaErrors) GetCode added in v0.11.1

func (o *UpdatePlayProgressMediaErrors) GetCode() *int64

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() *int64

type UpdatePlayProgressMediaResponseBody added in v0.11.1

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

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

func (*UpdatePlayProgressMediaResponseBody) Error added in v0.11.1

type UpdatePlayProgressResponseBody

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

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

func (*UpdatePlayProgressResponseBody) Error

type UpdatePlaylistErrors

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

func (*UpdatePlaylistErrors) GetCode

func (o *UpdatePlaylistErrors) GetCode() *int64

func (*UpdatePlaylistErrors) GetMessage

func (o *UpdatePlaylistErrors) GetMessage() *string

func (*UpdatePlaylistErrors) GetStatus

func (o *UpdatePlaylistErrors) GetStatus() *int64

type UpdatePlaylistPlaylistsErrors added in v0.11.1

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

func (*UpdatePlaylistPlaylistsErrors) GetCode added in v0.11.1

func (o *UpdatePlaylistPlaylistsErrors) GetCode() *int64

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() *int64

type UpdatePlaylistPlaylistsResponseBody added in v0.11.1

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

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

func (*UpdatePlaylistPlaylistsResponseBody) Error added in v0.11.1

type UpdatePlaylistResponseBody

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

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

func (*UpdatePlaylistResponseBody) Error

type UploadPlaylistErrors

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

func (*UploadPlaylistErrors) GetCode

func (o *UploadPlaylistErrors) GetCode() *int64

func (*UploadPlaylistErrors) GetMessage

func (o *UploadPlaylistErrors) GetMessage() *string

func (*UploadPlaylistErrors) GetStatus

func (o *UploadPlaylistErrors) GetStatus() *int64

type UploadPlaylistPlaylistsErrors added in v0.11.1

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

func (*UploadPlaylistPlaylistsErrors) GetCode added in v0.11.1

func (o *UploadPlaylistPlaylistsErrors) GetCode() *int64

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() *int64

type UploadPlaylistPlaylistsResponseBody added in v0.11.1

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

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

func (*UploadPlaylistPlaylistsResponseBody) Error added in v0.11.1

type UploadPlaylistResponseBody

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

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

func (*UploadPlaylistResponseBody) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL