sdkerrors

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: May 4, 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    *float64 `json:"code,omitempty"`
	Message *string  `json:"message,omitempty"`
	Status  *float64 `json:"status,omitempty"`
}

func (*AddPlaylistContentsErrors) GetCode

func (o *AddPlaylistContentsErrors) GetCode() *float64

func (*AddPlaylistContentsErrors) GetMessage

func (o *AddPlaylistContentsErrors) GetMessage() *string

func (*AddPlaylistContentsErrors) GetStatus

func (o *AddPlaylistContentsErrors) GetStatus() *float64

type AddPlaylistContentsResponseBody

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

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

func (*AddPlaylistContentsResponseBody) Error

type ApplyUpdatesErrors

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

func (*ApplyUpdatesErrors) GetCode

func (o *ApplyUpdatesErrors) GetCode() *float64

func (*ApplyUpdatesErrors) GetMessage

func (o *ApplyUpdatesErrors) GetMessage() *string

func (*ApplyUpdatesErrors) GetStatus

func (o *ApplyUpdatesErrors) GetStatus() *float64

type ApplyUpdatesResponseBody

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

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

func (*ApplyUpdatesResponseBody) Error

func (e *ApplyUpdatesResponseBody) Error() string

type CancelServerActivitiesErrors

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

func (*CancelServerActivitiesErrors) GetCode

func (o *CancelServerActivitiesErrors) GetCode() *float64

func (*CancelServerActivitiesErrors) GetMessage

func (o *CancelServerActivitiesErrors) GetMessage() *string

func (*CancelServerActivitiesErrors) GetStatus

func (o *CancelServerActivitiesErrors) GetStatus() *float64

type CancelServerActivitiesResponseBody

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

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

func (*CancelServerActivitiesResponseBody) Error

type CheckForUpdatesErrors

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

func (*CheckForUpdatesErrors) GetCode

func (o *CheckForUpdatesErrors) GetCode() *float64

func (*CheckForUpdatesErrors) GetMessage

func (o *CheckForUpdatesErrors) GetMessage() *string

func (*CheckForUpdatesErrors) GetStatus

func (o *CheckForUpdatesErrors) GetStatus() *float64

type CheckForUpdatesResponseBody

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

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

func (*CheckForUpdatesResponseBody) Error

type ClearPlaylistContentsErrors

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

func (*ClearPlaylistContentsErrors) GetCode

func (o *ClearPlaylistContentsErrors) GetCode() *float64

func (*ClearPlaylistContentsErrors) GetMessage

func (o *ClearPlaylistContentsErrors) GetMessage() *string

func (*ClearPlaylistContentsErrors) GetStatus

func (o *ClearPlaylistContentsErrors) GetStatus() *float64

type ClearPlaylistContentsResponseBody

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

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

func (*ClearPlaylistContentsResponseBody) Error

type CreatePlaylistErrors

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

func (*CreatePlaylistErrors) GetCode

func (o *CreatePlaylistErrors) GetCode() *float64

func (*CreatePlaylistErrors) GetMessage

func (o *CreatePlaylistErrors) GetMessage() *string

func (*CreatePlaylistErrors) GetStatus

func (o *CreatePlaylistErrors) GetStatus() *float64

type CreatePlaylistResponseBody

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

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

func (*CreatePlaylistResponseBody) Error

type DeleteLibraryErrors

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

func (*DeleteLibraryErrors) GetCode

func (o *DeleteLibraryErrors) GetCode() *float64

func (*DeleteLibraryErrors) GetMessage

func (o *DeleteLibraryErrors) GetMessage() *string

func (*DeleteLibraryErrors) GetStatus

func (o *DeleteLibraryErrors) GetStatus() *float64

type DeleteLibraryResponseBody

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

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

func (*DeleteLibraryResponseBody) Error

func (e *DeleteLibraryResponseBody) Error() string

type DeletePlaylistErrors

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

func (*DeletePlaylistErrors) GetCode

func (o *DeletePlaylistErrors) GetCode() *float64

func (*DeletePlaylistErrors) GetMessage

func (o *DeletePlaylistErrors) GetMessage() *string

func (*DeletePlaylistErrors) GetStatus

func (o *DeletePlaylistErrors) GetStatus() *float64

type DeletePlaylistResponseBody

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

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

func (*DeletePlaylistResponseBody) Error

type EnablePaperTrailErrors

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

func (*EnablePaperTrailErrors) GetCode

func (o *EnablePaperTrailErrors) GetCode() *float64

func (*EnablePaperTrailErrors) GetMessage

func (o *EnablePaperTrailErrors) GetMessage() *string

func (*EnablePaperTrailErrors) GetStatus

func (o *EnablePaperTrailErrors) GetStatus() *float64

type EnablePaperTrailResponseBody

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

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

func (*EnablePaperTrailResponseBody) Error

type Errors

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

func (*Errors) GetCode

func (o *Errors) GetCode() *float64

func (*Errors) GetMessage

func (o *Errors) GetMessage() *string

func (*Errors) GetStatus

func (o *Errors) GetStatus() *float64

type GetAvailableClientsErrors

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

func (*GetAvailableClientsErrors) GetCode

func (o *GetAvailableClientsErrors) GetCode() *float64

func (*GetAvailableClientsErrors) GetMessage

func (o *GetAvailableClientsErrors) GetMessage() *string

func (*GetAvailableClientsErrors) GetStatus

func (o *GetAvailableClientsErrors) GetStatus() *float64

type GetAvailableClientsResponseBody

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

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

func (*GetAvailableClientsResponseBody) Error

type GetButlerTasksErrors

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

func (*GetButlerTasksErrors) GetCode

func (o *GetButlerTasksErrors) GetCode() *float64

func (*GetButlerTasksErrors) GetMessage

func (o *GetButlerTasksErrors) GetMessage() *string

func (*GetButlerTasksErrors) GetStatus

func (o *GetButlerTasksErrors) GetStatus() *float64

type GetButlerTasksResponseBody

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

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

func (*GetButlerTasksResponseBody) Error

type GetDevicesErrors

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

func (*GetDevicesErrors) GetCode

func (o *GetDevicesErrors) GetCode() *float64

func (*GetDevicesErrors) GetMessage

func (o *GetDevicesErrors) GetMessage() *string

func (*GetDevicesErrors) GetStatus

func (o *GetDevicesErrors) GetStatus() *float64

type GetDevicesResponseBody

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

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

func (*GetDevicesResponseBody) Error

func (e *GetDevicesResponseBody) Error() string

type GetFileHashErrors

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

func (*GetFileHashErrors) GetCode

func (o *GetFileHashErrors) GetCode() *float64

func (*GetFileHashErrors) GetMessage

func (o *GetFileHashErrors) GetMessage() *string

func (*GetFileHashErrors) GetStatus

func (o *GetFileHashErrors) GetStatus() *float64

type GetFileHashResponseBody

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

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

func (*GetFileHashResponseBody) Error

func (e *GetFileHashResponseBody) Error() string

type GetGlobalHubsErrors

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

func (*GetGlobalHubsErrors) GetCode

func (o *GetGlobalHubsErrors) GetCode() *float64

func (*GetGlobalHubsErrors) GetMessage

func (o *GetGlobalHubsErrors) GetMessage() *string

func (*GetGlobalHubsErrors) GetStatus

func (o *GetGlobalHubsErrors) GetStatus() *float64

type GetGlobalHubsResponseBody

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

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

func (*GetGlobalHubsResponseBody) Error

func (e *GetGlobalHubsResponseBody) Error() string

type GetLibrariesErrors

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

func (*GetLibrariesErrors) GetCode

func (o *GetLibrariesErrors) GetCode() *float64

func (*GetLibrariesErrors) GetMessage

func (o *GetLibrariesErrors) GetMessage() *string

func (*GetLibrariesErrors) GetStatus

func (o *GetLibrariesErrors) GetStatus() *float64

type GetLibrariesResponseBody

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

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

func (*GetLibrariesResponseBody) Error

func (e *GetLibrariesResponseBody) Error() string

type GetLibraryErrors

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

func (*GetLibraryErrors) GetCode

func (o *GetLibraryErrors) GetCode() *float64

func (*GetLibraryErrors) GetMessage

func (o *GetLibraryErrors) GetMessage() *string

func (*GetLibraryErrors) GetStatus

func (o *GetLibraryErrors) GetStatus() *float64

type GetLibraryHubsErrors

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

func (*GetLibraryHubsErrors) GetCode

func (o *GetLibraryHubsErrors) GetCode() *float64

func (*GetLibraryHubsErrors) GetMessage

func (o *GetLibraryHubsErrors) GetMessage() *string

func (*GetLibraryHubsErrors) GetStatus

func (o *GetLibraryHubsErrors) GetStatus() *float64

type GetLibraryHubsResponseBody

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

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

func (*GetLibraryHubsResponseBody) Error

type GetLibraryResponseBody

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

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

func (*GetLibraryResponseBody) Error

func (e *GetLibraryResponseBody) Error() string

type GetMetadataChildrenErrors

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

func (*GetMetadataChildrenErrors) GetCode

func (o *GetMetadataChildrenErrors) GetCode() *float64

func (*GetMetadataChildrenErrors) GetMessage

func (o *GetMetadataChildrenErrors) GetMessage() *string

func (*GetMetadataChildrenErrors) GetStatus

func (o *GetMetadataChildrenErrors) GetStatus() *float64

type GetMetadataChildrenResponseBody

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

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

func (*GetMetadataChildrenResponseBody) Error

type GetMetadataErrors

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

func (*GetMetadataErrors) GetCode

func (o *GetMetadataErrors) GetCode() *float64

func (*GetMetadataErrors) GetMessage

func (o *GetMetadataErrors) GetMessage() *string

func (*GetMetadataErrors) GetStatus

func (o *GetMetadataErrors) GetStatus() *float64

type GetMetadataResponseBody

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

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

func (*GetMetadataResponseBody) Error

func (e *GetMetadataResponseBody) Error() string

type GetMyPlexAccountErrors

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

func (*GetMyPlexAccountErrors) GetCode

func (o *GetMyPlexAccountErrors) GetCode() *float64

func (*GetMyPlexAccountErrors) GetMessage

func (o *GetMyPlexAccountErrors) GetMessage() *string

func (*GetMyPlexAccountErrors) GetStatus

func (o *GetMyPlexAccountErrors) GetStatus() *float64

type GetMyPlexAccountResponseBody

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

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

func (*GetMyPlexAccountResponseBody) Error

type GetOnDeckErrors

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

func (*GetOnDeckErrors) GetCode

func (o *GetOnDeckErrors) GetCode() *float64

func (*GetOnDeckErrors) GetMessage

func (o *GetOnDeckErrors) GetMessage() *string

func (*GetOnDeckErrors) GetStatus

func (o *GetOnDeckErrors) GetStatus() *float64

type GetOnDeckResponseBody

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

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

func (*GetOnDeckResponseBody) Error

func (e *GetOnDeckResponseBody) Error() string

type GetPinErrors added in v0.2.0

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

func (*GetPinErrors) GetCode added in v0.2.0

func (o *GetPinErrors) GetCode() *float64

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

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 - 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    *float64 `json:"code,omitempty"`
	Message *string  `json:"message,omitempty"`
	Status  *float64 `json:"status,omitempty"`
}

func (*GetPlaylistContentsErrors) GetCode

func (o *GetPlaylistContentsErrors) GetCode() *float64

func (*GetPlaylistContentsErrors) GetMessage

func (o *GetPlaylistContentsErrors) GetMessage() *string

func (*GetPlaylistContentsErrors) GetStatus

func (o *GetPlaylistContentsErrors) GetStatus() *float64

type GetPlaylistContentsResponseBody

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

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

func (*GetPlaylistContentsResponseBody) Error

type GetPlaylistErrors

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

func (*GetPlaylistErrors) GetCode

func (o *GetPlaylistErrors) GetCode() *float64

func (*GetPlaylistErrors) GetMessage

func (o *GetPlaylistErrors) GetMessage() *string

func (*GetPlaylistErrors) GetStatus

func (o *GetPlaylistErrors) GetStatus() *float64

type GetPlaylistResponseBody

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

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

func (*GetPlaylistResponseBody) Error

func (e *GetPlaylistResponseBody) Error() string

type GetPlaylistsErrors

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

func (*GetPlaylistsErrors) GetCode

func (o *GetPlaylistsErrors) GetCode() *float64

func (*GetPlaylistsErrors) GetMessage

func (o *GetPlaylistsErrors) GetMessage() *string

func (*GetPlaylistsErrors) GetStatus

func (o *GetPlaylistsErrors) GetStatus() *float64

type GetPlaylistsResponseBody

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

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

func (*GetPlaylistsResponseBody) Error

func (e *GetPlaylistsResponseBody) Error() string

type GetRecentlyAddedErrors

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

func (*GetRecentlyAddedErrors) GetCode

func (o *GetRecentlyAddedErrors) GetCode() *float64

func (*GetRecentlyAddedErrors) GetMessage

func (o *GetRecentlyAddedErrors) GetMessage() *string

func (*GetRecentlyAddedErrors) GetStatus

func (o *GetRecentlyAddedErrors) GetStatus() *float64

type GetRecentlyAddedResponseBody

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

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

func (*GetRecentlyAddedResponseBody) Error

type GetResizedPhotoErrors

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

func (*GetResizedPhotoErrors) GetCode

func (o *GetResizedPhotoErrors) GetCode() *float64

func (*GetResizedPhotoErrors) GetMessage

func (o *GetResizedPhotoErrors) GetMessage() *string

func (*GetResizedPhotoErrors) GetStatus

func (o *GetResizedPhotoErrors) GetStatus() *float64

type GetResizedPhotoResponseBody

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

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

func (*GetResizedPhotoResponseBody) Error

type GetSearchResultsErrors

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

func (*GetSearchResultsErrors) GetCode

func (o *GetSearchResultsErrors) GetCode() *float64

func (*GetSearchResultsErrors) GetMessage

func (o *GetSearchResultsErrors) GetMessage() *string

func (*GetSearchResultsErrors) GetStatus

func (o *GetSearchResultsErrors) GetStatus() *float64

type GetSearchResultsResponseBody

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

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

func (*GetSearchResultsResponseBody) Error

type GetServerActivitiesErrors

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

func (*GetServerActivitiesErrors) GetCode

func (o *GetServerActivitiesErrors) GetCode() *float64

func (*GetServerActivitiesErrors) GetMessage

func (o *GetServerActivitiesErrors) GetMessage() *string

func (*GetServerActivitiesErrors) GetStatus

func (o *GetServerActivitiesErrors) GetStatus() *float64

type GetServerActivitiesResponseBody

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

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

func (*GetServerActivitiesResponseBody) Error

type GetServerCapabilitiesResponseBody

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

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

func (*GetServerCapabilitiesResponseBody) Error

type GetServerIdentityErrors

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

func (*GetServerIdentityErrors) GetCode

func (o *GetServerIdentityErrors) GetCode() *float64

func (*GetServerIdentityErrors) GetMessage

func (o *GetServerIdentityErrors) GetMessage() *string

func (*GetServerIdentityErrors) GetStatus

func (o *GetServerIdentityErrors) GetStatus() *float64

type GetServerIdentityResponseBody

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

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

func (*GetServerIdentityResponseBody) Error

type GetServerListErrors

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

func (*GetServerListErrors) GetCode

func (o *GetServerListErrors) GetCode() *float64

func (*GetServerListErrors) GetMessage

func (o *GetServerListErrors) GetMessage() *string

func (*GetServerListErrors) GetStatus

func (o *GetServerListErrors) GetStatus() *float64

type GetServerListResponseBody

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

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

func (*GetServerListResponseBody) Error

func (e *GetServerListResponseBody) Error() string

type GetServerPreferencesErrors

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

func (*GetServerPreferencesErrors) GetCode

func (o *GetServerPreferencesErrors) GetCode() *float64

func (*GetServerPreferencesErrors) GetMessage

func (o *GetServerPreferencesErrors) GetMessage() *string

func (*GetServerPreferencesErrors) GetStatus

func (o *GetServerPreferencesErrors) GetStatus() *float64

type GetServerPreferencesResponseBody

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

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

func (*GetServerPreferencesResponseBody) Error

type GetSessionHistoryErrors

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

func (*GetSessionHistoryErrors) GetCode

func (o *GetSessionHistoryErrors) GetCode() *float64

func (*GetSessionHistoryErrors) GetMessage

func (o *GetSessionHistoryErrors) GetMessage() *string

func (*GetSessionHistoryErrors) GetStatus

func (o *GetSessionHistoryErrors) GetStatus() *float64

type GetSessionHistoryResponseBody

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

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

func (*GetSessionHistoryResponseBody) Error

type GetSessionsErrors

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

func (*GetSessionsErrors) GetCode

func (o *GetSessionsErrors) GetCode() *float64

func (*GetSessionsErrors) GetMessage

func (o *GetSessionsErrors) GetMessage() *string

func (*GetSessionsErrors) GetStatus

func (o *GetSessionsErrors) GetStatus() *float64

type GetSessionsResponseBody

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

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

func (*GetSessionsResponseBody) Error

func (e *GetSessionsResponseBody) Error() string

type GetSourceConnectionInformationErrors

type GetSourceConnectionInformationErrors struct {
	Code    *float64 `json:"code,omitempty"`
	Message *string  `json:"message,omitempty"`
	Status  *float64 `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 - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetSourceConnectionInformationResponseBody) Error

type GetStatisticsErrors added in v0.4.0

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

func (*GetStatisticsErrors) GetCode added in v0.4.0

func (o *GetStatisticsErrors) GetCode() *float64

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

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 - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.

func (*GetStatisticsResponseBody) Error added in v0.4.0

func (e *GetStatisticsResponseBody) Error() string

type GetTimelineErrors

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

func (*GetTimelineErrors) GetCode

func (o *GetTimelineErrors) GetCode() *float64

func (*GetTimelineErrors) GetMessage

func (o *GetTimelineErrors) GetMessage() *string

func (*GetTimelineErrors) GetStatus

func (o *GetTimelineErrors) GetStatus() *float64

type GetTimelineResponseBody

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

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

func (*GetTimelineResponseBody) Error

func (e *GetTimelineResponseBody) Error() string

type GetTokenErrors added in v0.2.0

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

func (*GetTokenErrors) GetCode added in v0.2.0

func (o *GetTokenErrors) GetCode() *float64

func (*GetTokenErrors) GetMessage added in v0.2.0

func (o *GetTokenErrors) GetMessage() *string

func (*GetTokenErrors) GetStatus added in v0.2.0

func (o *GetTokenErrors) GetStatus() *float64

type GetTokenResponseBody added in v0.2.0

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

GetTokenResponseBody - X-Plex-Client-Identifier is missing

func (*GetTokenResponseBody) Error added in v0.2.0

func (e *GetTokenResponseBody) Error() string

type GetTranscodeSessionsErrors

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

func (*GetTranscodeSessionsErrors) GetCode

func (o *GetTranscodeSessionsErrors) GetCode() *float64

func (*GetTranscodeSessionsErrors) GetMessage

func (o *GetTranscodeSessionsErrors) GetMessage() *string

func (*GetTranscodeSessionsErrors) GetStatus

func (o *GetTranscodeSessionsErrors) GetStatus() *float64

type GetTranscodeSessionsResponseBody

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

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

func (*GetTranscodeSessionsResponseBody) Error

type GetTransientTokenErrors

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

func (*GetTransientTokenErrors) GetCode

func (o *GetTransientTokenErrors) GetCode() *float64

func (*GetTransientTokenErrors) GetMessage

func (o *GetTransientTokenErrors) GetMessage() *string

func (*GetTransientTokenErrors) GetStatus

func (o *GetTransientTokenErrors) GetStatus() *float64

type GetTransientTokenResponseBody

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

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

func (*GetTransientTokenResponseBody) Error

type GetUpdateStatusErrors

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

func (*GetUpdateStatusErrors) GetCode

func (o *GetUpdateStatusErrors) GetCode() *float64

func (*GetUpdateStatusErrors) GetMessage

func (o *GetUpdateStatusErrors) GetMessage() *string

func (*GetUpdateStatusErrors) GetStatus

func (o *GetUpdateStatusErrors) GetStatus() *float64

type GetUpdateStatusResponseBody

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

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

func (*GetUpdateStatusResponseBody) Error

type LogLineErrors

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

func (*LogLineErrors) GetCode

func (o *LogLineErrors) GetCode() *float64

func (*LogLineErrors) GetMessage

func (o *LogLineErrors) GetMessage() *string

func (*LogLineErrors) GetStatus

func (o *LogLineErrors) GetStatus() *float64

type LogLineResponseBody

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

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

func (*LogLineResponseBody) Error

func (e *LogLineResponseBody) Error() string

type LogMultiLineErrors

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

func (*LogMultiLineErrors) GetCode

func (o *LogMultiLineErrors) GetCode() *float64

func (*LogMultiLineErrors) GetMessage

func (o *LogMultiLineErrors) GetMessage() *string

func (*LogMultiLineErrors) GetStatus

func (o *LogMultiLineErrors) GetStatus() *float64

type LogMultiLineResponseBody

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

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

func (*LogMultiLineResponseBody) Error

func (e *LogMultiLineResponseBody) Error() string

type MarkPlayedErrors

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

func (*MarkPlayedErrors) GetCode

func (o *MarkPlayedErrors) GetCode() *float64

func (*MarkPlayedErrors) GetMessage

func (o *MarkPlayedErrors) GetMessage() *string

func (*MarkPlayedErrors) GetStatus

func (o *MarkPlayedErrors) GetStatus() *float64

type MarkPlayedResponseBody

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

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

func (*MarkPlayedResponseBody) Error

func (e *MarkPlayedResponseBody) Error() string

type MarkUnplayedErrors

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

func (*MarkUnplayedErrors) GetCode

func (o *MarkUnplayedErrors) GetCode() *float64

func (*MarkUnplayedErrors) GetMessage

func (o *MarkUnplayedErrors) GetMessage() *string

func (*MarkUnplayedErrors) GetStatus

func (o *MarkUnplayedErrors) GetStatus() *float64

type MarkUnplayedResponseBody

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

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

func (*MarkUnplayedResponseBody) Error

func (e *MarkUnplayedResponseBody) Error() string

type PerformSearchErrors

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

func (*PerformSearchErrors) GetCode

func (o *PerformSearchErrors) GetCode() *float64

func (*PerformSearchErrors) GetMessage

func (o *PerformSearchErrors) GetMessage() *string

func (*PerformSearchErrors) GetStatus

func (o *PerformSearchErrors) GetStatus() *float64

type PerformSearchResponseBody

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

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

func (*PerformSearchResponseBody) Error

func (e *PerformSearchResponseBody) Error() string

type PerformVoiceSearchErrors

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

func (*PerformVoiceSearchErrors) GetCode

func (o *PerformVoiceSearchErrors) GetCode() *float64

func (*PerformVoiceSearchErrors) GetMessage

func (o *PerformVoiceSearchErrors) GetMessage() *string

func (*PerformVoiceSearchErrors) GetStatus

func (o *PerformVoiceSearchErrors) GetStatus() *float64

type PerformVoiceSearchResponseBody

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

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

func (*PerformVoiceSearchResponseBody) Error

type RefreshLibraryErrors

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

func (*RefreshLibraryErrors) GetCode

func (o *RefreshLibraryErrors) GetCode() *float64

func (*RefreshLibraryErrors) GetMessage

func (o *RefreshLibraryErrors) GetMessage() *string

func (*RefreshLibraryErrors) GetStatus

func (o *RefreshLibraryErrors) GetStatus() *float64

type RefreshLibraryResponseBody

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

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

func (*RefreshLibraryResponseBody) Error

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 StartAllTasksErrors

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

func (*StartAllTasksErrors) GetCode

func (o *StartAllTasksErrors) GetCode() *float64

func (*StartAllTasksErrors) GetMessage

func (o *StartAllTasksErrors) GetMessage() *string

func (*StartAllTasksErrors) GetStatus

func (o *StartAllTasksErrors) GetStatus() *float64

type StartAllTasksResponseBody

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

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

func (*StartAllTasksResponseBody) Error

func (e *StartAllTasksResponseBody) Error() string

type StartTaskErrors

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

func (*StartTaskErrors) GetCode

func (o *StartTaskErrors) GetCode() *float64

func (*StartTaskErrors) GetMessage

func (o *StartTaskErrors) GetMessage() *string

func (*StartTaskErrors) GetStatus

func (o *StartTaskErrors) GetStatus() *float64

type StartTaskResponseBody

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

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

func (*StartTaskResponseBody) Error

func (e *StartTaskResponseBody) Error() string

type StartUniversalTranscodeErrors

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

func (*StartUniversalTranscodeErrors) GetCode

func (o *StartUniversalTranscodeErrors) GetCode() *float64

func (*StartUniversalTranscodeErrors) GetMessage

func (o *StartUniversalTranscodeErrors) GetMessage() *string

func (*StartUniversalTranscodeErrors) GetStatus

func (o *StartUniversalTranscodeErrors) GetStatus() *float64

type StartUniversalTranscodeResponseBody

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

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

func (*StartUniversalTranscodeResponseBody) Error

type StopAllTasksErrors

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

func (*StopAllTasksErrors) GetCode

func (o *StopAllTasksErrors) GetCode() *float64

func (*StopAllTasksErrors) GetMessage

func (o *StopAllTasksErrors) GetMessage() *string

func (*StopAllTasksErrors) GetStatus

func (o *StopAllTasksErrors) GetStatus() *float64

type StopAllTasksResponseBody

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

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

func (*StopAllTasksResponseBody) Error

func (e *StopAllTasksResponseBody) Error() string

type StopTaskErrors

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

func (*StopTaskErrors) GetCode

func (o *StopTaskErrors) GetCode() *float64

func (*StopTaskErrors) GetMessage

func (o *StopTaskErrors) GetMessage() *string

func (*StopTaskErrors) GetStatus

func (o *StopTaskErrors) GetStatus() *float64

type StopTaskResponseBody

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

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

func (*StopTaskResponseBody) Error

func (e *StopTaskResponseBody) Error() string

type StopTranscodeSessionErrors

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

func (*StopTranscodeSessionErrors) GetCode

func (o *StopTranscodeSessionErrors) GetCode() *float64

func (*StopTranscodeSessionErrors) GetMessage

func (o *StopTranscodeSessionErrors) GetMessage() *string

func (*StopTranscodeSessionErrors) GetStatus

func (o *StopTranscodeSessionErrors) GetStatus() *float64

type StopTranscodeSessionResponseBody

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

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

func (*StopTranscodeSessionResponseBody) Error

type UpdatePlayProgressErrors

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

func (*UpdatePlayProgressErrors) GetCode

func (o *UpdatePlayProgressErrors) GetCode() *float64

func (*UpdatePlayProgressErrors) GetMessage

func (o *UpdatePlayProgressErrors) GetMessage() *string

func (*UpdatePlayProgressErrors) GetStatus

func (o *UpdatePlayProgressErrors) GetStatus() *float64

type UpdatePlayProgressResponseBody

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

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

func (*UpdatePlayProgressResponseBody) Error

type UpdatePlaylistErrors

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

func (*UpdatePlaylistErrors) GetCode

func (o *UpdatePlaylistErrors) GetCode() *float64

func (*UpdatePlaylistErrors) GetMessage

func (o *UpdatePlaylistErrors) GetMessage() *string

func (*UpdatePlaylistErrors) GetStatus

func (o *UpdatePlaylistErrors) GetStatus() *float64

type UpdatePlaylistResponseBody

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

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

func (*UpdatePlaylistResponseBody) Error

type UploadPlaylistErrors

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

func (*UploadPlaylistErrors) GetCode

func (o *UploadPlaylistErrors) GetCode() *float64

func (*UploadPlaylistErrors) GetMessage

func (o *UploadPlaylistErrors) GetMessage() *string

func (*UploadPlaylistErrors) GetStatus

func (o *UploadPlaylistErrors) GetStatus() *float64

type UploadPlaylistResponseBody

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

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

func (*UploadPlaylistResponseBody) Error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳