uploads

package
v0.0.0-...-e2f0fdc Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   PostLanguageunderstandingMinerUploads creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner
	*/
	PostLanguageunderstandingMinerUploads(ctx context.Context, params *PostLanguageunderstandingMinerUploadsParams) (*PostLanguageunderstandingMinerUploadsOK, error)
	/*
	   PostUploadsLearningCoverart generates pre signed URL to upload cover art for learning modules
	*/
	PostUploadsLearningCoverart(ctx context.Context, params *PostUploadsLearningCoverartParams) (*PostUploadsLearningCoverartOK, error)
	/*
	   PostUploadsPublicassetsImages creates presigned url for uploading a public asset image
	*/
	PostUploadsPublicassetsImages(ctx context.Context, params *PostUploadsPublicassetsImagesParams) (*PostUploadsPublicassetsImagesOK, error)
	/*
	   PostUploadsRecordings creates presigned url for uploading a recording file
	*/
	PostUploadsRecordings(ctx context.Context, params *PostUploadsRecordingsParams) (*PostUploadsRecordingsOK, error)
	/*
	   PostUploadsWorkforcemanagementHistoricaldataCsv creates presigned url for uploading w f m historical data file requires data in csv format
	*/
	PostUploadsWorkforcemanagementHistoricaldataCsv(ctx context.Context, params *PostUploadsWorkforcemanagementHistoricaldataCsvParams) (*PostUploadsWorkforcemanagementHistoricaldataCsvOK, error)
}

API is the interface of the uploads client

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for uploads API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client

New creates a new uploads API client.

func (*Client) PostLanguageunderstandingMinerUploads

func (a *Client) PostLanguageunderstandingMinerUploads(ctx context.Context, params *PostLanguageunderstandingMinerUploadsParams) (*PostLanguageunderstandingMinerUploadsOK, error)

PostLanguageunderstandingMinerUploads creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner

func (*Client) PostUploadsLearningCoverart

func (a *Client) PostUploadsLearningCoverart(ctx context.Context, params *PostUploadsLearningCoverartParams) (*PostUploadsLearningCoverartOK, error)

PostUploadsLearningCoverart generates pre signed URL to upload cover art for learning modules

func (*Client) PostUploadsPublicassetsImages

func (a *Client) PostUploadsPublicassetsImages(ctx context.Context, params *PostUploadsPublicassetsImagesParams) (*PostUploadsPublicassetsImagesOK, error)

PostUploadsPublicassetsImages creates presigned url for uploading a public asset image

func (*Client) PostUploadsRecordings

func (a *Client) PostUploadsRecordings(ctx context.Context, params *PostUploadsRecordingsParams) (*PostUploadsRecordingsOK, error)

PostUploadsRecordings creates presigned url for uploading a recording file

func (*Client) PostUploadsWorkforcemanagementHistoricaldataCsv

PostUploadsWorkforcemanagementHistoricaldataCsv creates presigned url for uploading w f m historical data file requires data in csv format

type PostLanguageunderstandingMinerUploadsBadRequest

type PostLanguageunderstandingMinerUploadsBadRequest struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostLanguageunderstandingMinerUploadsBadRequest

func NewPostLanguageunderstandingMinerUploadsBadRequest() *PostLanguageunderstandingMinerUploadsBadRequest

NewPostLanguageunderstandingMinerUploadsBadRequest creates a PostLanguageunderstandingMinerUploadsBadRequest with default headers values

func (*PostLanguageunderstandingMinerUploadsBadRequest) Error

func (*PostLanguageunderstandingMinerUploadsBadRequest) GetPayload

func (*PostLanguageunderstandingMinerUploadsBadRequest) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads bad request response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsBadRequest) IsCode

IsCode returns true when this post languageunderstanding miner uploads bad request response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsBadRequest) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads bad request response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsBadRequest) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads bad request response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsBadRequest) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads bad request response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsBadRequest) String

type PostLanguageunderstandingMinerUploadsForbidden

type PostLanguageunderstandingMinerUploadsForbidden struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostLanguageunderstandingMinerUploadsForbidden

func NewPostLanguageunderstandingMinerUploadsForbidden() *PostLanguageunderstandingMinerUploadsForbidden

NewPostLanguageunderstandingMinerUploadsForbidden creates a PostLanguageunderstandingMinerUploadsForbidden with default headers values

func (*PostLanguageunderstandingMinerUploadsForbidden) Error

func (*PostLanguageunderstandingMinerUploadsForbidden) GetPayload

func (*PostLanguageunderstandingMinerUploadsForbidden) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads forbidden response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsForbidden) IsCode

IsCode returns true when this post languageunderstanding miner uploads forbidden response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsForbidden) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads forbidden response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsForbidden) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads forbidden response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsForbidden) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads forbidden response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsForbidden) String

type PostLanguageunderstandingMinerUploadsGatewayTimeout

type PostLanguageunderstandingMinerUploadsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostLanguageunderstandingMinerUploadsGatewayTimeout

func NewPostLanguageunderstandingMinerUploadsGatewayTimeout() *PostLanguageunderstandingMinerUploadsGatewayTimeout

NewPostLanguageunderstandingMinerUploadsGatewayTimeout creates a PostLanguageunderstandingMinerUploadsGatewayTimeout with default headers values

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) Error

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) GetPayload

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads gateway timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) IsCode

IsCode returns true when this post languageunderstanding miner uploads gateway timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads gateway timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads gateway timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads gateway timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsGatewayTimeout) String

type PostLanguageunderstandingMinerUploadsInternalServerError

type PostLanguageunderstandingMinerUploadsInternalServerError struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostLanguageunderstandingMinerUploadsInternalServerError

func NewPostLanguageunderstandingMinerUploadsInternalServerError() *PostLanguageunderstandingMinerUploadsInternalServerError

NewPostLanguageunderstandingMinerUploadsInternalServerError creates a PostLanguageunderstandingMinerUploadsInternalServerError with default headers values

func (*PostLanguageunderstandingMinerUploadsInternalServerError) Error

func (*PostLanguageunderstandingMinerUploadsInternalServerError) GetPayload

func (*PostLanguageunderstandingMinerUploadsInternalServerError) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads internal server error response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsInternalServerError) IsCode

IsCode returns true when this post languageunderstanding miner uploads internal server error response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsInternalServerError) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads internal server error response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsInternalServerError) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads internal server error response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsInternalServerError) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads internal server error response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsInternalServerError) String

type PostLanguageunderstandingMinerUploadsNotFound

type PostLanguageunderstandingMinerUploadsNotFound struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostLanguageunderstandingMinerUploadsNotFound

func NewPostLanguageunderstandingMinerUploadsNotFound() *PostLanguageunderstandingMinerUploadsNotFound

NewPostLanguageunderstandingMinerUploadsNotFound creates a PostLanguageunderstandingMinerUploadsNotFound with default headers values

func (*PostLanguageunderstandingMinerUploadsNotFound) Error

func (*PostLanguageunderstandingMinerUploadsNotFound) GetPayload

func (*PostLanguageunderstandingMinerUploadsNotFound) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads not found response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsNotFound) IsCode

IsCode returns true when this post languageunderstanding miner uploads not found response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsNotFound) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads not found response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsNotFound) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads not found response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsNotFound) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads not found response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsNotFound) String

type PostLanguageunderstandingMinerUploadsOK

type PostLanguageunderstandingMinerUploadsOK struct {
	Payload *models.UploadURLResponse
}

PostLanguageunderstandingMinerUploadsOK describes a response with status code 200, with default header values.

Presigned URL successfully created.

func NewPostLanguageunderstandingMinerUploadsOK

func NewPostLanguageunderstandingMinerUploadsOK() *PostLanguageunderstandingMinerUploadsOK

NewPostLanguageunderstandingMinerUploadsOK creates a PostLanguageunderstandingMinerUploadsOK with default headers values

func (*PostLanguageunderstandingMinerUploadsOK) Error

func (*PostLanguageunderstandingMinerUploadsOK) GetPayload

func (*PostLanguageunderstandingMinerUploadsOK) IsClientError

func (o *PostLanguageunderstandingMinerUploadsOK) IsClientError() bool

IsClientError returns true when this post languageunderstanding miner uploads o k response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsOK) IsCode

IsCode returns true when this post languageunderstanding miner uploads o k response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsOK) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads o k response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsOK) IsServerError

func (o *PostLanguageunderstandingMinerUploadsOK) IsServerError() bool

IsServerError returns true when this post languageunderstanding miner uploads o k response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsOK) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads o k response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsOK) String

type PostLanguageunderstandingMinerUploadsParams

type PostLanguageunderstandingMinerUploadsParams struct {

	/* Body.

	   query
	*/
	Body models.Empty

	/* MinerID.

	   Miner ID
	*/
	MinerID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostLanguageunderstandingMinerUploadsParams contains all the parameters to send to the API endpoint

for the post languageunderstanding miner uploads operation.

Typically these are written to a http.Request.

func NewPostLanguageunderstandingMinerUploadsParams

func NewPostLanguageunderstandingMinerUploadsParams() *PostLanguageunderstandingMinerUploadsParams

NewPostLanguageunderstandingMinerUploadsParams creates a new PostLanguageunderstandingMinerUploadsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostLanguageunderstandingMinerUploadsParamsWithContext

func NewPostLanguageunderstandingMinerUploadsParamsWithContext(ctx context.Context) *PostLanguageunderstandingMinerUploadsParams

NewPostLanguageunderstandingMinerUploadsParamsWithContext creates a new PostLanguageunderstandingMinerUploadsParams object with the ability to set a context for a request.

func NewPostLanguageunderstandingMinerUploadsParamsWithHTTPClient

func NewPostLanguageunderstandingMinerUploadsParamsWithHTTPClient(client *http.Client) *PostLanguageunderstandingMinerUploadsParams

NewPostLanguageunderstandingMinerUploadsParamsWithHTTPClient creates a new PostLanguageunderstandingMinerUploadsParams object with the ability to set a custom HTTPClient for a request.

func NewPostLanguageunderstandingMinerUploadsParamsWithTimeout

func NewPostLanguageunderstandingMinerUploadsParamsWithTimeout(timeout time.Duration) *PostLanguageunderstandingMinerUploadsParams

NewPostLanguageunderstandingMinerUploadsParamsWithTimeout creates a new PostLanguageunderstandingMinerUploadsParams object with the ability to set a timeout on a request.

func (*PostLanguageunderstandingMinerUploadsParams) SetBody

SetBody adds the body to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) SetContext

SetContext adds the context to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) SetDefaults

SetDefaults hydrates default values in the post languageunderstanding miner uploads params (not the query body).

All values with no default are reset to their zero value.

func (*PostLanguageunderstandingMinerUploadsParams) SetHTTPClient

func (o *PostLanguageunderstandingMinerUploadsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) SetMinerID

func (o *PostLanguageunderstandingMinerUploadsParams) SetMinerID(minerID string)

SetMinerID adds the minerId to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) SetTimeout

SetTimeout adds the timeout to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WithBody

WithBody adds the body to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WithContext

WithContext adds the context to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WithDefaults

WithDefaults hydrates default values in the post languageunderstanding miner uploads params (not the query body).

All values with no default are reset to their zero value.

func (*PostLanguageunderstandingMinerUploadsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WithMinerID

WithMinerID adds the minerID to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WithTimeout

WithTimeout adds the timeout to the post languageunderstanding miner uploads params

func (*PostLanguageunderstandingMinerUploadsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostLanguageunderstandingMinerUploadsReader

type PostLanguageunderstandingMinerUploadsReader struct {
	// contains filtered or unexported fields
}

PostLanguageunderstandingMinerUploadsReader is a Reader for the PostLanguageunderstandingMinerUploads structure.

func (*PostLanguageunderstandingMinerUploadsReader) ReadResponse

func (o *PostLanguageunderstandingMinerUploadsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostLanguageunderstandingMinerUploadsRequestEntityTooLarge

type PostLanguageunderstandingMinerUploadsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostLanguageunderstandingMinerUploadsRequestEntityTooLarge

func NewPostLanguageunderstandingMinerUploadsRequestEntityTooLarge() *PostLanguageunderstandingMinerUploadsRequestEntityTooLarge

NewPostLanguageunderstandingMinerUploadsRequestEntityTooLarge creates a PostLanguageunderstandingMinerUploadsRequestEntityTooLarge with default headers values

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) Error

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) GetPayload

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads request entity too large response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) IsCode

IsCode returns true when this post languageunderstanding miner uploads request entity too large response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads request entity too large response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads request entity too large response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads request entity too large response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsRequestEntityTooLarge) String

type PostLanguageunderstandingMinerUploadsRequestTimeout

type PostLanguageunderstandingMinerUploadsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostLanguageunderstandingMinerUploadsRequestTimeout

func NewPostLanguageunderstandingMinerUploadsRequestTimeout() *PostLanguageunderstandingMinerUploadsRequestTimeout

NewPostLanguageunderstandingMinerUploadsRequestTimeout creates a PostLanguageunderstandingMinerUploadsRequestTimeout with default headers values

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) Error

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) GetPayload

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads request timeout response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) IsCode

IsCode returns true when this post languageunderstanding miner uploads request timeout response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads request timeout response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads request timeout response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads request timeout response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsRequestTimeout) String

type PostLanguageunderstandingMinerUploadsServiceUnavailable

type PostLanguageunderstandingMinerUploadsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostLanguageunderstandingMinerUploadsServiceUnavailable

func NewPostLanguageunderstandingMinerUploadsServiceUnavailable() *PostLanguageunderstandingMinerUploadsServiceUnavailable

NewPostLanguageunderstandingMinerUploadsServiceUnavailable creates a PostLanguageunderstandingMinerUploadsServiceUnavailable with default headers values

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) Error

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) GetPayload

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads service unavailable response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) IsCode

IsCode returns true when this post languageunderstanding miner uploads service unavailable response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads service unavailable response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads service unavailable response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads service unavailable response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsServiceUnavailable) String

type PostLanguageunderstandingMinerUploadsTooManyRequests

type PostLanguageunderstandingMinerUploadsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostLanguageunderstandingMinerUploadsTooManyRequests

func NewPostLanguageunderstandingMinerUploadsTooManyRequests() *PostLanguageunderstandingMinerUploadsTooManyRequests

NewPostLanguageunderstandingMinerUploadsTooManyRequests creates a PostLanguageunderstandingMinerUploadsTooManyRequests with default headers values

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) Error

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) GetPayload

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads too many requests response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) IsCode

IsCode returns true when this post languageunderstanding miner uploads too many requests response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads too many requests response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads too many requests response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads too many requests response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsTooManyRequests) String

type PostLanguageunderstandingMinerUploadsUnauthorized

type PostLanguageunderstandingMinerUploadsUnauthorized struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostLanguageunderstandingMinerUploadsUnauthorized

func NewPostLanguageunderstandingMinerUploadsUnauthorized() *PostLanguageunderstandingMinerUploadsUnauthorized

NewPostLanguageunderstandingMinerUploadsUnauthorized creates a PostLanguageunderstandingMinerUploadsUnauthorized with default headers values

func (*PostLanguageunderstandingMinerUploadsUnauthorized) Error

func (*PostLanguageunderstandingMinerUploadsUnauthorized) GetPayload

func (*PostLanguageunderstandingMinerUploadsUnauthorized) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads unauthorized response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsUnauthorized) IsCode

IsCode returns true when this post languageunderstanding miner uploads unauthorized response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsUnauthorized) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads unauthorized response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsUnauthorized) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads unauthorized response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsUnauthorized) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads unauthorized response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsUnauthorized) String

type PostLanguageunderstandingMinerUploadsUnsupportedMediaType

type PostLanguageunderstandingMinerUploadsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostLanguageunderstandingMinerUploadsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostLanguageunderstandingMinerUploadsUnsupportedMediaType

func NewPostLanguageunderstandingMinerUploadsUnsupportedMediaType() *PostLanguageunderstandingMinerUploadsUnsupportedMediaType

NewPostLanguageunderstandingMinerUploadsUnsupportedMediaType creates a PostLanguageunderstandingMinerUploadsUnsupportedMediaType with default headers values

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) Error

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) GetPayload

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) IsClientError

IsClientError returns true when this post languageunderstanding miner uploads unsupported media type response has a 4xx status code

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) IsCode

IsCode returns true when this post languageunderstanding miner uploads unsupported media type response a status code equal to that given

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post languageunderstanding miner uploads unsupported media type response has a 3xx status code

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) IsServerError

IsServerError returns true when this post languageunderstanding miner uploads unsupported media type response has a 5xx status code

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post languageunderstanding miner uploads unsupported media type response has a 2xx status code

func (*PostLanguageunderstandingMinerUploadsUnsupportedMediaType) String

type PostUploadsLearningCoverartBadRequest

type PostUploadsLearningCoverartBadRequest struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUploadsLearningCoverartBadRequest

func NewPostUploadsLearningCoverartBadRequest() *PostUploadsLearningCoverartBadRequest

NewPostUploadsLearningCoverartBadRequest creates a PostUploadsLearningCoverartBadRequest with default headers values

func (*PostUploadsLearningCoverartBadRequest) Error

func (*PostUploadsLearningCoverartBadRequest) GetPayload

func (*PostUploadsLearningCoverartBadRequest) IsClientError

func (o *PostUploadsLearningCoverartBadRequest) IsClientError() bool

IsClientError returns true when this post uploads learning coverart bad request response has a 4xx status code

func (*PostUploadsLearningCoverartBadRequest) IsCode

IsCode returns true when this post uploads learning coverart bad request response a status code equal to that given

func (*PostUploadsLearningCoverartBadRequest) IsRedirect

IsRedirect returns true when this post uploads learning coverart bad request response has a 3xx status code

func (*PostUploadsLearningCoverartBadRequest) IsServerError

func (o *PostUploadsLearningCoverartBadRequest) IsServerError() bool

IsServerError returns true when this post uploads learning coverart bad request response has a 5xx status code

func (*PostUploadsLearningCoverartBadRequest) IsSuccess

IsSuccess returns true when this post uploads learning coverart bad request response has a 2xx status code

func (*PostUploadsLearningCoverartBadRequest) String

type PostUploadsLearningCoverartForbidden

type PostUploadsLearningCoverartForbidden struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUploadsLearningCoverartForbidden

func NewPostUploadsLearningCoverartForbidden() *PostUploadsLearningCoverartForbidden

NewPostUploadsLearningCoverartForbidden creates a PostUploadsLearningCoverartForbidden with default headers values

func (*PostUploadsLearningCoverartForbidden) Error

func (*PostUploadsLearningCoverartForbidden) GetPayload

func (*PostUploadsLearningCoverartForbidden) IsClientError

func (o *PostUploadsLearningCoverartForbidden) IsClientError() bool

IsClientError returns true when this post uploads learning coverart forbidden response has a 4xx status code

func (*PostUploadsLearningCoverartForbidden) IsCode

IsCode returns true when this post uploads learning coverart forbidden response a status code equal to that given

func (*PostUploadsLearningCoverartForbidden) IsRedirect

IsRedirect returns true when this post uploads learning coverart forbidden response has a 3xx status code

func (*PostUploadsLearningCoverartForbidden) IsServerError

func (o *PostUploadsLearningCoverartForbidden) IsServerError() bool

IsServerError returns true when this post uploads learning coverart forbidden response has a 5xx status code

func (*PostUploadsLearningCoverartForbidden) IsSuccess

IsSuccess returns true when this post uploads learning coverart forbidden response has a 2xx status code

func (*PostUploadsLearningCoverartForbidden) String

type PostUploadsLearningCoverartGatewayTimeout

type PostUploadsLearningCoverartGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUploadsLearningCoverartGatewayTimeout

func NewPostUploadsLearningCoverartGatewayTimeout() *PostUploadsLearningCoverartGatewayTimeout

NewPostUploadsLearningCoverartGatewayTimeout creates a PostUploadsLearningCoverartGatewayTimeout with default headers values

func (*PostUploadsLearningCoverartGatewayTimeout) Error

func (*PostUploadsLearningCoverartGatewayTimeout) GetPayload

func (*PostUploadsLearningCoverartGatewayTimeout) IsClientError

IsClientError returns true when this post uploads learning coverart gateway timeout response has a 4xx status code

func (*PostUploadsLearningCoverartGatewayTimeout) IsCode

IsCode returns true when this post uploads learning coverart gateway timeout response a status code equal to that given

func (*PostUploadsLearningCoverartGatewayTimeout) IsRedirect

IsRedirect returns true when this post uploads learning coverart gateway timeout response has a 3xx status code

func (*PostUploadsLearningCoverartGatewayTimeout) IsServerError

IsServerError returns true when this post uploads learning coverart gateway timeout response has a 5xx status code

func (*PostUploadsLearningCoverartGatewayTimeout) IsSuccess

IsSuccess returns true when this post uploads learning coverart gateway timeout response has a 2xx status code

func (*PostUploadsLearningCoverartGatewayTimeout) String

type PostUploadsLearningCoverartInternalServerError

type PostUploadsLearningCoverartInternalServerError struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUploadsLearningCoverartInternalServerError

func NewPostUploadsLearningCoverartInternalServerError() *PostUploadsLearningCoverartInternalServerError

NewPostUploadsLearningCoverartInternalServerError creates a PostUploadsLearningCoverartInternalServerError with default headers values

func (*PostUploadsLearningCoverartInternalServerError) Error

func (*PostUploadsLearningCoverartInternalServerError) GetPayload

func (*PostUploadsLearningCoverartInternalServerError) IsClientError

IsClientError returns true when this post uploads learning coverart internal server error response has a 4xx status code

func (*PostUploadsLearningCoverartInternalServerError) IsCode

IsCode returns true when this post uploads learning coverart internal server error response a status code equal to that given

func (*PostUploadsLearningCoverartInternalServerError) IsRedirect

IsRedirect returns true when this post uploads learning coverart internal server error response has a 3xx status code

func (*PostUploadsLearningCoverartInternalServerError) IsServerError

IsServerError returns true when this post uploads learning coverart internal server error response has a 5xx status code

func (*PostUploadsLearningCoverartInternalServerError) IsSuccess

IsSuccess returns true when this post uploads learning coverart internal server error response has a 2xx status code

func (*PostUploadsLearningCoverartInternalServerError) String

type PostUploadsLearningCoverartNotFound

type PostUploadsLearningCoverartNotFound struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUploadsLearningCoverartNotFound

func NewPostUploadsLearningCoverartNotFound() *PostUploadsLearningCoverartNotFound

NewPostUploadsLearningCoverartNotFound creates a PostUploadsLearningCoverartNotFound with default headers values

func (*PostUploadsLearningCoverartNotFound) Error

func (*PostUploadsLearningCoverartNotFound) GetPayload

func (*PostUploadsLearningCoverartNotFound) IsClientError

func (o *PostUploadsLearningCoverartNotFound) IsClientError() bool

IsClientError returns true when this post uploads learning coverart not found response has a 4xx status code

func (*PostUploadsLearningCoverartNotFound) IsCode

IsCode returns true when this post uploads learning coverart not found response a status code equal to that given

func (*PostUploadsLearningCoverartNotFound) IsRedirect

func (o *PostUploadsLearningCoverartNotFound) IsRedirect() bool

IsRedirect returns true when this post uploads learning coverart not found response has a 3xx status code

func (*PostUploadsLearningCoverartNotFound) IsServerError

func (o *PostUploadsLearningCoverartNotFound) IsServerError() bool

IsServerError returns true when this post uploads learning coverart not found response has a 5xx status code

func (*PostUploadsLearningCoverartNotFound) IsSuccess

IsSuccess returns true when this post uploads learning coverart not found response has a 2xx status code

func (*PostUploadsLearningCoverartNotFound) String

type PostUploadsLearningCoverartOK

type PostUploadsLearningCoverartOK struct {
	Payload *models.UploadURLResponse
}

PostUploadsLearningCoverartOK describes a response with status code 200, with default header values.

Pre-signed urls successfully created.

func NewPostUploadsLearningCoverartOK

func NewPostUploadsLearningCoverartOK() *PostUploadsLearningCoverartOK

NewPostUploadsLearningCoverartOK creates a PostUploadsLearningCoverartOK with default headers values

func (*PostUploadsLearningCoverartOK) Error

func (*PostUploadsLearningCoverartOK) GetPayload

func (*PostUploadsLearningCoverartOK) IsClientError

func (o *PostUploadsLearningCoverartOK) IsClientError() bool

IsClientError returns true when this post uploads learning coverart o k response has a 4xx status code

func (*PostUploadsLearningCoverartOK) IsCode

func (o *PostUploadsLearningCoverartOK) IsCode(code int) bool

IsCode returns true when this post uploads learning coverart o k response a status code equal to that given

func (*PostUploadsLearningCoverartOK) IsRedirect

func (o *PostUploadsLearningCoverartOK) IsRedirect() bool

IsRedirect returns true when this post uploads learning coverart o k response has a 3xx status code

func (*PostUploadsLearningCoverartOK) IsServerError

func (o *PostUploadsLearningCoverartOK) IsServerError() bool

IsServerError returns true when this post uploads learning coverart o k response has a 5xx status code

func (*PostUploadsLearningCoverartOK) IsSuccess

func (o *PostUploadsLearningCoverartOK) IsSuccess() bool

IsSuccess returns true when this post uploads learning coverart o k response has a 2xx status code

func (*PostUploadsLearningCoverartOK) String

type PostUploadsLearningCoverartParams

type PostUploadsLearningCoverartParams struct {

	/* Body.

	   query
	*/
	Body *models.LearningCoverArtUploadURLRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUploadsLearningCoverartParams contains all the parameters to send to the API endpoint

for the post uploads learning coverart operation.

Typically these are written to a http.Request.

func NewPostUploadsLearningCoverartParams

func NewPostUploadsLearningCoverartParams() *PostUploadsLearningCoverartParams

NewPostUploadsLearningCoverartParams creates a new PostUploadsLearningCoverartParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostUploadsLearningCoverartParamsWithContext

func NewPostUploadsLearningCoverartParamsWithContext(ctx context.Context) *PostUploadsLearningCoverartParams

NewPostUploadsLearningCoverartParamsWithContext creates a new PostUploadsLearningCoverartParams object with the ability to set a context for a request.

func NewPostUploadsLearningCoverartParamsWithHTTPClient

func NewPostUploadsLearningCoverartParamsWithHTTPClient(client *http.Client) *PostUploadsLearningCoverartParams

NewPostUploadsLearningCoverartParamsWithHTTPClient creates a new PostUploadsLearningCoverartParams object with the ability to set a custom HTTPClient for a request.

func NewPostUploadsLearningCoverartParamsWithTimeout

func NewPostUploadsLearningCoverartParamsWithTimeout(timeout time.Duration) *PostUploadsLearningCoverartParams

NewPostUploadsLearningCoverartParamsWithTimeout creates a new PostUploadsLearningCoverartParams object with the ability to set a timeout on a request.

func (*PostUploadsLearningCoverartParams) SetBody

SetBody adds the body to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) SetContext

SetContext adds the context to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) SetDefaults

func (o *PostUploadsLearningCoverartParams) SetDefaults()

SetDefaults hydrates default values in the post uploads learning coverart params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsLearningCoverartParams) SetHTTPClient

func (o *PostUploadsLearningCoverartParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) SetTimeout

func (o *PostUploadsLearningCoverartParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) WithBody

WithBody adds the body to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) WithContext

WithContext adds the context to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) WithDefaults

WithDefaults hydrates default values in the post uploads learning coverart params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsLearningCoverartParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) WithTimeout

WithTimeout adds the timeout to the post uploads learning coverart params

func (*PostUploadsLearningCoverartParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUploadsLearningCoverartReader

type PostUploadsLearningCoverartReader struct {
	// contains filtered or unexported fields
}

PostUploadsLearningCoverartReader is a Reader for the PostUploadsLearningCoverart structure.

func (*PostUploadsLearningCoverartReader) ReadResponse

func (o *PostUploadsLearningCoverartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUploadsLearningCoverartRequestEntityTooLarge

type PostUploadsLearningCoverartRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUploadsLearningCoverartRequestEntityTooLarge

func NewPostUploadsLearningCoverartRequestEntityTooLarge() *PostUploadsLearningCoverartRequestEntityTooLarge

NewPostUploadsLearningCoverartRequestEntityTooLarge creates a PostUploadsLearningCoverartRequestEntityTooLarge with default headers values

func (*PostUploadsLearningCoverartRequestEntityTooLarge) Error

func (*PostUploadsLearningCoverartRequestEntityTooLarge) GetPayload

func (*PostUploadsLearningCoverartRequestEntityTooLarge) IsClientError

IsClientError returns true when this post uploads learning coverart request entity too large response has a 4xx status code

func (*PostUploadsLearningCoverartRequestEntityTooLarge) IsCode

IsCode returns true when this post uploads learning coverart request entity too large response a status code equal to that given

func (*PostUploadsLearningCoverartRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post uploads learning coverart request entity too large response has a 3xx status code

func (*PostUploadsLearningCoverartRequestEntityTooLarge) IsServerError

IsServerError returns true when this post uploads learning coverart request entity too large response has a 5xx status code

func (*PostUploadsLearningCoverartRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post uploads learning coverart request entity too large response has a 2xx status code

func (*PostUploadsLearningCoverartRequestEntityTooLarge) String

type PostUploadsLearningCoverartRequestTimeout

type PostUploadsLearningCoverartRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUploadsLearningCoverartRequestTimeout

func NewPostUploadsLearningCoverartRequestTimeout() *PostUploadsLearningCoverartRequestTimeout

NewPostUploadsLearningCoverartRequestTimeout creates a PostUploadsLearningCoverartRequestTimeout with default headers values

func (*PostUploadsLearningCoverartRequestTimeout) Error

func (*PostUploadsLearningCoverartRequestTimeout) GetPayload

func (*PostUploadsLearningCoverartRequestTimeout) IsClientError

IsClientError returns true when this post uploads learning coverart request timeout response has a 4xx status code

func (*PostUploadsLearningCoverartRequestTimeout) IsCode

IsCode returns true when this post uploads learning coverart request timeout response a status code equal to that given

func (*PostUploadsLearningCoverartRequestTimeout) IsRedirect

IsRedirect returns true when this post uploads learning coverart request timeout response has a 3xx status code

func (*PostUploadsLearningCoverartRequestTimeout) IsServerError

IsServerError returns true when this post uploads learning coverart request timeout response has a 5xx status code

func (*PostUploadsLearningCoverartRequestTimeout) IsSuccess

IsSuccess returns true when this post uploads learning coverart request timeout response has a 2xx status code

func (*PostUploadsLearningCoverartRequestTimeout) String

type PostUploadsLearningCoverartServiceUnavailable

type PostUploadsLearningCoverartServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUploadsLearningCoverartServiceUnavailable

func NewPostUploadsLearningCoverartServiceUnavailable() *PostUploadsLearningCoverartServiceUnavailable

NewPostUploadsLearningCoverartServiceUnavailable creates a PostUploadsLearningCoverartServiceUnavailable with default headers values

func (*PostUploadsLearningCoverartServiceUnavailable) Error

func (*PostUploadsLearningCoverartServiceUnavailable) GetPayload

func (*PostUploadsLearningCoverartServiceUnavailable) IsClientError

IsClientError returns true when this post uploads learning coverart service unavailable response has a 4xx status code

func (*PostUploadsLearningCoverartServiceUnavailable) IsCode

IsCode returns true when this post uploads learning coverart service unavailable response a status code equal to that given

func (*PostUploadsLearningCoverartServiceUnavailable) IsRedirect

IsRedirect returns true when this post uploads learning coverart service unavailable response has a 3xx status code

func (*PostUploadsLearningCoverartServiceUnavailable) IsServerError

IsServerError returns true when this post uploads learning coverart service unavailable response has a 5xx status code

func (*PostUploadsLearningCoverartServiceUnavailable) IsSuccess

IsSuccess returns true when this post uploads learning coverart service unavailable response has a 2xx status code

func (*PostUploadsLearningCoverartServiceUnavailable) String

type PostUploadsLearningCoverartTooManyRequests

type PostUploadsLearningCoverartTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUploadsLearningCoverartTooManyRequests

func NewPostUploadsLearningCoverartTooManyRequests() *PostUploadsLearningCoverartTooManyRequests

NewPostUploadsLearningCoverartTooManyRequests creates a PostUploadsLearningCoverartTooManyRequests with default headers values

func (*PostUploadsLearningCoverartTooManyRequests) Error

func (*PostUploadsLearningCoverartTooManyRequests) GetPayload

func (*PostUploadsLearningCoverartTooManyRequests) IsClientError

IsClientError returns true when this post uploads learning coverart too many requests response has a 4xx status code

func (*PostUploadsLearningCoverartTooManyRequests) IsCode

IsCode returns true when this post uploads learning coverart too many requests response a status code equal to that given

func (*PostUploadsLearningCoverartTooManyRequests) IsRedirect

IsRedirect returns true when this post uploads learning coverart too many requests response has a 3xx status code

func (*PostUploadsLearningCoverartTooManyRequests) IsServerError

IsServerError returns true when this post uploads learning coverart too many requests response has a 5xx status code

func (*PostUploadsLearningCoverartTooManyRequests) IsSuccess

IsSuccess returns true when this post uploads learning coverart too many requests response has a 2xx status code

func (*PostUploadsLearningCoverartTooManyRequests) String

type PostUploadsLearningCoverartUnauthorized

type PostUploadsLearningCoverartUnauthorized struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUploadsLearningCoverartUnauthorized

func NewPostUploadsLearningCoverartUnauthorized() *PostUploadsLearningCoverartUnauthorized

NewPostUploadsLearningCoverartUnauthorized creates a PostUploadsLearningCoverartUnauthorized with default headers values

func (*PostUploadsLearningCoverartUnauthorized) Error

func (*PostUploadsLearningCoverartUnauthorized) GetPayload

func (*PostUploadsLearningCoverartUnauthorized) IsClientError

func (o *PostUploadsLearningCoverartUnauthorized) IsClientError() bool

IsClientError returns true when this post uploads learning coverart unauthorized response has a 4xx status code

func (*PostUploadsLearningCoverartUnauthorized) IsCode

IsCode returns true when this post uploads learning coverart unauthorized response a status code equal to that given

func (*PostUploadsLearningCoverartUnauthorized) IsRedirect

IsRedirect returns true when this post uploads learning coverart unauthorized response has a 3xx status code

func (*PostUploadsLearningCoverartUnauthorized) IsServerError

func (o *PostUploadsLearningCoverartUnauthorized) IsServerError() bool

IsServerError returns true when this post uploads learning coverart unauthorized response has a 5xx status code

func (*PostUploadsLearningCoverartUnauthorized) IsSuccess

IsSuccess returns true when this post uploads learning coverart unauthorized response has a 2xx status code

func (*PostUploadsLearningCoverartUnauthorized) String

type PostUploadsLearningCoverartUnsupportedMediaType

type PostUploadsLearningCoverartUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUploadsLearningCoverartUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUploadsLearningCoverartUnsupportedMediaType

func NewPostUploadsLearningCoverartUnsupportedMediaType() *PostUploadsLearningCoverartUnsupportedMediaType

NewPostUploadsLearningCoverartUnsupportedMediaType creates a PostUploadsLearningCoverartUnsupportedMediaType with default headers values

func (*PostUploadsLearningCoverartUnsupportedMediaType) Error

func (*PostUploadsLearningCoverartUnsupportedMediaType) GetPayload

func (*PostUploadsLearningCoverartUnsupportedMediaType) IsClientError

IsClientError returns true when this post uploads learning coverart unsupported media type response has a 4xx status code

func (*PostUploadsLearningCoverartUnsupportedMediaType) IsCode

IsCode returns true when this post uploads learning coverart unsupported media type response a status code equal to that given

func (*PostUploadsLearningCoverartUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post uploads learning coverart unsupported media type response has a 3xx status code

func (*PostUploadsLearningCoverartUnsupportedMediaType) IsServerError

IsServerError returns true when this post uploads learning coverart unsupported media type response has a 5xx status code

func (*PostUploadsLearningCoverartUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post uploads learning coverart unsupported media type response has a 2xx status code

func (*PostUploadsLearningCoverartUnsupportedMediaType) String

type PostUploadsPublicassetsImagesBadRequest

type PostUploadsPublicassetsImagesBadRequest struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUploadsPublicassetsImagesBadRequest

func NewPostUploadsPublicassetsImagesBadRequest() *PostUploadsPublicassetsImagesBadRequest

NewPostUploadsPublicassetsImagesBadRequest creates a PostUploadsPublicassetsImagesBadRequest with default headers values

func (*PostUploadsPublicassetsImagesBadRequest) Error

func (*PostUploadsPublicassetsImagesBadRequest) GetPayload

func (*PostUploadsPublicassetsImagesBadRequest) IsClientError

func (o *PostUploadsPublicassetsImagesBadRequest) IsClientError() bool

IsClientError returns true when this post uploads publicassets images bad request response has a 4xx status code

func (*PostUploadsPublicassetsImagesBadRequest) IsCode

IsCode returns true when this post uploads publicassets images bad request response a status code equal to that given

func (*PostUploadsPublicassetsImagesBadRequest) IsRedirect

IsRedirect returns true when this post uploads publicassets images bad request response has a 3xx status code

func (*PostUploadsPublicassetsImagesBadRequest) IsServerError

func (o *PostUploadsPublicassetsImagesBadRequest) IsServerError() bool

IsServerError returns true when this post uploads publicassets images bad request response has a 5xx status code

func (*PostUploadsPublicassetsImagesBadRequest) IsSuccess

IsSuccess returns true when this post uploads publicassets images bad request response has a 2xx status code

func (*PostUploadsPublicassetsImagesBadRequest) String

type PostUploadsPublicassetsImagesForbidden

type PostUploadsPublicassetsImagesForbidden struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUploadsPublicassetsImagesForbidden

func NewPostUploadsPublicassetsImagesForbidden() *PostUploadsPublicassetsImagesForbidden

NewPostUploadsPublicassetsImagesForbidden creates a PostUploadsPublicassetsImagesForbidden with default headers values

func (*PostUploadsPublicassetsImagesForbidden) Error

func (*PostUploadsPublicassetsImagesForbidden) GetPayload

func (*PostUploadsPublicassetsImagesForbidden) IsClientError

func (o *PostUploadsPublicassetsImagesForbidden) IsClientError() bool

IsClientError returns true when this post uploads publicassets images forbidden response has a 4xx status code

func (*PostUploadsPublicassetsImagesForbidden) IsCode

IsCode returns true when this post uploads publicassets images forbidden response a status code equal to that given

func (*PostUploadsPublicassetsImagesForbidden) IsRedirect

IsRedirect returns true when this post uploads publicassets images forbidden response has a 3xx status code

func (*PostUploadsPublicassetsImagesForbidden) IsServerError

func (o *PostUploadsPublicassetsImagesForbidden) IsServerError() bool

IsServerError returns true when this post uploads publicassets images forbidden response has a 5xx status code

func (*PostUploadsPublicassetsImagesForbidden) IsSuccess

IsSuccess returns true when this post uploads publicassets images forbidden response has a 2xx status code

func (*PostUploadsPublicassetsImagesForbidden) String

type PostUploadsPublicassetsImagesGatewayTimeout

type PostUploadsPublicassetsImagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUploadsPublicassetsImagesGatewayTimeout

func NewPostUploadsPublicassetsImagesGatewayTimeout() *PostUploadsPublicassetsImagesGatewayTimeout

NewPostUploadsPublicassetsImagesGatewayTimeout creates a PostUploadsPublicassetsImagesGatewayTimeout with default headers values

func (*PostUploadsPublicassetsImagesGatewayTimeout) Error

func (*PostUploadsPublicassetsImagesGatewayTimeout) GetPayload

func (*PostUploadsPublicassetsImagesGatewayTimeout) IsClientError

IsClientError returns true when this post uploads publicassets images gateway timeout response has a 4xx status code

func (*PostUploadsPublicassetsImagesGatewayTimeout) IsCode

IsCode returns true when this post uploads publicassets images gateway timeout response a status code equal to that given

func (*PostUploadsPublicassetsImagesGatewayTimeout) IsRedirect

IsRedirect returns true when this post uploads publicassets images gateway timeout response has a 3xx status code

func (*PostUploadsPublicassetsImagesGatewayTimeout) IsServerError

IsServerError returns true when this post uploads publicassets images gateway timeout response has a 5xx status code

func (*PostUploadsPublicassetsImagesGatewayTimeout) IsSuccess

IsSuccess returns true when this post uploads publicassets images gateway timeout response has a 2xx status code

func (*PostUploadsPublicassetsImagesGatewayTimeout) String

type PostUploadsPublicassetsImagesInternalServerError

type PostUploadsPublicassetsImagesInternalServerError struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUploadsPublicassetsImagesInternalServerError

func NewPostUploadsPublicassetsImagesInternalServerError() *PostUploadsPublicassetsImagesInternalServerError

NewPostUploadsPublicassetsImagesInternalServerError creates a PostUploadsPublicassetsImagesInternalServerError with default headers values

func (*PostUploadsPublicassetsImagesInternalServerError) Error

func (*PostUploadsPublicassetsImagesInternalServerError) GetPayload

func (*PostUploadsPublicassetsImagesInternalServerError) IsClientError

IsClientError returns true when this post uploads publicassets images internal server error response has a 4xx status code

func (*PostUploadsPublicassetsImagesInternalServerError) IsCode

IsCode returns true when this post uploads publicassets images internal server error response a status code equal to that given

func (*PostUploadsPublicassetsImagesInternalServerError) IsRedirect

IsRedirect returns true when this post uploads publicassets images internal server error response has a 3xx status code

func (*PostUploadsPublicassetsImagesInternalServerError) IsServerError

IsServerError returns true when this post uploads publicassets images internal server error response has a 5xx status code

func (*PostUploadsPublicassetsImagesInternalServerError) IsSuccess

IsSuccess returns true when this post uploads publicassets images internal server error response has a 2xx status code

func (*PostUploadsPublicassetsImagesInternalServerError) String

type PostUploadsPublicassetsImagesNotFound

type PostUploadsPublicassetsImagesNotFound struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUploadsPublicassetsImagesNotFound

func NewPostUploadsPublicassetsImagesNotFound() *PostUploadsPublicassetsImagesNotFound

NewPostUploadsPublicassetsImagesNotFound creates a PostUploadsPublicassetsImagesNotFound with default headers values

func (*PostUploadsPublicassetsImagesNotFound) Error

func (*PostUploadsPublicassetsImagesNotFound) GetPayload

func (*PostUploadsPublicassetsImagesNotFound) IsClientError

func (o *PostUploadsPublicassetsImagesNotFound) IsClientError() bool

IsClientError returns true when this post uploads publicassets images not found response has a 4xx status code

func (*PostUploadsPublicassetsImagesNotFound) IsCode

IsCode returns true when this post uploads publicassets images not found response a status code equal to that given

func (*PostUploadsPublicassetsImagesNotFound) IsRedirect

IsRedirect returns true when this post uploads publicassets images not found response has a 3xx status code

func (*PostUploadsPublicassetsImagesNotFound) IsServerError

func (o *PostUploadsPublicassetsImagesNotFound) IsServerError() bool

IsServerError returns true when this post uploads publicassets images not found response has a 5xx status code

func (*PostUploadsPublicassetsImagesNotFound) IsSuccess

IsSuccess returns true when this post uploads publicassets images not found response has a 2xx status code

func (*PostUploadsPublicassetsImagesNotFound) String

type PostUploadsPublicassetsImagesOK

type PostUploadsPublicassetsImagesOK struct {
	Payload *models.UploadURLResponse
}

PostUploadsPublicassetsImagesOK describes a response with status code 200, with default header values.

Presigned url successfully created.

func NewPostUploadsPublicassetsImagesOK

func NewPostUploadsPublicassetsImagesOK() *PostUploadsPublicassetsImagesOK

NewPostUploadsPublicassetsImagesOK creates a PostUploadsPublicassetsImagesOK with default headers values

func (*PostUploadsPublicassetsImagesOK) Error

func (*PostUploadsPublicassetsImagesOK) GetPayload

func (*PostUploadsPublicassetsImagesOK) IsClientError

func (o *PostUploadsPublicassetsImagesOK) IsClientError() bool

IsClientError returns true when this post uploads publicassets images o k response has a 4xx status code

func (*PostUploadsPublicassetsImagesOK) IsCode

func (o *PostUploadsPublicassetsImagesOK) IsCode(code int) bool

IsCode returns true when this post uploads publicassets images o k response a status code equal to that given

func (*PostUploadsPublicassetsImagesOK) IsRedirect

func (o *PostUploadsPublicassetsImagesOK) IsRedirect() bool

IsRedirect returns true when this post uploads publicassets images o k response has a 3xx status code

func (*PostUploadsPublicassetsImagesOK) IsServerError

func (o *PostUploadsPublicassetsImagesOK) IsServerError() bool

IsServerError returns true when this post uploads publicassets images o k response has a 5xx status code

func (*PostUploadsPublicassetsImagesOK) IsSuccess

func (o *PostUploadsPublicassetsImagesOK) IsSuccess() bool

IsSuccess returns true when this post uploads publicassets images o k response has a 2xx status code

func (*PostUploadsPublicassetsImagesOK) String

type PostUploadsPublicassetsImagesParams

type PostUploadsPublicassetsImagesParams struct {

	/* Body.

	   query
	*/
	Body *models.UploadURLRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUploadsPublicassetsImagesParams contains all the parameters to send to the API endpoint

for the post uploads publicassets images operation.

Typically these are written to a http.Request.

func NewPostUploadsPublicassetsImagesParams

func NewPostUploadsPublicassetsImagesParams() *PostUploadsPublicassetsImagesParams

NewPostUploadsPublicassetsImagesParams creates a new PostUploadsPublicassetsImagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostUploadsPublicassetsImagesParamsWithContext

func NewPostUploadsPublicassetsImagesParamsWithContext(ctx context.Context) *PostUploadsPublicassetsImagesParams

NewPostUploadsPublicassetsImagesParamsWithContext creates a new PostUploadsPublicassetsImagesParams object with the ability to set a context for a request.

func NewPostUploadsPublicassetsImagesParamsWithHTTPClient

func NewPostUploadsPublicassetsImagesParamsWithHTTPClient(client *http.Client) *PostUploadsPublicassetsImagesParams

NewPostUploadsPublicassetsImagesParamsWithHTTPClient creates a new PostUploadsPublicassetsImagesParams object with the ability to set a custom HTTPClient for a request.

func NewPostUploadsPublicassetsImagesParamsWithTimeout

func NewPostUploadsPublicassetsImagesParamsWithTimeout(timeout time.Duration) *PostUploadsPublicassetsImagesParams

NewPostUploadsPublicassetsImagesParamsWithTimeout creates a new PostUploadsPublicassetsImagesParams object with the ability to set a timeout on a request.

func (*PostUploadsPublicassetsImagesParams) SetBody

SetBody adds the body to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) SetContext

SetContext adds the context to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) SetDefaults

func (o *PostUploadsPublicassetsImagesParams) SetDefaults()

SetDefaults hydrates default values in the post uploads publicassets images params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsPublicassetsImagesParams) SetHTTPClient

func (o *PostUploadsPublicassetsImagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) SetTimeout

func (o *PostUploadsPublicassetsImagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) WithBody

WithBody adds the body to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) WithContext

WithContext adds the context to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) WithDefaults

WithDefaults hydrates default values in the post uploads publicassets images params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsPublicassetsImagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) WithTimeout

WithTimeout adds the timeout to the post uploads publicassets images params

func (*PostUploadsPublicassetsImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUploadsPublicassetsImagesReader

type PostUploadsPublicassetsImagesReader struct {
	// contains filtered or unexported fields
}

PostUploadsPublicassetsImagesReader is a Reader for the PostUploadsPublicassetsImages structure.

func (*PostUploadsPublicassetsImagesReader) ReadResponse

func (o *PostUploadsPublicassetsImagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUploadsPublicassetsImagesRequestEntityTooLarge

type PostUploadsPublicassetsImagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUploadsPublicassetsImagesRequestEntityTooLarge

func NewPostUploadsPublicassetsImagesRequestEntityTooLarge() *PostUploadsPublicassetsImagesRequestEntityTooLarge

NewPostUploadsPublicassetsImagesRequestEntityTooLarge creates a PostUploadsPublicassetsImagesRequestEntityTooLarge with default headers values

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) Error

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) GetPayload

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this post uploads publicassets images request entity too large response has a 4xx status code

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) IsCode

IsCode returns true when this post uploads publicassets images request entity too large response a status code equal to that given

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post uploads publicassets images request entity too large response has a 3xx status code

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this post uploads publicassets images request entity too large response has a 5xx status code

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post uploads publicassets images request entity too large response has a 2xx status code

func (*PostUploadsPublicassetsImagesRequestEntityTooLarge) String

type PostUploadsPublicassetsImagesRequestTimeout

type PostUploadsPublicassetsImagesRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUploadsPublicassetsImagesRequestTimeout

func NewPostUploadsPublicassetsImagesRequestTimeout() *PostUploadsPublicassetsImagesRequestTimeout

NewPostUploadsPublicassetsImagesRequestTimeout creates a PostUploadsPublicassetsImagesRequestTimeout with default headers values

func (*PostUploadsPublicassetsImagesRequestTimeout) Error

func (*PostUploadsPublicassetsImagesRequestTimeout) GetPayload

func (*PostUploadsPublicassetsImagesRequestTimeout) IsClientError

IsClientError returns true when this post uploads publicassets images request timeout response has a 4xx status code

func (*PostUploadsPublicassetsImagesRequestTimeout) IsCode

IsCode returns true when this post uploads publicassets images request timeout response a status code equal to that given

func (*PostUploadsPublicassetsImagesRequestTimeout) IsRedirect

IsRedirect returns true when this post uploads publicassets images request timeout response has a 3xx status code

func (*PostUploadsPublicassetsImagesRequestTimeout) IsServerError

IsServerError returns true when this post uploads publicassets images request timeout response has a 5xx status code

func (*PostUploadsPublicassetsImagesRequestTimeout) IsSuccess

IsSuccess returns true when this post uploads publicassets images request timeout response has a 2xx status code

func (*PostUploadsPublicassetsImagesRequestTimeout) String

type PostUploadsPublicassetsImagesServiceUnavailable

type PostUploadsPublicassetsImagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUploadsPublicassetsImagesServiceUnavailable

func NewPostUploadsPublicassetsImagesServiceUnavailable() *PostUploadsPublicassetsImagesServiceUnavailable

NewPostUploadsPublicassetsImagesServiceUnavailable creates a PostUploadsPublicassetsImagesServiceUnavailable with default headers values

func (*PostUploadsPublicassetsImagesServiceUnavailable) Error

func (*PostUploadsPublicassetsImagesServiceUnavailable) GetPayload

func (*PostUploadsPublicassetsImagesServiceUnavailable) IsClientError

IsClientError returns true when this post uploads publicassets images service unavailable response has a 4xx status code

func (*PostUploadsPublicassetsImagesServiceUnavailable) IsCode

IsCode returns true when this post uploads publicassets images service unavailable response a status code equal to that given

func (*PostUploadsPublicassetsImagesServiceUnavailable) IsRedirect

IsRedirect returns true when this post uploads publicassets images service unavailable response has a 3xx status code

func (*PostUploadsPublicassetsImagesServiceUnavailable) IsServerError

IsServerError returns true when this post uploads publicassets images service unavailable response has a 5xx status code

func (*PostUploadsPublicassetsImagesServiceUnavailable) IsSuccess

IsSuccess returns true when this post uploads publicassets images service unavailable response has a 2xx status code

func (*PostUploadsPublicassetsImagesServiceUnavailable) String

type PostUploadsPublicassetsImagesTooManyRequests

type PostUploadsPublicassetsImagesTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUploadsPublicassetsImagesTooManyRequests

func NewPostUploadsPublicassetsImagesTooManyRequests() *PostUploadsPublicassetsImagesTooManyRequests

NewPostUploadsPublicassetsImagesTooManyRequests creates a PostUploadsPublicassetsImagesTooManyRequests with default headers values

func (*PostUploadsPublicassetsImagesTooManyRequests) Error

func (*PostUploadsPublicassetsImagesTooManyRequests) GetPayload

func (*PostUploadsPublicassetsImagesTooManyRequests) IsClientError

IsClientError returns true when this post uploads publicassets images too many requests response has a 4xx status code

func (*PostUploadsPublicassetsImagesTooManyRequests) IsCode

IsCode returns true when this post uploads publicassets images too many requests response a status code equal to that given

func (*PostUploadsPublicassetsImagesTooManyRequests) IsRedirect

IsRedirect returns true when this post uploads publicassets images too many requests response has a 3xx status code

func (*PostUploadsPublicassetsImagesTooManyRequests) IsServerError

IsServerError returns true when this post uploads publicassets images too many requests response has a 5xx status code

func (*PostUploadsPublicassetsImagesTooManyRequests) IsSuccess

IsSuccess returns true when this post uploads publicassets images too many requests response has a 2xx status code

func (*PostUploadsPublicassetsImagesTooManyRequests) String

type PostUploadsPublicassetsImagesUnauthorized

type PostUploadsPublicassetsImagesUnauthorized struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUploadsPublicassetsImagesUnauthorized

func NewPostUploadsPublicassetsImagesUnauthorized() *PostUploadsPublicassetsImagesUnauthorized

NewPostUploadsPublicassetsImagesUnauthorized creates a PostUploadsPublicassetsImagesUnauthorized with default headers values

func (*PostUploadsPublicassetsImagesUnauthorized) Error

func (*PostUploadsPublicassetsImagesUnauthorized) GetPayload

func (*PostUploadsPublicassetsImagesUnauthorized) IsClientError

IsClientError returns true when this post uploads publicassets images unauthorized response has a 4xx status code

func (*PostUploadsPublicassetsImagesUnauthorized) IsCode

IsCode returns true when this post uploads publicassets images unauthorized response a status code equal to that given

func (*PostUploadsPublicassetsImagesUnauthorized) IsRedirect

IsRedirect returns true when this post uploads publicassets images unauthorized response has a 3xx status code

func (*PostUploadsPublicassetsImagesUnauthorized) IsServerError

IsServerError returns true when this post uploads publicassets images unauthorized response has a 5xx status code

func (*PostUploadsPublicassetsImagesUnauthorized) IsSuccess

IsSuccess returns true when this post uploads publicassets images unauthorized response has a 2xx status code

func (*PostUploadsPublicassetsImagesUnauthorized) String

type PostUploadsPublicassetsImagesUnsupportedMediaType

type PostUploadsPublicassetsImagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUploadsPublicassetsImagesUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUploadsPublicassetsImagesUnsupportedMediaType

func NewPostUploadsPublicassetsImagesUnsupportedMediaType() *PostUploadsPublicassetsImagesUnsupportedMediaType

NewPostUploadsPublicassetsImagesUnsupportedMediaType creates a PostUploadsPublicassetsImagesUnsupportedMediaType with default headers values

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) Error

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) GetPayload

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) IsClientError

IsClientError returns true when this post uploads publicassets images unsupported media type response has a 4xx status code

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) IsCode

IsCode returns true when this post uploads publicassets images unsupported media type response a status code equal to that given

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post uploads publicassets images unsupported media type response has a 3xx status code

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) IsServerError

IsServerError returns true when this post uploads publicassets images unsupported media type response has a 5xx status code

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post uploads publicassets images unsupported media type response has a 2xx status code

func (*PostUploadsPublicassetsImagesUnsupportedMediaType) String

type PostUploadsRecordingsBadRequest

type PostUploadsRecordingsBadRequest struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUploadsRecordingsBadRequest

func NewPostUploadsRecordingsBadRequest() *PostUploadsRecordingsBadRequest

NewPostUploadsRecordingsBadRequest creates a PostUploadsRecordingsBadRequest with default headers values

func (*PostUploadsRecordingsBadRequest) Error

func (*PostUploadsRecordingsBadRequest) GetPayload

func (*PostUploadsRecordingsBadRequest) IsClientError

func (o *PostUploadsRecordingsBadRequest) IsClientError() bool

IsClientError returns true when this post uploads recordings bad request response has a 4xx status code

func (*PostUploadsRecordingsBadRequest) IsCode

func (o *PostUploadsRecordingsBadRequest) IsCode(code int) bool

IsCode returns true when this post uploads recordings bad request response a status code equal to that given

func (*PostUploadsRecordingsBadRequest) IsRedirect

func (o *PostUploadsRecordingsBadRequest) IsRedirect() bool

IsRedirect returns true when this post uploads recordings bad request response has a 3xx status code

func (*PostUploadsRecordingsBadRequest) IsServerError

func (o *PostUploadsRecordingsBadRequest) IsServerError() bool

IsServerError returns true when this post uploads recordings bad request response has a 5xx status code

func (*PostUploadsRecordingsBadRequest) IsSuccess

func (o *PostUploadsRecordingsBadRequest) IsSuccess() bool

IsSuccess returns true when this post uploads recordings bad request response has a 2xx status code

func (*PostUploadsRecordingsBadRequest) String

type PostUploadsRecordingsForbidden

type PostUploadsRecordingsForbidden struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUploadsRecordingsForbidden

func NewPostUploadsRecordingsForbidden() *PostUploadsRecordingsForbidden

NewPostUploadsRecordingsForbidden creates a PostUploadsRecordingsForbidden with default headers values

func (*PostUploadsRecordingsForbidden) Error

func (*PostUploadsRecordingsForbidden) GetPayload

func (*PostUploadsRecordingsForbidden) IsClientError

func (o *PostUploadsRecordingsForbidden) IsClientError() bool

IsClientError returns true when this post uploads recordings forbidden response has a 4xx status code

func (*PostUploadsRecordingsForbidden) IsCode

func (o *PostUploadsRecordingsForbidden) IsCode(code int) bool

IsCode returns true when this post uploads recordings forbidden response a status code equal to that given

func (*PostUploadsRecordingsForbidden) IsRedirect

func (o *PostUploadsRecordingsForbidden) IsRedirect() bool

IsRedirect returns true when this post uploads recordings forbidden response has a 3xx status code

func (*PostUploadsRecordingsForbidden) IsServerError

func (o *PostUploadsRecordingsForbidden) IsServerError() bool

IsServerError returns true when this post uploads recordings forbidden response has a 5xx status code

func (*PostUploadsRecordingsForbidden) IsSuccess

func (o *PostUploadsRecordingsForbidden) IsSuccess() bool

IsSuccess returns true when this post uploads recordings forbidden response has a 2xx status code

func (*PostUploadsRecordingsForbidden) String

type PostUploadsRecordingsGatewayTimeout

type PostUploadsRecordingsGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUploadsRecordingsGatewayTimeout

func NewPostUploadsRecordingsGatewayTimeout() *PostUploadsRecordingsGatewayTimeout

NewPostUploadsRecordingsGatewayTimeout creates a PostUploadsRecordingsGatewayTimeout with default headers values

func (*PostUploadsRecordingsGatewayTimeout) Error

func (*PostUploadsRecordingsGatewayTimeout) GetPayload

func (*PostUploadsRecordingsGatewayTimeout) IsClientError

func (o *PostUploadsRecordingsGatewayTimeout) IsClientError() bool

IsClientError returns true when this post uploads recordings gateway timeout response has a 4xx status code

func (*PostUploadsRecordingsGatewayTimeout) IsCode

IsCode returns true when this post uploads recordings gateway timeout response a status code equal to that given

func (*PostUploadsRecordingsGatewayTimeout) IsRedirect

func (o *PostUploadsRecordingsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post uploads recordings gateway timeout response has a 3xx status code

func (*PostUploadsRecordingsGatewayTimeout) IsServerError

func (o *PostUploadsRecordingsGatewayTimeout) IsServerError() bool

IsServerError returns true when this post uploads recordings gateway timeout response has a 5xx status code

func (*PostUploadsRecordingsGatewayTimeout) IsSuccess

IsSuccess returns true when this post uploads recordings gateway timeout response has a 2xx status code

func (*PostUploadsRecordingsGatewayTimeout) String

type PostUploadsRecordingsInternalServerError

type PostUploadsRecordingsInternalServerError struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUploadsRecordingsInternalServerError

func NewPostUploadsRecordingsInternalServerError() *PostUploadsRecordingsInternalServerError

NewPostUploadsRecordingsInternalServerError creates a PostUploadsRecordingsInternalServerError with default headers values

func (*PostUploadsRecordingsInternalServerError) Error

func (*PostUploadsRecordingsInternalServerError) GetPayload

func (*PostUploadsRecordingsInternalServerError) IsClientError

IsClientError returns true when this post uploads recordings internal server error response has a 4xx status code

func (*PostUploadsRecordingsInternalServerError) IsCode

IsCode returns true when this post uploads recordings internal server error response a status code equal to that given

func (*PostUploadsRecordingsInternalServerError) IsRedirect

IsRedirect returns true when this post uploads recordings internal server error response has a 3xx status code

func (*PostUploadsRecordingsInternalServerError) IsServerError

IsServerError returns true when this post uploads recordings internal server error response has a 5xx status code

func (*PostUploadsRecordingsInternalServerError) IsSuccess

IsSuccess returns true when this post uploads recordings internal server error response has a 2xx status code

func (*PostUploadsRecordingsInternalServerError) String

type PostUploadsRecordingsNotFound

type PostUploadsRecordingsNotFound struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUploadsRecordingsNotFound

func NewPostUploadsRecordingsNotFound() *PostUploadsRecordingsNotFound

NewPostUploadsRecordingsNotFound creates a PostUploadsRecordingsNotFound with default headers values

func (*PostUploadsRecordingsNotFound) Error

func (*PostUploadsRecordingsNotFound) GetPayload

func (*PostUploadsRecordingsNotFound) IsClientError

func (o *PostUploadsRecordingsNotFound) IsClientError() bool

IsClientError returns true when this post uploads recordings not found response has a 4xx status code

func (*PostUploadsRecordingsNotFound) IsCode

func (o *PostUploadsRecordingsNotFound) IsCode(code int) bool

IsCode returns true when this post uploads recordings not found response a status code equal to that given

func (*PostUploadsRecordingsNotFound) IsRedirect

func (o *PostUploadsRecordingsNotFound) IsRedirect() bool

IsRedirect returns true when this post uploads recordings not found response has a 3xx status code

func (*PostUploadsRecordingsNotFound) IsServerError

func (o *PostUploadsRecordingsNotFound) IsServerError() bool

IsServerError returns true when this post uploads recordings not found response has a 5xx status code

func (*PostUploadsRecordingsNotFound) IsSuccess

func (o *PostUploadsRecordingsNotFound) IsSuccess() bool

IsSuccess returns true when this post uploads recordings not found response has a 2xx status code

func (*PostUploadsRecordingsNotFound) String

type PostUploadsRecordingsOK

type PostUploadsRecordingsOK struct {
	Payload *models.UploadURLResponse
}

PostUploadsRecordingsOK describes a response with status code 200, with default header values.

Presigned url successfully created.

func NewPostUploadsRecordingsOK

func NewPostUploadsRecordingsOK() *PostUploadsRecordingsOK

NewPostUploadsRecordingsOK creates a PostUploadsRecordingsOK with default headers values

func (*PostUploadsRecordingsOK) Error

func (o *PostUploadsRecordingsOK) Error() string

func (*PostUploadsRecordingsOK) GetPayload

func (*PostUploadsRecordingsOK) IsClientError

func (o *PostUploadsRecordingsOK) IsClientError() bool

IsClientError returns true when this post uploads recordings o k response has a 4xx status code

func (*PostUploadsRecordingsOK) IsCode

func (o *PostUploadsRecordingsOK) IsCode(code int) bool

IsCode returns true when this post uploads recordings o k response a status code equal to that given

func (*PostUploadsRecordingsOK) IsRedirect

func (o *PostUploadsRecordingsOK) IsRedirect() bool

IsRedirect returns true when this post uploads recordings o k response has a 3xx status code

func (*PostUploadsRecordingsOK) IsServerError

func (o *PostUploadsRecordingsOK) IsServerError() bool

IsServerError returns true when this post uploads recordings o k response has a 5xx status code

func (*PostUploadsRecordingsOK) IsSuccess

func (o *PostUploadsRecordingsOK) IsSuccess() bool

IsSuccess returns true when this post uploads recordings o k response has a 2xx status code

func (*PostUploadsRecordingsOK) String

func (o *PostUploadsRecordingsOK) String() string

type PostUploadsRecordingsParams

type PostUploadsRecordingsParams struct {

	/* Body.

	   query
	*/
	Body *models.UploadURLRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUploadsRecordingsParams contains all the parameters to send to the API endpoint

for the post uploads recordings operation.

Typically these are written to a http.Request.

func NewPostUploadsRecordingsParams

func NewPostUploadsRecordingsParams() *PostUploadsRecordingsParams

NewPostUploadsRecordingsParams creates a new PostUploadsRecordingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostUploadsRecordingsParamsWithContext

func NewPostUploadsRecordingsParamsWithContext(ctx context.Context) *PostUploadsRecordingsParams

NewPostUploadsRecordingsParamsWithContext creates a new PostUploadsRecordingsParams object with the ability to set a context for a request.

func NewPostUploadsRecordingsParamsWithHTTPClient

func NewPostUploadsRecordingsParamsWithHTTPClient(client *http.Client) *PostUploadsRecordingsParams

NewPostUploadsRecordingsParamsWithHTTPClient creates a new PostUploadsRecordingsParams object with the ability to set a custom HTTPClient for a request.

func NewPostUploadsRecordingsParamsWithTimeout

func NewPostUploadsRecordingsParamsWithTimeout(timeout time.Duration) *PostUploadsRecordingsParams

NewPostUploadsRecordingsParamsWithTimeout creates a new PostUploadsRecordingsParams object with the ability to set a timeout on a request.

func (*PostUploadsRecordingsParams) SetBody

SetBody adds the body to the post uploads recordings params

func (*PostUploadsRecordingsParams) SetContext

func (o *PostUploadsRecordingsParams) SetContext(ctx context.Context)

SetContext adds the context to the post uploads recordings params

func (*PostUploadsRecordingsParams) SetDefaults

func (o *PostUploadsRecordingsParams) SetDefaults()

SetDefaults hydrates default values in the post uploads recordings params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsRecordingsParams) SetHTTPClient

func (o *PostUploadsRecordingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post uploads recordings params

func (*PostUploadsRecordingsParams) SetTimeout

func (o *PostUploadsRecordingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post uploads recordings params

func (*PostUploadsRecordingsParams) WithBody

WithBody adds the body to the post uploads recordings params

func (*PostUploadsRecordingsParams) WithContext

WithContext adds the context to the post uploads recordings params

func (*PostUploadsRecordingsParams) WithDefaults

WithDefaults hydrates default values in the post uploads recordings params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsRecordingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post uploads recordings params

func (*PostUploadsRecordingsParams) WithTimeout

WithTimeout adds the timeout to the post uploads recordings params

func (*PostUploadsRecordingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUploadsRecordingsReader

type PostUploadsRecordingsReader struct {
	// contains filtered or unexported fields
}

PostUploadsRecordingsReader is a Reader for the PostUploadsRecordings structure.

func (*PostUploadsRecordingsReader) ReadResponse

func (o *PostUploadsRecordingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUploadsRecordingsRequestEntityTooLarge

type PostUploadsRecordingsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUploadsRecordingsRequestEntityTooLarge

func NewPostUploadsRecordingsRequestEntityTooLarge() *PostUploadsRecordingsRequestEntityTooLarge

NewPostUploadsRecordingsRequestEntityTooLarge creates a PostUploadsRecordingsRequestEntityTooLarge with default headers values

func (*PostUploadsRecordingsRequestEntityTooLarge) Error

func (*PostUploadsRecordingsRequestEntityTooLarge) GetPayload

func (*PostUploadsRecordingsRequestEntityTooLarge) IsClientError

IsClientError returns true when this post uploads recordings request entity too large response has a 4xx status code

func (*PostUploadsRecordingsRequestEntityTooLarge) IsCode

IsCode returns true when this post uploads recordings request entity too large response a status code equal to that given

func (*PostUploadsRecordingsRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post uploads recordings request entity too large response has a 3xx status code

func (*PostUploadsRecordingsRequestEntityTooLarge) IsServerError

IsServerError returns true when this post uploads recordings request entity too large response has a 5xx status code

func (*PostUploadsRecordingsRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post uploads recordings request entity too large response has a 2xx status code

func (*PostUploadsRecordingsRequestEntityTooLarge) String

type PostUploadsRecordingsRequestTimeout

type PostUploadsRecordingsRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUploadsRecordingsRequestTimeout

func NewPostUploadsRecordingsRequestTimeout() *PostUploadsRecordingsRequestTimeout

NewPostUploadsRecordingsRequestTimeout creates a PostUploadsRecordingsRequestTimeout with default headers values

func (*PostUploadsRecordingsRequestTimeout) Error

func (*PostUploadsRecordingsRequestTimeout) GetPayload

func (*PostUploadsRecordingsRequestTimeout) IsClientError

func (o *PostUploadsRecordingsRequestTimeout) IsClientError() bool

IsClientError returns true when this post uploads recordings request timeout response has a 4xx status code

func (*PostUploadsRecordingsRequestTimeout) IsCode

IsCode returns true when this post uploads recordings request timeout response a status code equal to that given

func (*PostUploadsRecordingsRequestTimeout) IsRedirect

func (o *PostUploadsRecordingsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post uploads recordings request timeout response has a 3xx status code

func (*PostUploadsRecordingsRequestTimeout) IsServerError

func (o *PostUploadsRecordingsRequestTimeout) IsServerError() bool

IsServerError returns true when this post uploads recordings request timeout response has a 5xx status code

func (*PostUploadsRecordingsRequestTimeout) IsSuccess

IsSuccess returns true when this post uploads recordings request timeout response has a 2xx status code

func (*PostUploadsRecordingsRequestTimeout) String

type PostUploadsRecordingsServiceUnavailable

type PostUploadsRecordingsServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUploadsRecordingsServiceUnavailable

func NewPostUploadsRecordingsServiceUnavailable() *PostUploadsRecordingsServiceUnavailable

NewPostUploadsRecordingsServiceUnavailable creates a PostUploadsRecordingsServiceUnavailable with default headers values

func (*PostUploadsRecordingsServiceUnavailable) Error

func (*PostUploadsRecordingsServiceUnavailable) GetPayload

func (*PostUploadsRecordingsServiceUnavailable) IsClientError

func (o *PostUploadsRecordingsServiceUnavailable) IsClientError() bool

IsClientError returns true when this post uploads recordings service unavailable response has a 4xx status code

func (*PostUploadsRecordingsServiceUnavailable) IsCode

IsCode returns true when this post uploads recordings service unavailable response a status code equal to that given

func (*PostUploadsRecordingsServiceUnavailable) IsRedirect

IsRedirect returns true when this post uploads recordings service unavailable response has a 3xx status code

func (*PostUploadsRecordingsServiceUnavailable) IsServerError

func (o *PostUploadsRecordingsServiceUnavailable) IsServerError() bool

IsServerError returns true when this post uploads recordings service unavailable response has a 5xx status code

func (*PostUploadsRecordingsServiceUnavailable) IsSuccess

IsSuccess returns true when this post uploads recordings service unavailable response has a 2xx status code

func (*PostUploadsRecordingsServiceUnavailable) String

type PostUploadsRecordingsTooManyRequests

type PostUploadsRecordingsTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUploadsRecordingsTooManyRequests

func NewPostUploadsRecordingsTooManyRequests() *PostUploadsRecordingsTooManyRequests

NewPostUploadsRecordingsTooManyRequests creates a PostUploadsRecordingsTooManyRequests with default headers values

func (*PostUploadsRecordingsTooManyRequests) Error

func (*PostUploadsRecordingsTooManyRequests) GetPayload

func (*PostUploadsRecordingsTooManyRequests) IsClientError

func (o *PostUploadsRecordingsTooManyRequests) IsClientError() bool

IsClientError returns true when this post uploads recordings too many requests response has a 4xx status code

func (*PostUploadsRecordingsTooManyRequests) IsCode

IsCode returns true when this post uploads recordings too many requests response a status code equal to that given

func (*PostUploadsRecordingsTooManyRequests) IsRedirect

IsRedirect returns true when this post uploads recordings too many requests response has a 3xx status code

func (*PostUploadsRecordingsTooManyRequests) IsServerError

func (o *PostUploadsRecordingsTooManyRequests) IsServerError() bool

IsServerError returns true when this post uploads recordings too many requests response has a 5xx status code

func (*PostUploadsRecordingsTooManyRequests) IsSuccess

IsSuccess returns true when this post uploads recordings too many requests response has a 2xx status code

func (*PostUploadsRecordingsTooManyRequests) String

type PostUploadsRecordingsUnauthorized

type PostUploadsRecordingsUnauthorized struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUploadsRecordingsUnauthorized

func NewPostUploadsRecordingsUnauthorized() *PostUploadsRecordingsUnauthorized

NewPostUploadsRecordingsUnauthorized creates a PostUploadsRecordingsUnauthorized with default headers values

func (*PostUploadsRecordingsUnauthorized) Error

func (*PostUploadsRecordingsUnauthorized) GetPayload

func (*PostUploadsRecordingsUnauthorized) IsClientError

func (o *PostUploadsRecordingsUnauthorized) IsClientError() bool

IsClientError returns true when this post uploads recordings unauthorized response has a 4xx status code

func (*PostUploadsRecordingsUnauthorized) IsCode

func (o *PostUploadsRecordingsUnauthorized) IsCode(code int) bool

IsCode returns true when this post uploads recordings unauthorized response a status code equal to that given

func (*PostUploadsRecordingsUnauthorized) IsRedirect

func (o *PostUploadsRecordingsUnauthorized) IsRedirect() bool

IsRedirect returns true when this post uploads recordings unauthorized response has a 3xx status code

func (*PostUploadsRecordingsUnauthorized) IsServerError

func (o *PostUploadsRecordingsUnauthorized) IsServerError() bool

IsServerError returns true when this post uploads recordings unauthorized response has a 5xx status code

func (*PostUploadsRecordingsUnauthorized) IsSuccess

func (o *PostUploadsRecordingsUnauthorized) IsSuccess() bool

IsSuccess returns true when this post uploads recordings unauthorized response has a 2xx status code

func (*PostUploadsRecordingsUnauthorized) String

type PostUploadsRecordingsUnsupportedMediaType

type PostUploadsRecordingsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUploadsRecordingsUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUploadsRecordingsUnsupportedMediaType

func NewPostUploadsRecordingsUnsupportedMediaType() *PostUploadsRecordingsUnsupportedMediaType

NewPostUploadsRecordingsUnsupportedMediaType creates a PostUploadsRecordingsUnsupportedMediaType with default headers values

func (*PostUploadsRecordingsUnsupportedMediaType) Error

func (*PostUploadsRecordingsUnsupportedMediaType) GetPayload

func (*PostUploadsRecordingsUnsupportedMediaType) IsClientError

IsClientError returns true when this post uploads recordings unsupported media type response has a 4xx status code

func (*PostUploadsRecordingsUnsupportedMediaType) IsCode

IsCode returns true when this post uploads recordings unsupported media type response a status code equal to that given

func (*PostUploadsRecordingsUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post uploads recordings unsupported media type response has a 3xx status code

func (*PostUploadsRecordingsUnsupportedMediaType) IsServerError

IsServerError returns true when this post uploads recordings unsupported media type response has a 5xx status code

func (*PostUploadsRecordingsUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post uploads recordings unsupported media type response has a 2xx status code

func (*PostUploadsRecordingsUnsupportedMediaType) String

type PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest

type PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest describes a response with status code 400, with default header values.

The request could not be understood by the server due to malformed syntax.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvBadRequest

func NewPostUploadsWorkforcemanagementHistoricaldataCsvBadRequest() *PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest

NewPostUploadsWorkforcemanagementHistoricaldataCsvBadRequest creates a PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv bad request response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv bad request response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv bad request response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv bad request response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv bad request response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvBadRequest) String

type PostUploadsWorkforcemanagementHistoricaldataCsvForbidden

type PostUploadsWorkforcemanagementHistoricaldataCsvForbidden struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvForbidden

func NewPostUploadsWorkforcemanagementHistoricaldataCsvForbidden() *PostUploadsWorkforcemanagementHistoricaldataCsvForbidden

NewPostUploadsWorkforcemanagementHistoricaldataCsvForbidden creates a PostUploadsWorkforcemanagementHistoricaldataCsvForbidden with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv forbidden response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv forbidden response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv forbidden response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv forbidden response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv forbidden response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvForbidden) String

type PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout

type PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout

func NewPostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout() *PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout

NewPostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout creates a PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv gateway timeout response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv gateway timeout response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv gateway timeout response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv gateway timeout response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv gateway timeout response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvGatewayTimeout) String

type PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError

type PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError describes a response with status code 500, with default header values.

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError

func NewPostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError() *PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError

NewPostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError creates a PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv internal server error response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv internal server error response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv internal server error response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv internal server error response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv internal server error response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvInternalServerError) String

type PostUploadsWorkforcemanagementHistoricaldataCsvNotFound

type PostUploadsWorkforcemanagementHistoricaldataCsvNotFound struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvNotFound

func NewPostUploadsWorkforcemanagementHistoricaldataCsvNotFound() *PostUploadsWorkforcemanagementHistoricaldataCsvNotFound

NewPostUploadsWorkforcemanagementHistoricaldataCsvNotFound creates a PostUploadsWorkforcemanagementHistoricaldataCsvNotFound with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv not found response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv not found response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv not found response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv not found response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv not found response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvNotFound) String

type PostUploadsWorkforcemanagementHistoricaldataCsvOK

type PostUploadsWorkforcemanagementHistoricaldataCsvOK struct {
	Payload *models.UploadURLResponse
}

PostUploadsWorkforcemanagementHistoricaldataCsvOK describes a response with status code 200, with default header values.

Presigned url successfully created.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvOK

func NewPostUploadsWorkforcemanagementHistoricaldataCsvOK() *PostUploadsWorkforcemanagementHistoricaldataCsvOK

NewPostUploadsWorkforcemanagementHistoricaldataCsvOK creates a PostUploadsWorkforcemanagementHistoricaldataCsvOK with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv o k response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv o k response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv o k response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv o k response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv o k response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvOK) String

type PostUploadsWorkforcemanagementHistoricaldataCsvParams

type PostUploadsWorkforcemanagementHistoricaldataCsvParams struct {

	/* Body.

	   query
	*/
	Body *models.UploadURLRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostUploadsWorkforcemanagementHistoricaldataCsvParams contains all the parameters to send to the API endpoint

for the post uploads workforcemanagement historicaldata csv operation.

Typically these are written to a http.Request.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParams

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParams() *PostUploadsWorkforcemanagementHistoricaldataCsvParams

NewPostUploadsWorkforcemanagementHistoricaldataCsvParams creates a new PostUploadsWorkforcemanagementHistoricaldataCsvParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithContext

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithContext(ctx context.Context) *PostUploadsWorkforcemanagementHistoricaldataCsvParams

NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithContext creates a new PostUploadsWorkforcemanagementHistoricaldataCsvParams object with the ability to set a context for a request.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithHTTPClient

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithHTTPClient(client *http.Client) *PostUploadsWorkforcemanagementHistoricaldataCsvParams

NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithHTTPClient creates a new PostUploadsWorkforcemanagementHistoricaldataCsvParams object with the ability to set a custom HTTPClient for a request.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithTimeout

func NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithTimeout(timeout time.Duration) *PostUploadsWorkforcemanagementHistoricaldataCsvParams

NewPostUploadsWorkforcemanagementHistoricaldataCsvParamsWithTimeout creates a new PostUploadsWorkforcemanagementHistoricaldataCsvParams object with the ability to set a timeout on a request.

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) SetBody

SetBody adds the body to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) SetContext

SetContext adds the context to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) SetDefaults

SetDefaults hydrates default values in the post uploads workforcemanagement historicaldata csv params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) SetTimeout

SetTimeout adds the timeout to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WithBody

WithBody adds the body to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WithContext

WithContext adds the context to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WithDefaults

WithDefaults hydrates default values in the post uploads workforcemanagement historicaldata csv params (not the query body).

All values with no default are reset to their zero value.

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WithTimeout

WithTimeout adds the timeout to the post uploads workforcemanagement historicaldata csv params

func (*PostUploadsWorkforcemanagementHistoricaldataCsvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostUploadsWorkforcemanagementHistoricaldataCsvReader

type PostUploadsWorkforcemanagementHistoricaldataCsvReader struct {
	// contains filtered or unexported fields
}

PostUploadsWorkforcemanagementHistoricaldataCsvReader is a Reader for the PostUploadsWorkforcemanagementHistoricaldataCsv structure.

func (*PostUploadsWorkforcemanagementHistoricaldataCsvReader) ReadResponse

func (o *PostUploadsWorkforcemanagementHistoricaldataCsvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge

type PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge

func NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge() *PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge

NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge creates a PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv request entity too large response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv request entity too large response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv request entity too large response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv request entity too large response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv request entity too large response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestEntityTooLarge) String

type PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout

type PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout

func NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout() *PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout

NewPostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout creates a PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv request timeout response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv request timeout response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv request timeout response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv request timeout response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv request timeout response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvRequestTimeout) String

type PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable

type PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable

func NewPostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable() *PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable

NewPostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable creates a PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv service unavailable response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv service unavailable response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv service unavailable response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv service unavailable response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv service unavailable response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvServiceUnavailable) String

type PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests

type PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests

func NewPostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests() *PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests

NewPostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests creates a PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv too many requests response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv too many requests response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv too many requests response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv too many requests response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv too many requests response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvTooManyRequests) String

type PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized

type PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized

func NewPostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized() *PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized

NewPostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized creates a PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv unauthorized response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv unauthorized response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv unauthorized response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv unauthorized response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv unauthorized response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnauthorized) String

type PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType

type PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType

func NewPostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType() *PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType

NewPostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType creates a PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType with default headers values

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) Error

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) GetPayload

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) IsClientError

IsClientError returns true when this post uploads workforcemanagement historicaldata csv unsupported media type response has a 4xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) IsCode

IsCode returns true when this post uploads workforcemanagement historicaldata csv unsupported media type response a status code equal to that given

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post uploads workforcemanagement historicaldata csv unsupported media type response has a 3xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) IsServerError

IsServerError returns true when this post uploads workforcemanagement historicaldata csv unsupported media type response has a 5xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post uploads workforcemanagement historicaldata csv unsupported media type response has a 2xx status code

func (*PostUploadsWorkforcemanagementHistoricaldataCsvUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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