Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteLanguage(ctx context.Context, params *DeleteLanguageParams) error
- func (a *Client) GetLanguage(ctx context.Context, params *GetLanguageParams) (*GetLanguageOK, error)
- func (a *Client) GetLanguages(ctx context.Context, params *GetLanguagesParams) (*GetLanguagesOK, error)
- func (a *Client) GetLanguagesTranslations(ctx context.Context, params *GetLanguagesTranslationsParams) (*GetLanguagesTranslationsOK, error)
- func (a *Client) GetLanguagesTranslationsBuiltin(ctx context.Context, params *GetLanguagesTranslationsBuiltinParams) (*GetLanguagesTranslationsBuiltinOK, error)
- func (a *Client) GetLanguagesTranslationsOrganization(ctx context.Context, params *GetLanguagesTranslationsOrganizationParams) (*GetLanguagesTranslationsOrganizationOK, error)
- func (a *Client) GetLanguagesTranslationsUser(ctx context.Context, params *GetLanguagesTranslationsUserParams) (*GetLanguagesTranslationsUserOK, error)
- func (a *Client) PostLanguages(ctx context.Context, params *PostLanguagesParams) (*PostLanguagesOK, error)
- type DeleteLanguageBadRequest
- func (o *DeleteLanguageBadRequest) Error() string
- func (o *DeleteLanguageBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageBadRequest) IsClientError() bool
- func (o *DeleteLanguageBadRequest) IsCode(code int) bool
- func (o *DeleteLanguageBadRequest) IsRedirect() bool
- func (o *DeleteLanguageBadRequest) IsServerError() bool
- func (o *DeleteLanguageBadRequest) IsSuccess() bool
- func (o *DeleteLanguageBadRequest) String() string
- type DeleteLanguageDefault
- func (o *DeleteLanguageDefault) Code() int
- func (o *DeleteLanguageDefault) Error() string
- func (o *DeleteLanguageDefault) IsClientError() bool
- func (o *DeleteLanguageDefault) IsCode(code int) bool
- func (o *DeleteLanguageDefault) IsRedirect() bool
- func (o *DeleteLanguageDefault) IsServerError() bool
- func (o *DeleteLanguageDefault) IsSuccess() bool
- func (o *DeleteLanguageDefault) String() string
- type DeleteLanguageForbidden
- func (o *DeleteLanguageForbidden) Error() string
- func (o *DeleteLanguageForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageForbidden) IsClientError() bool
- func (o *DeleteLanguageForbidden) IsCode(code int) bool
- func (o *DeleteLanguageForbidden) IsRedirect() bool
- func (o *DeleteLanguageForbidden) IsServerError() bool
- func (o *DeleteLanguageForbidden) IsSuccess() bool
- func (o *DeleteLanguageForbidden) String() string
- type DeleteLanguageGatewayTimeout
- func (o *DeleteLanguageGatewayTimeout) Error() string
- func (o *DeleteLanguageGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageGatewayTimeout) IsClientError() bool
- func (o *DeleteLanguageGatewayTimeout) IsCode(code int) bool
- func (o *DeleteLanguageGatewayTimeout) IsRedirect() bool
- func (o *DeleteLanguageGatewayTimeout) IsServerError() bool
- func (o *DeleteLanguageGatewayTimeout) IsSuccess() bool
- func (o *DeleteLanguageGatewayTimeout) String() string
- type DeleteLanguageInternalServerError
- func (o *DeleteLanguageInternalServerError) Error() string
- func (o *DeleteLanguageInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageInternalServerError) IsClientError() bool
- func (o *DeleteLanguageInternalServerError) IsCode(code int) bool
- func (o *DeleteLanguageInternalServerError) IsRedirect() bool
- func (o *DeleteLanguageInternalServerError) IsServerError() bool
- func (o *DeleteLanguageInternalServerError) IsSuccess() bool
- func (o *DeleteLanguageInternalServerError) String() string
- type DeleteLanguageNotFound
- func (o *DeleteLanguageNotFound) Error() string
- func (o *DeleteLanguageNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageNotFound) IsClientError() bool
- func (o *DeleteLanguageNotFound) IsCode(code int) bool
- func (o *DeleteLanguageNotFound) IsRedirect() bool
- func (o *DeleteLanguageNotFound) IsServerError() bool
- func (o *DeleteLanguageNotFound) IsSuccess() bool
- func (o *DeleteLanguageNotFound) String() string
- type DeleteLanguageParams
- func NewDeleteLanguageParams() *DeleteLanguageParams
- func NewDeleteLanguageParamsWithContext(ctx context.Context) *DeleteLanguageParams
- func NewDeleteLanguageParamsWithHTTPClient(client *http.Client) *DeleteLanguageParams
- func NewDeleteLanguageParamsWithTimeout(timeout time.Duration) *DeleteLanguageParams
- func (o *DeleteLanguageParams) SetContext(ctx context.Context)
- func (o *DeleteLanguageParams) SetDefaults()
- func (o *DeleteLanguageParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLanguageParams) SetLanguageID(languageID string)
- func (o *DeleteLanguageParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLanguageParams) WithContext(ctx context.Context) *DeleteLanguageParams
- func (o *DeleteLanguageParams) WithDefaults() *DeleteLanguageParams
- func (o *DeleteLanguageParams) WithHTTPClient(client *http.Client) *DeleteLanguageParams
- func (o *DeleteLanguageParams) WithLanguageID(languageID string) *DeleteLanguageParams
- func (o *DeleteLanguageParams) WithTimeout(timeout time.Duration) *DeleteLanguageParams
- func (o *DeleteLanguageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLanguageReader
- type DeleteLanguageRequestEntityTooLarge
- func (o *DeleteLanguageRequestEntityTooLarge) Error() string
- func (o *DeleteLanguageRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteLanguageRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteLanguageRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteLanguageRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteLanguageRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteLanguageRequestEntityTooLarge) String() string
- type DeleteLanguageRequestTimeout
- func (o *DeleteLanguageRequestTimeout) Error() string
- func (o *DeleteLanguageRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageRequestTimeout) IsClientError() bool
- func (o *DeleteLanguageRequestTimeout) IsCode(code int) bool
- func (o *DeleteLanguageRequestTimeout) IsRedirect() bool
- func (o *DeleteLanguageRequestTimeout) IsServerError() bool
- func (o *DeleteLanguageRequestTimeout) IsSuccess() bool
- func (o *DeleteLanguageRequestTimeout) String() string
- type DeleteLanguageServiceUnavailable
- func (o *DeleteLanguageServiceUnavailable) Error() string
- func (o *DeleteLanguageServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageServiceUnavailable) IsClientError() bool
- func (o *DeleteLanguageServiceUnavailable) IsCode(code int) bool
- func (o *DeleteLanguageServiceUnavailable) IsRedirect() bool
- func (o *DeleteLanguageServiceUnavailable) IsServerError() bool
- func (o *DeleteLanguageServiceUnavailable) IsSuccess() bool
- func (o *DeleteLanguageServiceUnavailable) String() string
- type DeleteLanguageTooManyRequests
- func (o *DeleteLanguageTooManyRequests) Error() string
- func (o *DeleteLanguageTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageTooManyRequests) IsClientError() bool
- func (o *DeleteLanguageTooManyRequests) IsCode(code int) bool
- func (o *DeleteLanguageTooManyRequests) IsRedirect() bool
- func (o *DeleteLanguageTooManyRequests) IsServerError() bool
- func (o *DeleteLanguageTooManyRequests) IsSuccess() bool
- func (o *DeleteLanguageTooManyRequests) String() string
- type DeleteLanguageUnauthorized
- func (o *DeleteLanguageUnauthorized) Error() string
- func (o *DeleteLanguageUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageUnauthorized) IsClientError() bool
- func (o *DeleteLanguageUnauthorized) IsCode(code int) bool
- func (o *DeleteLanguageUnauthorized) IsRedirect() bool
- func (o *DeleteLanguageUnauthorized) IsServerError() bool
- func (o *DeleteLanguageUnauthorized) IsSuccess() bool
- func (o *DeleteLanguageUnauthorized) String() string
- type DeleteLanguageUnsupportedMediaType
- func (o *DeleteLanguageUnsupportedMediaType) Error() string
- func (o *DeleteLanguageUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteLanguageUnsupportedMediaType) IsClientError() bool
- func (o *DeleteLanguageUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteLanguageUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteLanguageUnsupportedMediaType) IsServerError() bool
- func (o *DeleteLanguageUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteLanguageUnsupportedMediaType) String() string
- type GetLanguageBadRequest
- func (o *GetLanguageBadRequest) Error() string
- func (o *GetLanguageBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguageBadRequest) IsClientError() bool
- func (o *GetLanguageBadRequest) IsCode(code int) bool
- func (o *GetLanguageBadRequest) IsRedirect() bool
- func (o *GetLanguageBadRequest) IsServerError() bool
- func (o *GetLanguageBadRequest) IsSuccess() bool
- func (o *GetLanguageBadRequest) String() string
- type GetLanguageForbidden
- func (o *GetLanguageForbidden) Error() string
- func (o *GetLanguageForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguageForbidden) IsClientError() bool
- func (o *GetLanguageForbidden) IsCode(code int) bool
- func (o *GetLanguageForbidden) IsRedirect() bool
- func (o *GetLanguageForbidden) IsServerError() bool
- func (o *GetLanguageForbidden) IsSuccess() bool
- func (o *GetLanguageForbidden) String() string
- type GetLanguageGatewayTimeout
- func (o *GetLanguageGatewayTimeout) Error() string
- func (o *GetLanguageGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageGatewayTimeout) IsClientError() bool
- func (o *GetLanguageGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguageGatewayTimeout) IsRedirect() bool
- func (o *GetLanguageGatewayTimeout) IsServerError() bool
- func (o *GetLanguageGatewayTimeout) IsSuccess() bool
- func (o *GetLanguageGatewayTimeout) String() string
- type GetLanguageInternalServerError
- func (o *GetLanguageInternalServerError) Error() string
- func (o *GetLanguageInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguageInternalServerError) IsClientError() bool
- func (o *GetLanguageInternalServerError) IsCode(code int) bool
- func (o *GetLanguageInternalServerError) IsRedirect() bool
- func (o *GetLanguageInternalServerError) IsServerError() bool
- func (o *GetLanguageInternalServerError) IsSuccess() bool
- func (o *GetLanguageInternalServerError) String() string
- type GetLanguageNotFound
- func (o *GetLanguageNotFound) Error() string
- func (o *GetLanguageNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguageNotFound) IsClientError() bool
- func (o *GetLanguageNotFound) IsCode(code int) bool
- func (o *GetLanguageNotFound) IsRedirect() bool
- func (o *GetLanguageNotFound) IsServerError() bool
- func (o *GetLanguageNotFound) IsSuccess() bool
- func (o *GetLanguageNotFound) String() string
- type GetLanguageOK
- func (o *GetLanguageOK) Error() string
- func (o *GetLanguageOK) GetPayload() *models.Language
- func (o *GetLanguageOK) IsClientError() bool
- func (o *GetLanguageOK) IsCode(code int) bool
- func (o *GetLanguageOK) IsRedirect() bool
- func (o *GetLanguageOK) IsServerError() bool
- func (o *GetLanguageOK) IsSuccess() bool
- func (o *GetLanguageOK) String() string
- type GetLanguageParams
- func (o *GetLanguageParams) SetContext(ctx context.Context)
- func (o *GetLanguageParams) SetDefaults()
- func (o *GetLanguageParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguageParams) SetLanguageID(languageID string)
- func (o *GetLanguageParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguageParams) WithContext(ctx context.Context) *GetLanguageParams
- func (o *GetLanguageParams) WithDefaults() *GetLanguageParams
- func (o *GetLanguageParams) WithHTTPClient(client *http.Client) *GetLanguageParams
- func (o *GetLanguageParams) WithLanguageID(languageID string) *GetLanguageParams
- func (o *GetLanguageParams) WithTimeout(timeout time.Duration) *GetLanguageParams
- func (o *GetLanguageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguageReader
- type GetLanguageRequestEntityTooLarge
- func (o *GetLanguageRequestEntityTooLarge) Error() string
- func (o *GetLanguageRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguageRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguageRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguageRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguageRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguageRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguageRequestEntityTooLarge) String() string
- type GetLanguageRequestTimeout
- func (o *GetLanguageRequestTimeout) Error() string
- func (o *GetLanguageRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguageRequestTimeout) IsClientError() bool
- func (o *GetLanguageRequestTimeout) IsCode(code int) bool
- func (o *GetLanguageRequestTimeout) IsRedirect() bool
- func (o *GetLanguageRequestTimeout) IsServerError() bool
- func (o *GetLanguageRequestTimeout) IsSuccess() bool
- func (o *GetLanguageRequestTimeout) String() string
- type GetLanguageServiceUnavailable
- func (o *GetLanguageServiceUnavailable) Error() string
- func (o *GetLanguageServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguageServiceUnavailable) IsClientError() bool
- func (o *GetLanguageServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguageServiceUnavailable) IsRedirect() bool
- func (o *GetLanguageServiceUnavailable) IsServerError() bool
- func (o *GetLanguageServiceUnavailable) IsSuccess() bool
- func (o *GetLanguageServiceUnavailable) String() string
- type GetLanguageTooManyRequests
- func (o *GetLanguageTooManyRequests) Error() string
- func (o *GetLanguageTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguageTooManyRequests) IsClientError() bool
- func (o *GetLanguageTooManyRequests) IsCode(code int) bool
- func (o *GetLanguageTooManyRequests) IsRedirect() bool
- func (o *GetLanguageTooManyRequests) IsServerError() bool
- func (o *GetLanguageTooManyRequests) IsSuccess() bool
- func (o *GetLanguageTooManyRequests) String() string
- type GetLanguageUnauthorized
- func (o *GetLanguageUnauthorized) Error() string
- func (o *GetLanguageUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguageUnauthorized) IsClientError() bool
- func (o *GetLanguageUnauthorized) IsCode(code int) bool
- func (o *GetLanguageUnauthorized) IsRedirect() bool
- func (o *GetLanguageUnauthorized) IsServerError() bool
- func (o *GetLanguageUnauthorized) IsSuccess() bool
- func (o *GetLanguageUnauthorized) String() string
- type GetLanguageUnsupportedMediaType
- func (o *GetLanguageUnsupportedMediaType) Error() string
- func (o *GetLanguageUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguageUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguageUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguageUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguageUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguageUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguageUnsupportedMediaType) String() string
- type GetLanguagesBadRequest
- func (o *GetLanguagesBadRequest) Error() string
- func (o *GetLanguagesBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguagesBadRequest) IsClientError() bool
- func (o *GetLanguagesBadRequest) IsCode(code int) bool
- func (o *GetLanguagesBadRequest) IsRedirect() bool
- func (o *GetLanguagesBadRequest) IsServerError() bool
- func (o *GetLanguagesBadRequest) IsSuccess() bool
- func (o *GetLanguagesBadRequest) String() string
- type GetLanguagesForbidden
- func (o *GetLanguagesForbidden) Error() string
- func (o *GetLanguagesForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguagesForbidden) IsClientError() bool
- func (o *GetLanguagesForbidden) IsCode(code int) bool
- func (o *GetLanguagesForbidden) IsRedirect() bool
- func (o *GetLanguagesForbidden) IsServerError() bool
- func (o *GetLanguagesForbidden) IsSuccess() bool
- func (o *GetLanguagesForbidden) String() string
- type GetLanguagesGatewayTimeout
- func (o *GetLanguagesGatewayTimeout) Error() string
- func (o *GetLanguagesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesGatewayTimeout) IsClientError() bool
- func (o *GetLanguagesGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguagesGatewayTimeout) IsRedirect() bool
- func (o *GetLanguagesGatewayTimeout) IsServerError() bool
- func (o *GetLanguagesGatewayTimeout) IsSuccess() bool
- func (o *GetLanguagesGatewayTimeout) String() string
- type GetLanguagesInternalServerError
- func (o *GetLanguagesInternalServerError) Error() string
- func (o *GetLanguagesInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguagesInternalServerError) IsClientError() bool
- func (o *GetLanguagesInternalServerError) IsCode(code int) bool
- func (o *GetLanguagesInternalServerError) IsRedirect() bool
- func (o *GetLanguagesInternalServerError) IsServerError() bool
- func (o *GetLanguagesInternalServerError) IsSuccess() bool
- func (o *GetLanguagesInternalServerError) String() string
- type GetLanguagesNotFound
- func (o *GetLanguagesNotFound) Error() string
- func (o *GetLanguagesNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguagesNotFound) IsClientError() bool
- func (o *GetLanguagesNotFound) IsCode(code int) bool
- func (o *GetLanguagesNotFound) IsRedirect() bool
- func (o *GetLanguagesNotFound) IsServerError() bool
- func (o *GetLanguagesNotFound) IsSuccess() bool
- func (o *GetLanguagesNotFound) String() string
- type GetLanguagesOK
- func (o *GetLanguagesOK) Error() string
- func (o *GetLanguagesOK) GetPayload() *models.LanguageEntityListing
- func (o *GetLanguagesOK) IsClientError() bool
- func (o *GetLanguagesOK) IsCode(code int) bool
- func (o *GetLanguagesOK) IsRedirect() bool
- func (o *GetLanguagesOK) IsServerError() bool
- func (o *GetLanguagesOK) IsSuccess() bool
- func (o *GetLanguagesOK) String() string
- type GetLanguagesParams
- func (o *GetLanguagesParams) SetContext(ctx context.Context)
- func (o *GetLanguagesParams) SetDefaults()
- func (o *GetLanguagesParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguagesParams) SetName(name *string)
- func (o *GetLanguagesParams) SetPageNumber(pageNumber *int32)
- func (o *GetLanguagesParams) SetPageSize(pageSize *int32)
- func (o *GetLanguagesParams) SetSortOrder(sortOrder *string)
- func (o *GetLanguagesParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguagesParams) WithContext(ctx context.Context) *GetLanguagesParams
- func (o *GetLanguagesParams) WithDefaults() *GetLanguagesParams
- func (o *GetLanguagesParams) WithHTTPClient(client *http.Client) *GetLanguagesParams
- func (o *GetLanguagesParams) WithName(name *string) *GetLanguagesParams
- func (o *GetLanguagesParams) WithPageNumber(pageNumber *int32) *GetLanguagesParams
- func (o *GetLanguagesParams) WithPageSize(pageSize *int32) *GetLanguagesParams
- func (o *GetLanguagesParams) WithSortOrder(sortOrder *string) *GetLanguagesParams
- func (o *GetLanguagesParams) WithTimeout(timeout time.Duration) *GetLanguagesParams
- func (o *GetLanguagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguagesReader
- type GetLanguagesRequestEntityTooLarge
- func (o *GetLanguagesRequestEntityTooLarge) Error() string
- func (o *GetLanguagesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguagesRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguagesRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguagesRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguagesRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguagesRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguagesRequestEntityTooLarge) String() string
- type GetLanguagesRequestTimeout
- func (o *GetLanguagesRequestTimeout) Error() string
- func (o *GetLanguagesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesRequestTimeout) IsClientError() bool
- func (o *GetLanguagesRequestTimeout) IsCode(code int) bool
- func (o *GetLanguagesRequestTimeout) IsRedirect() bool
- func (o *GetLanguagesRequestTimeout) IsServerError() bool
- func (o *GetLanguagesRequestTimeout) IsSuccess() bool
- func (o *GetLanguagesRequestTimeout) String() string
- type GetLanguagesServiceUnavailable
- func (o *GetLanguagesServiceUnavailable) Error() string
- func (o *GetLanguagesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguagesServiceUnavailable) IsClientError() bool
- func (o *GetLanguagesServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguagesServiceUnavailable) IsRedirect() bool
- func (o *GetLanguagesServiceUnavailable) IsServerError() bool
- func (o *GetLanguagesServiceUnavailable) IsSuccess() bool
- func (o *GetLanguagesServiceUnavailable) String() string
- type GetLanguagesTooManyRequests
- func (o *GetLanguagesTooManyRequests) Error() string
- func (o *GetLanguagesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTooManyRequests) IsClientError() bool
- func (o *GetLanguagesTooManyRequests) IsCode(code int) bool
- func (o *GetLanguagesTooManyRequests) IsRedirect() bool
- func (o *GetLanguagesTooManyRequests) IsServerError() bool
- func (o *GetLanguagesTooManyRequests) IsSuccess() bool
- func (o *GetLanguagesTooManyRequests) String() string
- type GetLanguagesTranslationsBadRequest
- func (o *GetLanguagesTranslationsBadRequest) Error() string
- func (o *GetLanguagesTranslationsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBadRequest) IsClientError() bool
- func (o *GetLanguagesTranslationsBadRequest) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBadRequest) IsRedirect() bool
- func (o *GetLanguagesTranslationsBadRequest) IsServerError() bool
- func (o *GetLanguagesTranslationsBadRequest) IsSuccess() bool
- func (o *GetLanguagesTranslationsBadRequest) String() string
- type GetLanguagesTranslationsBuiltinBadRequest
- func (o *GetLanguagesTranslationsBuiltinBadRequest) Error() string
- func (o *GetLanguagesTranslationsBuiltinBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinBadRequest) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinBadRequest) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinBadRequest) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinBadRequest) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinBadRequest) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinBadRequest) String() string
- type GetLanguagesTranslationsBuiltinForbidden
- func (o *GetLanguagesTranslationsBuiltinForbidden) Error() string
- func (o *GetLanguagesTranslationsBuiltinForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinForbidden) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinForbidden) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinForbidden) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinForbidden) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinForbidden) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinForbidden) String() string
- type GetLanguagesTranslationsBuiltinGatewayTimeout
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) Error() string
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) String() string
- type GetLanguagesTranslationsBuiltinInternalServerError
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) Error() string
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinInternalServerError) String() string
- type GetLanguagesTranslationsBuiltinNotFound
- func (o *GetLanguagesTranslationsBuiltinNotFound) Error() string
- func (o *GetLanguagesTranslationsBuiltinNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinNotFound) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinNotFound) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinNotFound) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinNotFound) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinNotFound) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinNotFound) String() string
- type GetLanguagesTranslationsBuiltinOK
- func (o *GetLanguagesTranslationsBuiltinOK) Error() string
- func (o *GetLanguagesTranslationsBuiltinOK) GetPayload() map[string]interface{}
- func (o *GetLanguagesTranslationsBuiltinOK) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinOK) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinOK) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinOK) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinOK) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinOK) String() string
- type GetLanguagesTranslationsBuiltinParams
- func NewGetLanguagesTranslationsBuiltinParams() *GetLanguagesTranslationsBuiltinParams
- func NewGetLanguagesTranslationsBuiltinParamsWithContext(ctx context.Context) *GetLanguagesTranslationsBuiltinParams
- func NewGetLanguagesTranslationsBuiltinParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsBuiltinParams
- func NewGetLanguagesTranslationsBuiltinParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) SetContext(ctx context.Context)
- func (o *GetLanguagesTranslationsBuiltinParams) SetDefaults()
- func (o *GetLanguagesTranslationsBuiltinParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguagesTranslationsBuiltinParams) SetLanguage(language string)
- func (o *GetLanguagesTranslationsBuiltinParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguagesTranslationsBuiltinParams) WithContext(ctx context.Context) *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) WithDefaults() *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) WithLanguage(language string) *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsBuiltinParams
- func (o *GetLanguagesTranslationsBuiltinParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguagesTranslationsBuiltinReader
- type GetLanguagesTranslationsBuiltinRequestEntityTooLarge
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) Error() string
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) String() string
- type GetLanguagesTranslationsBuiltinRequestTimeout
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) Error() string
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinRequestTimeout) String() string
- type GetLanguagesTranslationsBuiltinServiceUnavailable
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) Error() string
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) String() string
- type GetLanguagesTranslationsBuiltinTooManyRequests
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) Error() string
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinTooManyRequests) String() string
- type GetLanguagesTranslationsBuiltinUnauthorized
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) Error() string
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinUnauthorized) String() string
- type GetLanguagesTranslationsBuiltinUnsupportedMediaType
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) Error() string
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) String() string
- type GetLanguagesTranslationsForbidden
- func (o *GetLanguagesTranslationsForbidden) Error() string
- func (o *GetLanguagesTranslationsForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsForbidden) IsClientError() bool
- func (o *GetLanguagesTranslationsForbidden) IsCode(code int) bool
- func (o *GetLanguagesTranslationsForbidden) IsRedirect() bool
- func (o *GetLanguagesTranslationsForbidden) IsServerError() bool
- func (o *GetLanguagesTranslationsForbidden) IsSuccess() bool
- func (o *GetLanguagesTranslationsForbidden) String() string
- type GetLanguagesTranslationsGatewayTimeout
- func (o *GetLanguagesTranslationsGatewayTimeout) Error() string
- func (o *GetLanguagesTranslationsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsGatewayTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsGatewayTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsGatewayTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsGatewayTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsGatewayTimeout) String() string
- type GetLanguagesTranslationsInternalServerError
- func (o *GetLanguagesTranslationsInternalServerError) Error() string
- func (o *GetLanguagesTranslationsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsInternalServerError) IsClientError() bool
- func (o *GetLanguagesTranslationsInternalServerError) IsCode(code int) bool
- func (o *GetLanguagesTranslationsInternalServerError) IsRedirect() bool
- func (o *GetLanguagesTranslationsInternalServerError) IsServerError() bool
- func (o *GetLanguagesTranslationsInternalServerError) IsSuccess() bool
- func (o *GetLanguagesTranslationsInternalServerError) String() string
- type GetLanguagesTranslationsNotFound
- func (o *GetLanguagesTranslationsNotFound) Error() string
- func (o *GetLanguagesTranslationsNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsNotFound) IsClientError() bool
- func (o *GetLanguagesTranslationsNotFound) IsCode(code int) bool
- func (o *GetLanguagesTranslationsNotFound) IsRedirect() bool
- func (o *GetLanguagesTranslationsNotFound) IsServerError() bool
- func (o *GetLanguagesTranslationsNotFound) IsSuccess() bool
- func (o *GetLanguagesTranslationsNotFound) String() string
- type GetLanguagesTranslationsOK
- func (o *GetLanguagesTranslationsOK) Error() string
- func (o *GetLanguagesTranslationsOK) GetPayload() *models.AvailableTranslations
- func (o *GetLanguagesTranslationsOK) IsClientError() bool
- func (o *GetLanguagesTranslationsOK) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOK) IsRedirect() bool
- func (o *GetLanguagesTranslationsOK) IsServerError() bool
- func (o *GetLanguagesTranslationsOK) IsSuccess() bool
- func (o *GetLanguagesTranslationsOK) String() string
- type GetLanguagesTranslationsOrganizationBadRequest
- func (o *GetLanguagesTranslationsOrganizationBadRequest) Error() string
- func (o *GetLanguagesTranslationsOrganizationBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationBadRequest) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationBadRequest) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationBadRequest) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationBadRequest) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationBadRequest) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationBadRequest) String() string
- type GetLanguagesTranslationsOrganizationForbidden
- func (o *GetLanguagesTranslationsOrganizationForbidden) Error() string
- func (o *GetLanguagesTranslationsOrganizationForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationForbidden) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationForbidden) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationForbidden) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationForbidden) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationForbidden) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationForbidden) String() string
- type GetLanguagesTranslationsOrganizationGatewayTimeout
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) Error() string
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) String() string
- type GetLanguagesTranslationsOrganizationInternalServerError
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) Error() string
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationInternalServerError) String() string
- type GetLanguagesTranslationsOrganizationNotFound
- func (o *GetLanguagesTranslationsOrganizationNotFound) Error() string
- func (o *GetLanguagesTranslationsOrganizationNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationNotFound) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationNotFound) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationNotFound) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationNotFound) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationNotFound) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationNotFound) String() string
- type GetLanguagesTranslationsOrganizationOK
- func (o *GetLanguagesTranslationsOrganizationOK) Error() string
- func (o *GetLanguagesTranslationsOrganizationOK) GetPayload() map[string]interface{}
- func (o *GetLanguagesTranslationsOrganizationOK) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationOK) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationOK) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationOK) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationOK) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationOK) String() string
- type GetLanguagesTranslationsOrganizationParams
- func NewGetLanguagesTranslationsOrganizationParams() *GetLanguagesTranslationsOrganizationParams
- func NewGetLanguagesTranslationsOrganizationParamsWithContext(ctx context.Context) *GetLanguagesTranslationsOrganizationParams
- func NewGetLanguagesTranslationsOrganizationParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsOrganizationParams
- func NewGetLanguagesTranslationsOrganizationParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) SetContext(ctx context.Context)
- func (o *GetLanguagesTranslationsOrganizationParams) SetDefaults()
- func (o *GetLanguagesTranslationsOrganizationParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguagesTranslationsOrganizationParams) SetLanguage(language string)
- func (o *GetLanguagesTranslationsOrganizationParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguagesTranslationsOrganizationParams) WithContext(ctx context.Context) *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) WithDefaults() *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) WithLanguage(language string) *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsOrganizationParams
- func (o *GetLanguagesTranslationsOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguagesTranslationsOrganizationReader
- type GetLanguagesTranslationsOrganizationRequestEntityTooLarge
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) Error() string
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) String() string
- type GetLanguagesTranslationsOrganizationRequestTimeout
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) Error() string
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationRequestTimeout) String() string
- type GetLanguagesTranslationsOrganizationServiceUnavailable
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) Error() string
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) String() string
- type GetLanguagesTranslationsOrganizationTooManyRequests
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) Error() string
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationTooManyRequests) String() string
- type GetLanguagesTranslationsOrganizationUnauthorized
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) Error() string
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationUnauthorized) String() string
- type GetLanguagesTranslationsOrganizationUnsupportedMediaType
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) Error() string
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) String() string
- type GetLanguagesTranslationsParams
- func NewGetLanguagesTranslationsParams() *GetLanguagesTranslationsParams
- func NewGetLanguagesTranslationsParamsWithContext(ctx context.Context) *GetLanguagesTranslationsParams
- func NewGetLanguagesTranslationsParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsParams
- func NewGetLanguagesTranslationsParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsParams
- func (o *GetLanguagesTranslationsParams) SetContext(ctx context.Context)
- func (o *GetLanguagesTranslationsParams) SetDefaults()
- func (o *GetLanguagesTranslationsParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguagesTranslationsParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguagesTranslationsParams) WithContext(ctx context.Context) *GetLanguagesTranslationsParams
- func (o *GetLanguagesTranslationsParams) WithDefaults() *GetLanguagesTranslationsParams
- func (o *GetLanguagesTranslationsParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsParams
- func (o *GetLanguagesTranslationsParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsParams
- func (o *GetLanguagesTranslationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguagesTranslationsReader
- type GetLanguagesTranslationsRequestEntityTooLarge
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) Error() string
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguagesTranslationsRequestEntityTooLarge) String() string
- type GetLanguagesTranslationsRequestTimeout
- func (o *GetLanguagesTranslationsRequestTimeout) Error() string
- func (o *GetLanguagesTranslationsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsRequestTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsRequestTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsRequestTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsRequestTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsRequestTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsRequestTimeout) String() string
- type GetLanguagesTranslationsServiceUnavailable
- func (o *GetLanguagesTranslationsServiceUnavailable) Error() string
- func (o *GetLanguagesTranslationsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsServiceUnavailable) IsClientError() bool
- func (o *GetLanguagesTranslationsServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguagesTranslationsServiceUnavailable) IsRedirect() bool
- func (o *GetLanguagesTranslationsServiceUnavailable) IsServerError() bool
- func (o *GetLanguagesTranslationsServiceUnavailable) IsSuccess() bool
- func (o *GetLanguagesTranslationsServiceUnavailable) String() string
- type GetLanguagesTranslationsTooManyRequests
- func (o *GetLanguagesTranslationsTooManyRequests) Error() string
- func (o *GetLanguagesTranslationsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsTooManyRequests) IsClientError() bool
- func (o *GetLanguagesTranslationsTooManyRequests) IsCode(code int) bool
- func (o *GetLanguagesTranslationsTooManyRequests) IsRedirect() bool
- func (o *GetLanguagesTranslationsTooManyRequests) IsServerError() bool
- func (o *GetLanguagesTranslationsTooManyRequests) IsSuccess() bool
- func (o *GetLanguagesTranslationsTooManyRequests) String() string
- type GetLanguagesTranslationsUnauthorized
- func (o *GetLanguagesTranslationsUnauthorized) Error() string
- func (o *GetLanguagesTranslationsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUnauthorized) IsClientError() bool
- func (o *GetLanguagesTranslationsUnauthorized) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUnauthorized) IsRedirect() bool
- func (o *GetLanguagesTranslationsUnauthorized) IsServerError() bool
- func (o *GetLanguagesTranslationsUnauthorized) IsSuccess() bool
- func (o *GetLanguagesTranslationsUnauthorized) String() string
- type GetLanguagesTranslationsUnsupportedMediaType
- func (o *GetLanguagesTranslationsUnsupportedMediaType) Error() string
- func (o *GetLanguagesTranslationsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguagesTranslationsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguagesTranslationsUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguagesTranslationsUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguagesTranslationsUnsupportedMediaType) String() string
- type GetLanguagesTranslationsUserBadRequest
- func (o *GetLanguagesTranslationsUserBadRequest) Error() string
- func (o *GetLanguagesTranslationsUserBadRequest) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserBadRequest) IsClientError() bool
- func (o *GetLanguagesTranslationsUserBadRequest) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserBadRequest) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserBadRequest) IsServerError() bool
- func (o *GetLanguagesTranslationsUserBadRequest) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserBadRequest) String() string
- type GetLanguagesTranslationsUserForbidden
- func (o *GetLanguagesTranslationsUserForbidden) Error() string
- func (o *GetLanguagesTranslationsUserForbidden) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserForbidden) IsClientError() bool
- func (o *GetLanguagesTranslationsUserForbidden) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserForbidden) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserForbidden) IsServerError() bool
- func (o *GetLanguagesTranslationsUserForbidden) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserForbidden) String() string
- type GetLanguagesTranslationsUserGatewayTimeout
- func (o *GetLanguagesTranslationsUserGatewayTimeout) Error() string
- func (o *GetLanguagesTranslationsUserGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserGatewayTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsUserGatewayTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserGatewayTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserGatewayTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsUserGatewayTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserGatewayTimeout) String() string
- type GetLanguagesTranslationsUserInternalServerError
- func (o *GetLanguagesTranslationsUserInternalServerError) Error() string
- func (o *GetLanguagesTranslationsUserInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserInternalServerError) IsClientError() bool
- func (o *GetLanguagesTranslationsUserInternalServerError) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserInternalServerError) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserInternalServerError) IsServerError() bool
- func (o *GetLanguagesTranslationsUserInternalServerError) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserInternalServerError) String() string
- type GetLanguagesTranslationsUserNotFound
- func (o *GetLanguagesTranslationsUserNotFound) Error() string
- func (o *GetLanguagesTranslationsUserNotFound) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserNotFound) IsClientError() bool
- func (o *GetLanguagesTranslationsUserNotFound) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserNotFound) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserNotFound) IsServerError() bool
- func (o *GetLanguagesTranslationsUserNotFound) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserNotFound) String() string
- type GetLanguagesTranslationsUserOK
- func (o *GetLanguagesTranslationsUserOK) Error() string
- func (o *GetLanguagesTranslationsUserOK) GetPayload() map[string]interface{}
- func (o *GetLanguagesTranslationsUserOK) IsClientError() bool
- func (o *GetLanguagesTranslationsUserOK) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserOK) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserOK) IsServerError() bool
- func (o *GetLanguagesTranslationsUserOK) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserOK) String() string
- type GetLanguagesTranslationsUserParams
- func NewGetLanguagesTranslationsUserParams() *GetLanguagesTranslationsUserParams
- func NewGetLanguagesTranslationsUserParamsWithContext(ctx context.Context) *GetLanguagesTranslationsUserParams
- func NewGetLanguagesTranslationsUserParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsUserParams
- func NewGetLanguagesTranslationsUserParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) SetContext(ctx context.Context)
- func (o *GetLanguagesTranslationsUserParams) SetDefaults()
- func (o *GetLanguagesTranslationsUserParams) SetHTTPClient(client *http.Client)
- func (o *GetLanguagesTranslationsUserParams) SetTimeout(timeout time.Duration)
- func (o *GetLanguagesTranslationsUserParams) SetUserID(userID string)
- func (o *GetLanguagesTranslationsUserParams) WithContext(ctx context.Context) *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) WithDefaults() *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) WithUserID(userID string) *GetLanguagesTranslationsUserParams
- func (o *GetLanguagesTranslationsUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLanguagesTranslationsUserReader
- type GetLanguagesTranslationsUserRequestEntityTooLarge
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) Error() string
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsClientError() bool
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsServerError() bool
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) String() string
- type GetLanguagesTranslationsUserRequestTimeout
- func (o *GetLanguagesTranslationsUserRequestTimeout) Error() string
- func (o *GetLanguagesTranslationsUserRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserRequestTimeout) IsClientError() bool
- func (o *GetLanguagesTranslationsUserRequestTimeout) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserRequestTimeout) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserRequestTimeout) IsServerError() bool
- func (o *GetLanguagesTranslationsUserRequestTimeout) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserRequestTimeout) String() string
- type GetLanguagesTranslationsUserServiceUnavailable
- func (o *GetLanguagesTranslationsUserServiceUnavailable) Error() string
- func (o *GetLanguagesTranslationsUserServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserServiceUnavailable) IsClientError() bool
- func (o *GetLanguagesTranslationsUserServiceUnavailable) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserServiceUnavailable) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserServiceUnavailable) IsServerError() bool
- func (o *GetLanguagesTranslationsUserServiceUnavailable) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserServiceUnavailable) String() string
- type GetLanguagesTranslationsUserTooManyRequests
- func (o *GetLanguagesTranslationsUserTooManyRequests) Error() string
- func (o *GetLanguagesTranslationsUserTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserTooManyRequests) IsClientError() bool
- func (o *GetLanguagesTranslationsUserTooManyRequests) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserTooManyRequests) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserTooManyRequests) IsServerError() bool
- func (o *GetLanguagesTranslationsUserTooManyRequests) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserTooManyRequests) String() string
- type GetLanguagesTranslationsUserUnauthorized
- func (o *GetLanguagesTranslationsUserUnauthorized) Error() string
- func (o *GetLanguagesTranslationsUserUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserUnauthorized) IsClientError() bool
- func (o *GetLanguagesTranslationsUserUnauthorized) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserUnauthorized) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserUnauthorized) IsServerError() bool
- func (o *GetLanguagesTranslationsUserUnauthorized) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserUnauthorized) String() string
- type GetLanguagesTranslationsUserUnsupportedMediaType
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) Error() string
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguagesTranslationsUserUnsupportedMediaType) String() string
- type GetLanguagesUnauthorized
- func (o *GetLanguagesUnauthorized) Error() string
- func (o *GetLanguagesUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetLanguagesUnauthorized) IsClientError() bool
- func (o *GetLanguagesUnauthorized) IsCode(code int) bool
- func (o *GetLanguagesUnauthorized) IsRedirect() bool
- func (o *GetLanguagesUnauthorized) IsServerError() bool
- func (o *GetLanguagesUnauthorized) IsSuccess() bool
- func (o *GetLanguagesUnauthorized) String() string
- type GetLanguagesUnsupportedMediaType
- func (o *GetLanguagesUnsupportedMediaType) Error() string
- func (o *GetLanguagesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetLanguagesUnsupportedMediaType) IsClientError() bool
- func (o *GetLanguagesUnsupportedMediaType) IsCode(code int) bool
- func (o *GetLanguagesUnsupportedMediaType) IsRedirect() bool
- func (o *GetLanguagesUnsupportedMediaType) IsServerError() bool
- func (o *GetLanguagesUnsupportedMediaType) IsSuccess() bool
- func (o *GetLanguagesUnsupportedMediaType) String() string
- type PostLanguagesBadRequest
- func (o *PostLanguagesBadRequest) Error() string
- func (o *PostLanguagesBadRequest) GetPayload() *models.ErrorBody
- func (o *PostLanguagesBadRequest) IsClientError() bool
- func (o *PostLanguagesBadRequest) IsCode(code int) bool
- func (o *PostLanguagesBadRequest) IsRedirect() bool
- func (o *PostLanguagesBadRequest) IsServerError() bool
- func (o *PostLanguagesBadRequest) IsSuccess() bool
- func (o *PostLanguagesBadRequest) String() string
- type PostLanguagesForbidden
- func (o *PostLanguagesForbidden) Error() string
- func (o *PostLanguagesForbidden) GetPayload() *models.ErrorBody
- func (o *PostLanguagesForbidden) IsClientError() bool
- func (o *PostLanguagesForbidden) IsCode(code int) bool
- func (o *PostLanguagesForbidden) IsRedirect() bool
- func (o *PostLanguagesForbidden) IsServerError() bool
- func (o *PostLanguagesForbidden) IsSuccess() bool
- func (o *PostLanguagesForbidden) String() string
- type PostLanguagesGatewayTimeout
- func (o *PostLanguagesGatewayTimeout) Error() string
- func (o *PostLanguagesGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguagesGatewayTimeout) IsClientError() bool
- func (o *PostLanguagesGatewayTimeout) IsCode(code int) bool
- func (o *PostLanguagesGatewayTimeout) IsRedirect() bool
- func (o *PostLanguagesGatewayTimeout) IsServerError() bool
- func (o *PostLanguagesGatewayTimeout) IsSuccess() bool
- func (o *PostLanguagesGatewayTimeout) String() string
- type PostLanguagesInternalServerError
- func (o *PostLanguagesInternalServerError) Error() string
- func (o *PostLanguagesInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostLanguagesInternalServerError) IsClientError() bool
- func (o *PostLanguagesInternalServerError) IsCode(code int) bool
- func (o *PostLanguagesInternalServerError) IsRedirect() bool
- func (o *PostLanguagesInternalServerError) IsServerError() bool
- func (o *PostLanguagesInternalServerError) IsSuccess() bool
- func (o *PostLanguagesInternalServerError) String() string
- type PostLanguagesNotFound
- func (o *PostLanguagesNotFound) Error() string
- func (o *PostLanguagesNotFound) GetPayload() *models.ErrorBody
- func (o *PostLanguagesNotFound) IsClientError() bool
- func (o *PostLanguagesNotFound) IsCode(code int) bool
- func (o *PostLanguagesNotFound) IsRedirect() bool
- func (o *PostLanguagesNotFound) IsServerError() bool
- func (o *PostLanguagesNotFound) IsSuccess() bool
- func (o *PostLanguagesNotFound) String() string
- type PostLanguagesOK
- func (o *PostLanguagesOK) Error() string
- func (o *PostLanguagesOK) GetPayload() *models.Language
- func (o *PostLanguagesOK) IsClientError() bool
- func (o *PostLanguagesOK) IsCode(code int) bool
- func (o *PostLanguagesOK) IsRedirect() bool
- func (o *PostLanguagesOK) IsServerError() bool
- func (o *PostLanguagesOK) IsSuccess() bool
- func (o *PostLanguagesOK) String() string
- type PostLanguagesParams
- func (o *PostLanguagesParams) SetBody(body *models.Language)
- func (o *PostLanguagesParams) SetContext(ctx context.Context)
- func (o *PostLanguagesParams) SetDefaults()
- func (o *PostLanguagesParams) SetHTTPClient(client *http.Client)
- func (o *PostLanguagesParams) SetTimeout(timeout time.Duration)
- func (o *PostLanguagesParams) WithBody(body *models.Language) *PostLanguagesParams
- func (o *PostLanguagesParams) WithContext(ctx context.Context) *PostLanguagesParams
- func (o *PostLanguagesParams) WithDefaults() *PostLanguagesParams
- func (o *PostLanguagesParams) WithHTTPClient(client *http.Client) *PostLanguagesParams
- func (o *PostLanguagesParams) WithTimeout(timeout time.Duration) *PostLanguagesParams
- func (o *PostLanguagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostLanguagesReader
- type PostLanguagesRequestEntityTooLarge
- func (o *PostLanguagesRequestEntityTooLarge) Error() string
- func (o *PostLanguagesRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostLanguagesRequestEntityTooLarge) IsClientError() bool
- func (o *PostLanguagesRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostLanguagesRequestEntityTooLarge) IsRedirect() bool
- func (o *PostLanguagesRequestEntityTooLarge) IsServerError() bool
- func (o *PostLanguagesRequestEntityTooLarge) IsSuccess() bool
- func (o *PostLanguagesRequestEntityTooLarge) String() string
- type PostLanguagesRequestTimeout
- func (o *PostLanguagesRequestTimeout) Error() string
- func (o *PostLanguagesRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostLanguagesRequestTimeout) IsClientError() bool
- func (o *PostLanguagesRequestTimeout) IsCode(code int) bool
- func (o *PostLanguagesRequestTimeout) IsRedirect() bool
- func (o *PostLanguagesRequestTimeout) IsServerError() bool
- func (o *PostLanguagesRequestTimeout) IsSuccess() bool
- func (o *PostLanguagesRequestTimeout) String() string
- type PostLanguagesServiceUnavailable
- func (o *PostLanguagesServiceUnavailable) Error() string
- func (o *PostLanguagesServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostLanguagesServiceUnavailable) IsClientError() bool
- func (o *PostLanguagesServiceUnavailable) IsCode(code int) bool
- func (o *PostLanguagesServiceUnavailable) IsRedirect() bool
- func (o *PostLanguagesServiceUnavailable) IsServerError() bool
- func (o *PostLanguagesServiceUnavailable) IsSuccess() bool
- func (o *PostLanguagesServiceUnavailable) String() string
- type PostLanguagesTooManyRequests
- func (o *PostLanguagesTooManyRequests) Error() string
- func (o *PostLanguagesTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostLanguagesTooManyRequests) IsClientError() bool
- func (o *PostLanguagesTooManyRequests) IsCode(code int) bool
- func (o *PostLanguagesTooManyRequests) IsRedirect() bool
- func (o *PostLanguagesTooManyRequests) IsServerError() bool
- func (o *PostLanguagesTooManyRequests) IsSuccess() bool
- func (o *PostLanguagesTooManyRequests) String() string
- type PostLanguagesUnauthorized
- func (o *PostLanguagesUnauthorized) Error() string
- func (o *PostLanguagesUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostLanguagesUnauthorized) IsClientError() bool
- func (o *PostLanguagesUnauthorized) IsCode(code int) bool
- func (o *PostLanguagesUnauthorized) IsRedirect() bool
- func (o *PostLanguagesUnauthorized) IsServerError() bool
- func (o *PostLanguagesUnauthorized) IsSuccess() bool
- func (o *PostLanguagesUnauthorized) String() string
- type PostLanguagesUnsupportedMediaType
- func (o *PostLanguagesUnsupportedMediaType) Error() string
- func (o *PostLanguagesUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostLanguagesUnsupportedMediaType) IsClientError() bool
- func (o *PostLanguagesUnsupportedMediaType) IsCode(code int) bool
- func (o *PostLanguagesUnsupportedMediaType) IsRedirect() bool
- func (o *PostLanguagesUnsupportedMediaType) IsServerError() bool
- func (o *PostLanguagesUnsupportedMediaType) IsSuccess() bool
- func (o *PostLanguagesUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* DeleteLanguage deletes language deprecated This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId}) */ DeleteLanguage(ctx context.Context, params *DeleteLanguageParams) error /* GetLanguage gets language deprecated This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId}) */ GetLanguage(ctx context.Context, params *GetLanguageParams) (*GetLanguageOK, error) /* GetLanguages gets the list of supported languages deprecated This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages) */ GetLanguages(ctx context.Context, params *GetLanguagesParams) (*GetLanguagesOK, error) /* GetLanguagesTranslations gets all available languages for translation */ GetLanguagesTranslations(ctx context.Context, params *GetLanguagesTranslationsParams) (*GetLanguagesTranslationsOK, error) /* GetLanguagesTranslationsBuiltin gets the builtin translation for a language */ GetLanguagesTranslationsBuiltin(ctx context.Context, params *GetLanguagesTranslationsBuiltinParams) (*GetLanguagesTranslationsBuiltinOK, error) /* GetLanguagesTranslationsOrganization gets effective translation for an organization by language */ GetLanguagesTranslationsOrganization(ctx context.Context, params *GetLanguagesTranslationsOrganizationParams) (*GetLanguagesTranslationsOrganizationOK, error) /* GetLanguagesTranslationsUser gets effective language translation for a user */ GetLanguagesTranslationsUser(ctx context.Context, params *GetLanguagesTranslationsUserParams) (*GetLanguagesTranslationsUserOK, error) /* PostLanguages creates language deprecated This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages */ PostLanguages(ctx context.Context, params *PostLanguagesParams) (*PostLanguagesOK, error) }
API is the interface of the languages client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for languages API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new languages API client.
func (*Client) DeleteLanguage ¶
func (a *Client) DeleteLanguage(ctx context.Context, params *DeleteLanguageParams) error
DeleteLanguage deletes language deprecated
This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId})
func (*Client) GetLanguage ¶
func (a *Client) GetLanguage(ctx context.Context, params *GetLanguageParams) (*GetLanguageOK, error)
GetLanguage gets language deprecated
This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId})
func (*Client) GetLanguages ¶
func (a *Client) GetLanguages(ctx context.Context, params *GetLanguagesParams) (*GetLanguagesOK, error)
GetLanguages gets the list of supported languages deprecated
This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages)
func (*Client) GetLanguagesTranslations ¶
func (a *Client) GetLanguagesTranslations(ctx context.Context, params *GetLanguagesTranslationsParams) (*GetLanguagesTranslationsOK, error)
GetLanguagesTranslations gets all available languages for translation
func (*Client) GetLanguagesTranslationsBuiltin ¶
func (a *Client) GetLanguagesTranslationsBuiltin(ctx context.Context, params *GetLanguagesTranslationsBuiltinParams) (*GetLanguagesTranslationsBuiltinOK, error)
GetLanguagesTranslationsBuiltin gets the builtin translation for a language
func (*Client) GetLanguagesTranslationsOrganization ¶
func (a *Client) GetLanguagesTranslationsOrganization(ctx context.Context, params *GetLanguagesTranslationsOrganizationParams) (*GetLanguagesTranslationsOrganizationOK, error)
GetLanguagesTranslationsOrganization gets effective translation for an organization by language
func (*Client) GetLanguagesTranslationsUser ¶
func (a *Client) GetLanguagesTranslationsUser(ctx context.Context, params *GetLanguagesTranslationsUserParams) (*GetLanguagesTranslationsUserOK, error)
GetLanguagesTranslationsUser gets effective language translation for a user
func (*Client) PostLanguages ¶
func (a *Client) PostLanguages(ctx context.Context, params *PostLanguagesParams) (*PostLanguagesOK, error)
PostLanguages creates language deprecated
This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages
type DeleteLanguageBadRequest ¶
DeleteLanguageBadRequest 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 NewDeleteLanguageBadRequest ¶
func NewDeleteLanguageBadRequest() *DeleteLanguageBadRequest
NewDeleteLanguageBadRequest creates a DeleteLanguageBadRequest with default headers values
func (*DeleteLanguageBadRequest) Error ¶
func (o *DeleteLanguageBadRequest) Error() string
func (*DeleteLanguageBadRequest) GetPayload ¶
func (o *DeleteLanguageBadRequest) GetPayload() *models.ErrorBody
func (*DeleteLanguageBadRequest) IsClientError ¶
func (o *DeleteLanguageBadRequest) IsClientError() bool
IsClientError returns true when this delete language bad request response has a 4xx status code
func (*DeleteLanguageBadRequest) IsCode ¶
func (o *DeleteLanguageBadRequest) IsCode(code int) bool
IsCode returns true when this delete language bad request response a status code equal to that given
func (*DeleteLanguageBadRequest) IsRedirect ¶
func (o *DeleteLanguageBadRequest) IsRedirect() bool
IsRedirect returns true when this delete language bad request response has a 3xx status code
func (*DeleteLanguageBadRequest) IsServerError ¶
func (o *DeleteLanguageBadRequest) IsServerError() bool
IsServerError returns true when this delete language bad request response has a 5xx status code
func (*DeleteLanguageBadRequest) IsSuccess ¶
func (o *DeleteLanguageBadRequest) IsSuccess() bool
IsSuccess returns true when this delete language bad request response has a 2xx status code
func (*DeleteLanguageBadRequest) String ¶
func (o *DeleteLanguageBadRequest) String() string
type DeleteLanguageDefault ¶
type DeleteLanguageDefault struct {
// contains filtered or unexported fields
}
DeleteLanguageDefault describes a response with status code -1, with default header values.
successful operation
func NewDeleteLanguageDefault ¶
func NewDeleteLanguageDefault(code int) *DeleteLanguageDefault
NewDeleteLanguageDefault creates a DeleteLanguageDefault with default headers values
func (*DeleteLanguageDefault) Code ¶
func (o *DeleteLanguageDefault) Code() int
Code gets the status code for the delete language default response
func (*DeleteLanguageDefault) Error ¶
func (o *DeleteLanguageDefault) Error() string
func (*DeleteLanguageDefault) IsClientError ¶
func (o *DeleteLanguageDefault) IsClientError() bool
IsClientError returns true when this delete language default response has a 4xx status code
func (*DeleteLanguageDefault) IsCode ¶
func (o *DeleteLanguageDefault) IsCode(code int) bool
IsCode returns true when this delete language default response a status code equal to that given
func (*DeleteLanguageDefault) IsRedirect ¶
func (o *DeleteLanguageDefault) IsRedirect() bool
IsRedirect returns true when this delete language default response has a 3xx status code
func (*DeleteLanguageDefault) IsServerError ¶
func (o *DeleteLanguageDefault) IsServerError() bool
IsServerError returns true when this delete language default response has a 5xx status code
func (*DeleteLanguageDefault) IsSuccess ¶
func (o *DeleteLanguageDefault) IsSuccess() bool
IsSuccess returns true when this delete language default response has a 2xx status code
func (*DeleteLanguageDefault) String ¶
func (o *DeleteLanguageDefault) String() string
type DeleteLanguageForbidden ¶
DeleteLanguageForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteLanguageForbidden ¶
func NewDeleteLanguageForbidden() *DeleteLanguageForbidden
NewDeleteLanguageForbidden creates a DeleteLanguageForbidden with default headers values
func (*DeleteLanguageForbidden) Error ¶
func (o *DeleteLanguageForbidden) Error() string
func (*DeleteLanguageForbidden) GetPayload ¶
func (o *DeleteLanguageForbidden) GetPayload() *models.ErrorBody
func (*DeleteLanguageForbidden) IsClientError ¶
func (o *DeleteLanguageForbidden) IsClientError() bool
IsClientError returns true when this delete language forbidden response has a 4xx status code
func (*DeleteLanguageForbidden) IsCode ¶
func (o *DeleteLanguageForbidden) IsCode(code int) bool
IsCode returns true when this delete language forbidden response a status code equal to that given
func (*DeleteLanguageForbidden) IsRedirect ¶
func (o *DeleteLanguageForbidden) IsRedirect() bool
IsRedirect returns true when this delete language forbidden response has a 3xx status code
func (*DeleteLanguageForbidden) IsServerError ¶
func (o *DeleteLanguageForbidden) IsServerError() bool
IsServerError returns true when this delete language forbidden response has a 5xx status code
func (*DeleteLanguageForbidden) IsSuccess ¶
func (o *DeleteLanguageForbidden) IsSuccess() bool
IsSuccess returns true when this delete language forbidden response has a 2xx status code
func (*DeleteLanguageForbidden) String ¶
func (o *DeleteLanguageForbidden) String() string
type DeleteLanguageGatewayTimeout ¶
DeleteLanguageGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteLanguageGatewayTimeout ¶
func NewDeleteLanguageGatewayTimeout() *DeleteLanguageGatewayTimeout
NewDeleteLanguageGatewayTimeout creates a DeleteLanguageGatewayTimeout with default headers values
func (*DeleteLanguageGatewayTimeout) Error ¶
func (o *DeleteLanguageGatewayTimeout) Error() string
func (*DeleteLanguageGatewayTimeout) GetPayload ¶
func (o *DeleteLanguageGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageGatewayTimeout) IsClientError ¶
func (o *DeleteLanguageGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete language gateway timeout response has a 4xx status code
func (*DeleteLanguageGatewayTimeout) IsCode ¶
func (o *DeleteLanguageGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete language gateway timeout response a status code equal to that given
func (*DeleteLanguageGatewayTimeout) IsRedirect ¶
func (o *DeleteLanguageGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete language gateway timeout response has a 3xx status code
func (*DeleteLanguageGatewayTimeout) IsServerError ¶
func (o *DeleteLanguageGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete language gateway timeout response has a 5xx status code
func (*DeleteLanguageGatewayTimeout) IsSuccess ¶
func (o *DeleteLanguageGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete language gateway timeout response has a 2xx status code
func (*DeleteLanguageGatewayTimeout) String ¶
func (o *DeleteLanguageGatewayTimeout) String() string
type DeleteLanguageInternalServerError ¶
DeleteLanguageInternalServerError 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 NewDeleteLanguageInternalServerError ¶
func NewDeleteLanguageInternalServerError() *DeleteLanguageInternalServerError
NewDeleteLanguageInternalServerError creates a DeleteLanguageInternalServerError with default headers values
func (*DeleteLanguageInternalServerError) Error ¶
func (o *DeleteLanguageInternalServerError) Error() string
func (*DeleteLanguageInternalServerError) GetPayload ¶
func (o *DeleteLanguageInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteLanguageInternalServerError) IsClientError ¶
func (o *DeleteLanguageInternalServerError) IsClientError() bool
IsClientError returns true when this delete language internal server error response has a 4xx status code
func (*DeleteLanguageInternalServerError) IsCode ¶
func (o *DeleteLanguageInternalServerError) IsCode(code int) bool
IsCode returns true when this delete language internal server error response a status code equal to that given
func (*DeleteLanguageInternalServerError) IsRedirect ¶
func (o *DeleteLanguageInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete language internal server error response has a 3xx status code
func (*DeleteLanguageInternalServerError) IsServerError ¶
func (o *DeleteLanguageInternalServerError) IsServerError() bool
IsServerError returns true when this delete language internal server error response has a 5xx status code
func (*DeleteLanguageInternalServerError) IsSuccess ¶
func (o *DeleteLanguageInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete language internal server error response has a 2xx status code
func (*DeleteLanguageInternalServerError) String ¶
func (o *DeleteLanguageInternalServerError) String() string
type DeleteLanguageNotFound ¶
DeleteLanguageNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteLanguageNotFound ¶
func NewDeleteLanguageNotFound() *DeleteLanguageNotFound
NewDeleteLanguageNotFound creates a DeleteLanguageNotFound with default headers values
func (*DeleteLanguageNotFound) Error ¶
func (o *DeleteLanguageNotFound) Error() string
func (*DeleteLanguageNotFound) GetPayload ¶
func (o *DeleteLanguageNotFound) GetPayload() *models.ErrorBody
func (*DeleteLanguageNotFound) IsClientError ¶
func (o *DeleteLanguageNotFound) IsClientError() bool
IsClientError returns true when this delete language not found response has a 4xx status code
func (*DeleteLanguageNotFound) IsCode ¶
func (o *DeleteLanguageNotFound) IsCode(code int) bool
IsCode returns true when this delete language not found response a status code equal to that given
func (*DeleteLanguageNotFound) IsRedirect ¶
func (o *DeleteLanguageNotFound) IsRedirect() bool
IsRedirect returns true when this delete language not found response has a 3xx status code
func (*DeleteLanguageNotFound) IsServerError ¶
func (o *DeleteLanguageNotFound) IsServerError() bool
IsServerError returns true when this delete language not found response has a 5xx status code
func (*DeleteLanguageNotFound) IsSuccess ¶
func (o *DeleteLanguageNotFound) IsSuccess() bool
IsSuccess returns true when this delete language not found response has a 2xx status code
func (*DeleteLanguageNotFound) String ¶
func (o *DeleteLanguageNotFound) String() string
type DeleteLanguageParams ¶
type DeleteLanguageParams struct { /* LanguageID. Language ID */ LanguageID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteLanguageParams contains all the parameters to send to the API endpoint
for the delete language operation. Typically these are written to a http.Request.
func NewDeleteLanguageParams ¶
func NewDeleteLanguageParams() *DeleteLanguageParams
NewDeleteLanguageParams creates a new DeleteLanguageParams 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 NewDeleteLanguageParamsWithContext ¶
func NewDeleteLanguageParamsWithContext(ctx context.Context) *DeleteLanguageParams
NewDeleteLanguageParamsWithContext creates a new DeleteLanguageParams object with the ability to set a context for a request.
func NewDeleteLanguageParamsWithHTTPClient ¶
func NewDeleteLanguageParamsWithHTTPClient(client *http.Client) *DeleteLanguageParams
NewDeleteLanguageParamsWithHTTPClient creates a new DeleteLanguageParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteLanguageParamsWithTimeout ¶
func NewDeleteLanguageParamsWithTimeout(timeout time.Duration) *DeleteLanguageParams
NewDeleteLanguageParamsWithTimeout creates a new DeleteLanguageParams object with the ability to set a timeout on a request.
func (*DeleteLanguageParams) SetContext ¶
func (o *DeleteLanguageParams) SetContext(ctx context.Context)
SetContext adds the context to the delete language params
func (*DeleteLanguageParams) SetDefaults ¶
func (o *DeleteLanguageParams) SetDefaults()
SetDefaults hydrates default values in the delete language params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteLanguageParams) SetHTTPClient ¶
func (o *DeleteLanguageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete language params
func (*DeleteLanguageParams) SetLanguageID ¶
func (o *DeleteLanguageParams) SetLanguageID(languageID string)
SetLanguageID adds the languageId to the delete language params
func (*DeleteLanguageParams) SetTimeout ¶
func (o *DeleteLanguageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete language params
func (*DeleteLanguageParams) WithContext ¶
func (o *DeleteLanguageParams) WithContext(ctx context.Context) *DeleteLanguageParams
WithContext adds the context to the delete language params
func (*DeleteLanguageParams) WithDefaults ¶
func (o *DeleteLanguageParams) WithDefaults() *DeleteLanguageParams
WithDefaults hydrates default values in the delete language params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteLanguageParams) WithHTTPClient ¶
func (o *DeleteLanguageParams) WithHTTPClient(client *http.Client) *DeleteLanguageParams
WithHTTPClient adds the HTTPClient to the delete language params
func (*DeleteLanguageParams) WithLanguageID ¶
func (o *DeleteLanguageParams) WithLanguageID(languageID string) *DeleteLanguageParams
WithLanguageID adds the languageID to the delete language params
func (*DeleteLanguageParams) WithTimeout ¶
func (o *DeleteLanguageParams) WithTimeout(timeout time.Duration) *DeleteLanguageParams
WithTimeout adds the timeout to the delete language params
func (*DeleteLanguageParams) WriteToRequest ¶
func (o *DeleteLanguageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteLanguageReader ¶
type DeleteLanguageReader struct {
// contains filtered or unexported fields
}
DeleteLanguageReader is a Reader for the DeleteLanguage structure.
func (*DeleteLanguageReader) ReadResponse ¶
func (o *DeleteLanguageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteLanguageRequestEntityTooLarge ¶
DeleteLanguageRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteLanguageRequestEntityTooLarge ¶
func NewDeleteLanguageRequestEntityTooLarge() *DeleteLanguageRequestEntityTooLarge
NewDeleteLanguageRequestEntityTooLarge creates a DeleteLanguageRequestEntityTooLarge with default headers values
func (*DeleteLanguageRequestEntityTooLarge) Error ¶
func (o *DeleteLanguageRequestEntityTooLarge) Error() string
func (*DeleteLanguageRequestEntityTooLarge) GetPayload ¶
func (o *DeleteLanguageRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteLanguageRequestEntityTooLarge) IsClientError ¶
func (o *DeleteLanguageRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete language request entity too large response has a 4xx status code
func (*DeleteLanguageRequestEntityTooLarge) IsCode ¶
func (o *DeleteLanguageRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete language request entity too large response a status code equal to that given
func (*DeleteLanguageRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteLanguageRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete language request entity too large response has a 3xx status code
func (*DeleteLanguageRequestEntityTooLarge) IsServerError ¶
func (o *DeleteLanguageRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete language request entity too large response has a 5xx status code
func (*DeleteLanguageRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteLanguageRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete language request entity too large response has a 2xx status code
func (*DeleteLanguageRequestEntityTooLarge) String ¶
func (o *DeleteLanguageRequestEntityTooLarge) String() string
type DeleteLanguageRequestTimeout ¶
DeleteLanguageRequestTimeout 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 NewDeleteLanguageRequestTimeout ¶
func NewDeleteLanguageRequestTimeout() *DeleteLanguageRequestTimeout
NewDeleteLanguageRequestTimeout creates a DeleteLanguageRequestTimeout with default headers values
func (*DeleteLanguageRequestTimeout) Error ¶
func (o *DeleteLanguageRequestTimeout) Error() string
func (*DeleteLanguageRequestTimeout) GetPayload ¶
func (o *DeleteLanguageRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteLanguageRequestTimeout) IsClientError ¶
func (o *DeleteLanguageRequestTimeout) IsClientError() bool
IsClientError returns true when this delete language request timeout response has a 4xx status code
func (*DeleteLanguageRequestTimeout) IsCode ¶
func (o *DeleteLanguageRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete language request timeout response a status code equal to that given
func (*DeleteLanguageRequestTimeout) IsRedirect ¶
func (o *DeleteLanguageRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete language request timeout response has a 3xx status code
func (*DeleteLanguageRequestTimeout) IsServerError ¶
func (o *DeleteLanguageRequestTimeout) IsServerError() bool
IsServerError returns true when this delete language request timeout response has a 5xx status code
func (*DeleteLanguageRequestTimeout) IsSuccess ¶
func (o *DeleteLanguageRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete language request timeout response has a 2xx status code
func (*DeleteLanguageRequestTimeout) String ¶
func (o *DeleteLanguageRequestTimeout) String() string
type DeleteLanguageServiceUnavailable ¶
type DeleteLanguageServiceUnavailable struct {
}DeleteLanguageServiceUnavailable 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 NewDeleteLanguageServiceUnavailable ¶
func NewDeleteLanguageServiceUnavailable() *DeleteLanguageServiceUnavailable
NewDeleteLanguageServiceUnavailable creates a DeleteLanguageServiceUnavailable with default headers values
func (*DeleteLanguageServiceUnavailable) Error ¶
func (o *DeleteLanguageServiceUnavailable) Error() string
func (*DeleteLanguageServiceUnavailable) GetPayload ¶
func (o *DeleteLanguageServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteLanguageServiceUnavailable) IsClientError ¶
func (o *DeleteLanguageServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete language service unavailable response has a 4xx status code
func (*DeleteLanguageServiceUnavailable) IsCode ¶
func (o *DeleteLanguageServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete language service unavailable response a status code equal to that given
func (*DeleteLanguageServiceUnavailable) IsRedirect ¶
func (o *DeleteLanguageServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete language service unavailable response has a 3xx status code
func (*DeleteLanguageServiceUnavailable) IsServerError ¶
func (o *DeleteLanguageServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete language service unavailable response has a 5xx status code
func (*DeleteLanguageServiceUnavailable) IsSuccess ¶
func (o *DeleteLanguageServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete language service unavailable response has a 2xx status code
func (*DeleteLanguageServiceUnavailable) String ¶
func (o *DeleteLanguageServiceUnavailable) String() string
type DeleteLanguageTooManyRequests ¶
DeleteLanguageTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteLanguageTooManyRequests ¶
func NewDeleteLanguageTooManyRequests() *DeleteLanguageTooManyRequests
NewDeleteLanguageTooManyRequests creates a DeleteLanguageTooManyRequests with default headers values
func (*DeleteLanguageTooManyRequests) Error ¶
func (o *DeleteLanguageTooManyRequests) Error() string
func (*DeleteLanguageTooManyRequests) GetPayload ¶
func (o *DeleteLanguageTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteLanguageTooManyRequests) IsClientError ¶
func (o *DeleteLanguageTooManyRequests) IsClientError() bool
IsClientError returns true when this delete language too many requests response has a 4xx status code
func (*DeleteLanguageTooManyRequests) IsCode ¶
func (o *DeleteLanguageTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete language too many requests response a status code equal to that given
func (*DeleteLanguageTooManyRequests) IsRedirect ¶
func (o *DeleteLanguageTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete language too many requests response has a 3xx status code
func (*DeleteLanguageTooManyRequests) IsServerError ¶
func (o *DeleteLanguageTooManyRequests) IsServerError() bool
IsServerError returns true when this delete language too many requests response has a 5xx status code
func (*DeleteLanguageTooManyRequests) IsSuccess ¶
func (o *DeleteLanguageTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete language too many requests response has a 2xx status code
func (*DeleteLanguageTooManyRequests) String ¶
func (o *DeleteLanguageTooManyRequests) String() string
type DeleteLanguageUnauthorized ¶
type DeleteLanguageUnauthorized struct {
}DeleteLanguageUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteLanguageUnauthorized ¶
func NewDeleteLanguageUnauthorized() *DeleteLanguageUnauthorized
NewDeleteLanguageUnauthorized creates a DeleteLanguageUnauthorized with default headers values
func (*DeleteLanguageUnauthorized) Error ¶
func (o *DeleteLanguageUnauthorized) Error() string
func (*DeleteLanguageUnauthorized) GetPayload ¶
func (o *DeleteLanguageUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteLanguageUnauthorized) IsClientError ¶
func (o *DeleteLanguageUnauthorized) IsClientError() bool
IsClientError returns true when this delete language unauthorized response has a 4xx status code
func (*DeleteLanguageUnauthorized) IsCode ¶
func (o *DeleteLanguageUnauthorized) IsCode(code int) bool
IsCode returns true when this delete language unauthorized response a status code equal to that given
func (*DeleteLanguageUnauthorized) IsRedirect ¶
func (o *DeleteLanguageUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete language unauthorized response has a 3xx status code
func (*DeleteLanguageUnauthorized) IsServerError ¶
func (o *DeleteLanguageUnauthorized) IsServerError() bool
IsServerError returns true when this delete language unauthorized response has a 5xx status code
func (*DeleteLanguageUnauthorized) IsSuccess ¶
func (o *DeleteLanguageUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete language unauthorized response has a 2xx status code
func (*DeleteLanguageUnauthorized) String ¶
func (o *DeleteLanguageUnauthorized) String() string
type DeleteLanguageUnsupportedMediaType ¶
DeleteLanguageUnsupportedMediaType 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 NewDeleteLanguageUnsupportedMediaType ¶
func NewDeleteLanguageUnsupportedMediaType() *DeleteLanguageUnsupportedMediaType
NewDeleteLanguageUnsupportedMediaType creates a DeleteLanguageUnsupportedMediaType with default headers values
func (*DeleteLanguageUnsupportedMediaType) Error ¶
func (o *DeleteLanguageUnsupportedMediaType) Error() string
func (*DeleteLanguageUnsupportedMediaType) GetPayload ¶
func (o *DeleteLanguageUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteLanguageUnsupportedMediaType) IsClientError ¶
func (o *DeleteLanguageUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete language unsupported media type response has a 4xx status code
func (*DeleteLanguageUnsupportedMediaType) IsCode ¶
func (o *DeleteLanguageUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete language unsupported media type response a status code equal to that given
func (*DeleteLanguageUnsupportedMediaType) IsRedirect ¶
func (o *DeleteLanguageUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete language unsupported media type response has a 3xx status code
func (*DeleteLanguageUnsupportedMediaType) IsServerError ¶
func (o *DeleteLanguageUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete language unsupported media type response has a 5xx status code
func (*DeleteLanguageUnsupportedMediaType) IsSuccess ¶
func (o *DeleteLanguageUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete language unsupported media type response has a 2xx status code
func (*DeleteLanguageUnsupportedMediaType) String ¶
func (o *DeleteLanguageUnsupportedMediaType) String() string
type GetLanguageBadRequest ¶
GetLanguageBadRequest 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 NewGetLanguageBadRequest ¶
func NewGetLanguageBadRequest() *GetLanguageBadRequest
NewGetLanguageBadRequest creates a GetLanguageBadRequest with default headers values
func (*GetLanguageBadRequest) Error ¶
func (o *GetLanguageBadRequest) Error() string
func (*GetLanguageBadRequest) GetPayload ¶
func (o *GetLanguageBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguageBadRequest) IsClientError ¶
func (o *GetLanguageBadRequest) IsClientError() bool
IsClientError returns true when this get language bad request response has a 4xx status code
func (*GetLanguageBadRequest) IsCode ¶
func (o *GetLanguageBadRequest) IsCode(code int) bool
IsCode returns true when this get language bad request response a status code equal to that given
func (*GetLanguageBadRequest) IsRedirect ¶
func (o *GetLanguageBadRequest) IsRedirect() bool
IsRedirect returns true when this get language bad request response has a 3xx status code
func (*GetLanguageBadRequest) IsServerError ¶
func (o *GetLanguageBadRequest) IsServerError() bool
IsServerError returns true when this get language bad request response has a 5xx status code
func (*GetLanguageBadRequest) IsSuccess ¶
func (o *GetLanguageBadRequest) IsSuccess() bool
IsSuccess returns true when this get language bad request response has a 2xx status code
func (*GetLanguageBadRequest) String ¶
func (o *GetLanguageBadRequest) String() string
type GetLanguageForbidden ¶
GetLanguageForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguageForbidden ¶
func NewGetLanguageForbidden() *GetLanguageForbidden
NewGetLanguageForbidden creates a GetLanguageForbidden with default headers values
func (*GetLanguageForbidden) Error ¶
func (o *GetLanguageForbidden) Error() string
func (*GetLanguageForbidden) GetPayload ¶
func (o *GetLanguageForbidden) GetPayload() *models.ErrorBody
func (*GetLanguageForbidden) IsClientError ¶
func (o *GetLanguageForbidden) IsClientError() bool
IsClientError returns true when this get language forbidden response has a 4xx status code
func (*GetLanguageForbidden) IsCode ¶
func (o *GetLanguageForbidden) IsCode(code int) bool
IsCode returns true when this get language forbidden response a status code equal to that given
func (*GetLanguageForbidden) IsRedirect ¶
func (o *GetLanguageForbidden) IsRedirect() bool
IsRedirect returns true when this get language forbidden response has a 3xx status code
func (*GetLanguageForbidden) IsServerError ¶
func (o *GetLanguageForbidden) IsServerError() bool
IsServerError returns true when this get language forbidden response has a 5xx status code
func (*GetLanguageForbidden) IsSuccess ¶
func (o *GetLanguageForbidden) IsSuccess() bool
IsSuccess returns true when this get language forbidden response has a 2xx status code
func (*GetLanguageForbidden) String ¶
func (o *GetLanguageForbidden) String() string
type GetLanguageGatewayTimeout ¶
GetLanguageGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguageGatewayTimeout ¶
func NewGetLanguageGatewayTimeout() *GetLanguageGatewayTimeout
NewGetLanguageGatewayTimeout creates a GetLanguageGatewayTimeout with default headers values
func (*GetLanguageGatewayTimeout) Error ¶
func (o *GetLanguageGatewayTimeout) Error() string
func (*GetLanguageGatewayTimeout) GetPayload ¶
func (o *GetLanguageGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageGatewayTimeout) IsClientError ¶
func (o *GetLanguageGatewayTimeout) IsClientError() bool
IsClientError returns true when this get language gateway timeout response has a 4xx status code
func (*GetLanguageGatewayTimeout) IsCode ¶
func (o *GetLanguageGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get language gateway timeout response a status code equal to that given
func (*GetLanguageGatewayTimeout) IsRedirect ¶
func (o *GetLanguageGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get language gateway timeout response has a 3xx status code
func (*GetLanguageGatewayTimeout) IsServerError ¶
func (o *GetLanguageGatewayTimeout) IsServerError() bool
IsServerError returns true when this get language gateway timeout response has a 5xx status code
func (*GetLanguageGatewayTimeout) IsSuccess ¶
func (o *GetLanguageGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get language gateway timeout response has a 2xx status code
func (*GetLanguageGatewayTimeout) String ¶
func (o *GetLanguageGatewayTimeout) String() string
type GetLanguageInternalServerError ¶
GetLanguageInternalServerError 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 NewGetLanguageInternalServerError ¶
func NewGetLanguageInternalServerError() *GetLanguageInternalServerError
NewGetLanguageInternalServerError creates a GetLanguageInternalServerError with default headers values
func (*GetLanguageInternalServerError) Error ¶
func (o *GetLanguageInternalServerError) Error() string
func (*GetLanguageInternalServerError) GetPayload ¶
func (o *GetLanguageInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguageInternalServerError) IsClientError ¶
func (o *GetLanguageInternalServerError) IsClientError() bool
IsClientError returns true when this get language internal server error response has a 4xx status code
func (*GetLanguageInternalServerError) IsCode ¶
func (o *GetLanguageInternalServerError) IsCode(code int) bool
IsCode returns true when this get language internal server error response a status code equal to that given
func (*GetLanguageInternalServerError) IsRedirect ¶
func (o *GetLanguageInternalServerError) IsRedirect() bool
IsRedirect returns true when this get language internal server error response has a 3xx status code
func (*GetLanguageInternalServerError) IsServerError ¶
func (o *GetLanguageInternalServerError) IsServerError() bool
IsServerError returns true when this get language internal server error response has a 5xx status code
func (*GetLanguageInternalServerError) IsSuccess ¶
func (o *GetLanguageInternalServerError) IsSuccess() bool
IsSuccess returns true when this get language internal server error response has a 2xx status code
func (*GetLanguageInternalServerError) String ¶
func (o *GetLanguageInternalServerError) String() string
type GetLanguageNotFound ¶
GetLanguageNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguageNotFound ¶
func NewGetLanguageNotFound() *GetLanguageNotFound
NewGetLanguageNotFound creates a GetLanguageNotFound with default headers values
func (*GetLanguageNotFound) Error ¶
func (o *GetLanguageNotFound) Error() string
func (*GetLanguageNotFound) GetPayload ¶
func (o *GetLanguageNotFound) GetPayload() *models.ErrorBody
func (*GetLanguageNotFound) IsClientError ¶
func (o *GetLanguageNotFound) IsClientError() bool
IsClientError returns true when this get language not found response has a 4xx status code
func (*GetLanguageNotFound) IsCode ¶
func (o *GetLanguageNotFound) IsCode(code int) bool
IsCode returns true when this get language not found response a status code equal to that given
func (*GetLanguageNotFound) IsRedirect ¶
func (o *GetLanguageNotFound) IsRedirect() bool
IsRedirect returns true when this get language not found response has a 3xx status code
func (*GetLanguageNotFound) IsServerError ¶
func (o *GetLanguageNotFound) IsServerError() bool
IsServerError returns true when this get language not found response has a 5xx status code
func (*GetLanguageNotFound) IsSuccess ¶
func (o *GetLanguageNotFound) IsSuccess() bool
IsSuccess returns true when this get language not found response has a 2xx status code
func (*GetLanguageNotFound) String ¶
func (o *GetLanguageNotFound) String() string
type GetLanguageOK ¶
GetLanguageOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguageOK ¶
func NewGetLanguageOK() *GetLanguageOK
NewGetLanguageOK creates a GetLanguageOK with default headers values
func (*GetLanguageOK) Error ¶
func (o *GetLanguageOK) Error() string
func (*GetLanguageOK) GetPayload ¶
func (o *GetLanguageOK) GetPayload() *models.Language
func (*GetLanguageOK) IsClientError ¶
func (o *GetLanguageOK) IsClientError() bool
IsClientError returns true when this get language o k response has a 4xx status code
func (*GetLanguageOK) IsCode ¶
func (o *GetLanguageOK) IsCode(code int) bool
IsCode returns true when this get language o k response a status code equal to that given
func (*GetLanguageOK) IsRedirect ¶
func (o *GetLanguageOK) IsRedirect() bool
IsRedirect returns true when this get language o k response has a 3xx status code
func (*GetLanguageOK) IsServerError ¶
func (o *GetLanguageOK) IsServerError() bool
IsServerError returns true when this get language o k response has a 5xx status code
func (*GetLanguageOK) IsSuccess ¶
func (o *GetLanguageOK) IsSuccess() bool
IsSuccess returns true when this get language o k response has a 2xx status code
func (*GetLanguageOK) String ¶
func (o *GetLanguageOK) String() string
type GetLanguageParams ¶
type GetLanguageParams struct { /* LanguageID. Language ID */ LanguageID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguageParams contains all the parameters to send to the API endpoint
for the get language operation. Typically these are written to a http.Request.
func NewGetLanguageParams ¶
func NewGetLanguageParams() *GetLanguageParams
NewGetLanguageParams creates a new GetLanguageParams 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 NewGetLanguageParamsWithContext ¶
func NewGetLanguageParamsWithContext(ctx context.Context) *GetLanguageParams
NewGetLanguageParamsWithContext creates a new GetLanguageParams object with the ability to set a context for a request.
func NewGetLanguageParamsWithHTTPClient ¶
func NewGetLanguageParamsWithHTTPClient(client *http.Client) *GetLanguageParams
NewGetLanguageParamsWithHTTPClient creates a new GetLanguageParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguageParamsWithTimeout ¶
func NewGetLanguageParamsWithTimeout(timeout time.Duration) *GetLanguageParams
NewGetLanguageParamsWithTimeout creates a new GetLanguageParams object with the ability to set a timeout on a request.
func (*GetLanguageParams) SetContext ¶
func (o *GetLanguageParams) SetContext(ctx context.Context)
SetContext adds the context to the get language params
func (*GetLanguageParams) SetDefaults ¶
func (o *GetLanguageParams) SetDefaults()
SetDefaults hydrates default values in the get language params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguageParams) SetHTTPClient ¶
func (o *GetLanguageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get language params
func (*GetLanguageParams) SetLanguageID ¶
func (o *GetLanguageParams) SetLanguageID(languageID string)
SetLanguageID adds the languageId to the get language params
func (*GetLanguageParams) SetTimeout ¶
func (o *GetLanguageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get language params
func (*GetLanguageParams) WithContext ¶
func (o *GetLanguageParams) WithContext(ctx context.Context) *GetLanguageParams
WithContext adds the context to the get language params
func (*GetLanguageParams) WithDefaults ¶
func (o *GetLanguageParams) WithDefaults() *GetLanguageParams
WithDefaults hydrates default values in the get language params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguageParams) WithHTTPClient ¶
func (o *GetLanguageParams) WithHTTPClient(client *http.Client) *GetLanguageParams
WithHTTPClient adds the HTTPClient to the get language params
func (*GetLanguageParams) WithLanguageID ¶
func (o *GetLanguageParams) WithLanguageID(languageID string) *GetLanguageParams
WithLanguageID adds the languageID to the get language params
func (*GetLanguageParams) WithTimeout ¶
func (o *GetLanguageParams) WithTimeout(timeout time.Duration) *GetLanguageParams
WithTimeout adds the timeout to the get language params
func (*GetLanguageParams) WriteToRequest ¶
func (o *GetLanguageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguageReader ¶
type GetLanguageReader struct {
// contains filtered or unexported fields
}
GetLanguageReader is a Reader for the GetLanguage structure.
func (*GetLanguageReader) ReadResponse ¶
func (o *GetLanguageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguageRequestEntityTooLarge ¶
GetLanguageRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguageRequestEntityTooLarge ¶
func NewGetLanguageRequestEntityTooLarge() *GetLanguageRequestEntityTooLarge
NewGetLanguageRequestEntityTooLarge creates a GetLanguageRequestEntityTooLarge with default headers values
func (*GetLanguageRequestEntityTooLarge) Error ¶
func (o *GetLanguageRequestEntityTooLarge) Error() string
func (*GetLanguageRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguageRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguageRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguageRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get language request entity too large response has a 4xx status code
func (*GetLanguageRequestEntityTooLarge) IsCode ¶
func (o *GetLanguageRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get language request entity too large response a status code equal to that given
func (*GetLanguageRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguageRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get language request entity too large response has a 3xx status code
func (*GetLanguageRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguageRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get language request entity too large response has a 5xx status code
func (*GetLanguageRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguageRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get language request entity too large response has a 2xx status code
func (*GetLanguageRequestEntityTooLarge) String ¶
func (o *GetLanguageRequestEntityTooLarge) String() string
type GetLanguageRequestTimeout ¶
GetLanguageRequestTimeout 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 NewGetLanguageRequestTimeout ¶
func NewGetLanguageRequestTimeout() *GetLanguageRequestTimeout
NewGetLanguageRequestTimeout creates a GetLanguageRequestTimeout with default headers values
func (*GetLanguageRequestTimeout) Error ¶
func (o *GetLanguageRequestTimeout) Error() string
func (*GetLanguageRequestTimeout) GetPayload ¶
func (o *GetLanguageRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguageRequestTimeout) IsClientError ¶
func (o *GetLanguageRequestTimeout) IsClientError() bool
IsClientError returns true when this get language request timeout response has a 4xx status code
func (*GetLanguageRequestTimeout) IsCode ¶
func (o *GetLanguageRequestTimeout) IsCode(code int) bool
IsCode returns true when this get language request timeout response a status code equal to that given
func (*GetLanguageRequestTimeout) IsRedirect ¶
func (o *GetLanguageRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get language request timeout response has a 3xx status code
func (*GetLanguageRequestTimeout) IsServerError ¶
func (o *GetLanguageRequestTimeout) IsServerError() bool
IsServerError returns true when this get language request timeout response has a 5xx status code
func (*GetLanguageRequestTimeout) IsSuccess ¶
func (o *GetLanguageRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get language request timeout response has a 2xx status code
func (*GetLanguageRequestTimeout) String ¶
func (o *GetLanguageRequestTimeout) String() string
type GetLanguageServiceUnavailable ¶
type GetLanguageServiceUnavailable struct {
}GetLanguageServiceUnavailable 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 NewGetLanguageServiceUnavailable ¶
func NewGetLanguageServiceUnavailable() *GetLanguageServiceUnavailable
NewGetLanguageServiceUnavailable creates a GetLanguageServiceUnavailable with default headers values
func (*GetLanguageServiceUnavailable) Error ¶
func (o *GetLanguageServiceUnavailable) Error() string
func (*GetLanguageServiceUnavailable) GetPayload ¶
func (o *GetLanguageServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguageServiceUnavailable) IsClientError ¶
func (o *GetLanguageServiceUnavailable) IsClientError() bool
IsClientError returns true when this get language service unavailable response has a 4xx status code
func (*GetLanguageServiceUnavailable) IsCode ¶
func (o *GetLanguageServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get language service unavailable response a status code equal to that given
func (*GetLanguageServiceUnavailable) IsRedirect ¶
func (o *GetLanguageServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get language service unavailable response has a 3xx status code
func (*GetLanguageServiceUnavailable) IsServerError ¶
func (o *GetLanguageServiceUnavailable) IsServerError() bool
IsServerError returns true when this get language service unavailable response has a 5xx status code
func (*GetLanguageServiceUnavailable) IsSuccess ¶
func (o *GetLanguageServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get language service unavailable response has a 2xx status code
func (*GetLanguageServiceUnavailable) String ¶
func (o *GetLanguageServiceUnavailable) String() string
type GetLanguageTooManyRequests ¶
GetLanguageTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguageTooManyRequests ¶
func NewGetLanguageTooManyRequests() *GetLanguageTooManyRequests
NewGetLanguageTooManyRequests creates a GetLanguageTooManyRequests with default headers values
func (*GetLanguageTooManyRequests) Error ¶
func (o *GetLanguageTooManyRequests) Error() string
func (*GetLanguageTooManyRequests) GetPayload ¶
func (o *GetLanguageTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguageTooManyRequests) IsClientError ¶
func (o *GetLanguageTooManyRequests) IsClientError() bool
IsClientError returns true when this get language too many requests response has a 4xx status code
func (*GetLanguageTooManyRequests) IsCode ¶
func (o *GetLanguageTooManyRequests) IsCode(code int) bool
IsCode returns true when this get language too many requests response a status code equal to that given
func (*GetLanguageTooManyRequests) IsRedirect ¶
func (o *GetLanguageTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get language too many requests response has a 3xx status code
func (*GetLanguageTooManyRequests) IsServerError ¶
func (o *GetLanguageTooManyRequests) IsServerError() bool
IsServerError returns true when this get language too many requests response has a 5xx status code
func (*GetLanguageTooManyRequests) IsSuccess ¶
func (o *GetLanguageTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get language too many requests response has a 2xx status code
func (*GetLanguageTooManyRequests) String ¶
func (o *GetLanguageTooManyRequests) String() string
type GetLanguageUnauthorized ¶
type GetLanguageUnauthorized struct {
}GetLanguageUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguageUnauthorized ¶
func NewGetLanguageUnauthorized() *GetLanguageUnauthorized
NewGetLanguageUnauthorized creates a GetLanguageUnauthorized with default headers values
func (*GetLanguageUnauthorized) Error ¶
func (o *GetLanguageUnauthorized) Error() string
func (*GetLanguageUnauthorized) GetPayload ¶
func (o *GetLanguageUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguageUnauthorized) IsClientError ¶
func (o *GetLanguageUnauthorized) IsClientError() bool
IsClientError returns true when this get language unauthorized response has a 4xx status code
func (*GetLanguageUnauthorized) IsCode ¶
func (o *GetLanguageUnauthorized) IsCode(code int) bool
IsCode returns true when this get language unauthorized response a status code equal to that given
func (*GetLanguageUnauthorized) IsRedirect ¶
func (o *GetLanguageUnauthorized) IsRedirect() bool
IsRedirect returns true when this get language unauthorized response has a 3xx status code
func (*GetLanguageUnauthorized) IsServerError ¶
func (o *GetLanguageUnauthorized) IsServerError() bool
IsServerError returns true when this get language unauthorized response has a 5xx status code
func (*GetLanguageUnauthorized) IsSuccess ¶
func (o *GetLanguageUnauthorized) IsSuccess() bool
IsSuccess returns true when this get language unauthorized response has a 2xx status code
func (*GetLanguageUnauthorized) String ¶
func (o *GetLanguageUnauthorized) String() string
type GetLanguageUnsupportedMediaType ¶
GetLanguageUnsupportedMediaType 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 NewGetLanguageUnsupportedMediaType ¶
func NewGetLanguageUnsupportedMediaType() *GetLanguageUnsupportedMediaType
NewGetLanguageUnsupportedMediaType creates a GetLanguageUnsupportedMediaType with default headers values
func (*GetLanguageUnsupportedMediaType) Error ¶
func (o *GetLanguageUnsupportedMediaType) Error() string
func (*GetLanguageUnsupportedMediaType) GetPayload ¶
func (o *GetLanguageUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguageUnsupportedMediaType) IsClientError ¶
func (o *GetLanguageUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get language unsupported media type response has a 4xx status code
func (*GetLanguageUnsupportedMediaType) IsCode ¶
func (o *GetLanguageUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get language unsupported media type response a status code equal to that given
func (*GetLanguageUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguageUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get language unsupported media type response has a 3xx status code
func (*GetLanguageUnsupportedMediaType) IsServerError ¶
func (o *GetLanguageUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get language unsupported media type response has a 5xx status code
func (*GetLanguageUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguageUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get language unsupported media type response has a 2xx status code
func (*GetLanguageUnsupportedMediaType) String ¶
func (o *GetLanguageUnsupportedMediaType) String() string
type GetLanguagesBadRequest ¶
GetLanguagesBadRequest 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 NewGetLanguagesBadRequest ¶
func NewGetLanguagesBadRequest() *GetLanguagesBadRequest
NewGetLanguagesBadRequest creates a GetLanguagesBadRequest with default headers values
func (*GetLanguagesBadRequest) Error ¶
func (o *GetLanguagesBadRequest) Error() string
func (*GetLanguagesBadRequest) GetPayload ¶
func (o *GetLanguagesBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguagesBadRequest) IsClientError ¶
func (o *GetLanguagesBadRequest) IsClientError() bool
IsClientError returns true when this get languages bad request response has a 4xx status code
func (*GetLanguagesBadRequest) IsCode ¶
func (o *GetLanguagesBadRequest) IsCode(code int) bool
IsCode returns true when this get languages bad request response a status code equal to that given
func (*GetLanguagesBadRequest) IsRedirect ¶
func (o *GetLanguagesBadRequest) IsRedirect() bool
IsRedirect returns true when this get languages bad request response has a 3xx status code
func (*GetLanguagesBadRequest) IsServerError ¶
func (o *GetLanguagesBadRequest) IsServerError() bool
IsServerError returns true when this get languages bad request response has a 5xx status code
func (*GetLanguagesBadRequest) IsSuccess ¶
func (o *GetLanguagesBadRequest) IsSuccess() bool
IsSuccess returns true when this get languages bad request response has a 2xx status code
func (*GetLanguagesBadRequest) String ¶
func (o *GetLanguagesBadRequest) String() string
type GetLanguagesForbidden ¶
GetLanguagesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguagesForbidden ¶
func NewGetLanguagesForbidden() *GetLanguagesForbidden
NewGetLanguagesForbidden creates a GetLanguagesForbidden with default headers values
func (*GetLanguagesForbidden) Error ¶
func (o *GetLanguagesForbidden) Error() string
func (*GetLanguagesForbidden) GetPayload ¶
func (o *GetLanguagesForbidden) GetPayload() *models.ErrorBody
func (*GetLanguagesForbidden) IsClientError ¶
func (o *GetLanguagesForbidden) IsClientError() bool
IsClientError returns true when this get languages forbidden response has a 4xx status code
func (*GetLanguagesForbidden) IsCode ¶
func (o *GetLanguagesForbidden) IsCode(code int) bool
IsCode returns true when this get languages forbidden response a status code equal to that given
func (*GetLanguagesForbidden) IsRedirect ¶
func (o *GetLanguagesForbidden) IsRedirect() bool
IsRedirect returns true when this get languages forbidden response has a 3xx status code
func (*GetLanguagesForbidden) IsServerError ¶
func (o *GetLanguagesForbidden) IsServerError() bool
IsServerError returns true when this get languages forbidden response has a 5xx status code
func (*GetLanguagesForbidden) IsSuccess ¶
func (o *GetLanguagesForbidden) IsSuccess() bool
IsSuccess returns true when this get languages forbidden response has a 2xx status code
func (*GetLanguagesForbidden) String ¶
func (o *GetLanguagesForbidden) String() string
type GetLanguagesGatewayTimeout ¶
GetLanguagesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguagesGatewayTimeout ¶
func NewGetLanguagesGatewayTimeout() *GetLanguagesGatewayTimeout
NewGetLanguagesGatewayTimeout creates a GetLanguagesGatewayTimeout with default headers values
func (*GetLanguagesGatewayTimeout) Error ¶
func (o *GetLanguagesGatewayTimeout) Error() string
func (*GetLanguagesGatewayTimeout) GetPayload ¶
func (o *GetLanguagesGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesGatewayTimeout) IsClientError ¶
func (o *GetLanguagesGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languages gateway timeout response has a 4xx status code
func (*GetLanguagesGatewayTimeout) IsCode ¶
func (o *GetLanguagesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languages gateway timeout response a status code equal to that given
func (*GetLanguagesGatewayTimeout) IsRedirect ¶
func (o *GetLanguagesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languages gateway timeout response has a 3xx status code
func (*GetLanguagesGatewayTimeout) IsServerError ¶
func (o *GetLanguagesGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languages gateway timeout response has a 5xx status code
func (*GetLanguagesGatewayTimeout) IsSuccess ¶
func (o *GetLanguagesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languages gateway timeout response has a 2xx status code
func (*GetLanguagesGatewayTimeout) String ¶
func (o *GetLanguagesGatewayTimeout) String() string
type GetLanguagesInternalServerError ¶
GetLanguagesInternalServerError 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 NewGetLanguagesInternalServerError ¶
func NewGetLanguagesInternalServerError() *GetLanguagesInternalServerError
NewGetLanguagesInternalServerError creates a GetLanguagesInternalServerError with default headers values
func (*GetLanguagesInternalServerError) Error ¶
func (o *GetLanguagesInternalServerError) Error() string
func (*GetLanguagesInternalServerError) GetPayload ¶
func (o *GetLanguagesInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguagesInternalServerError) IsClientError ¶
func (o *GetLanguagesInternalServerError) IsClientError() bool
IsClientError returns true when this get languages internal server error response has a 4xx status code
func (*GetLanguagesInternalServerError) IsCode ¶
func (o *GetLanguagesInternalServerError) IsCode(code int) bool
IsCode returns true when this get languages internal server error response a status code equal to that given
func (*GetLanguagesInternalServerError) IsRedirect ¶
func (o *GetLanguagesInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languages internal server error response has a 3xx status code
func (*GetLanguagesInternalServerError) IsServerError ¶
func (o *GetLanguagesInternalServerError) IsServerError() bool
IsServerError returns true when this get languages internal server error response has a 5xx status code
func (*GetLanguagesInternalServerError) IsSuccess ¶
func (o *GetLanguagesInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languages internal server error response has a 2xx status code
func (*GetLanguagesInternalServerError) String ¶
func (o *GetLanguagesInternalServerError) String() string
type GetLanguagesNotFound ¶
GetLanguagesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguagesNotFound ¶
func NewGetLanguagesNotFound() *GetLanguagesNotFound
NewGetLanguagesNotFound creates a GetLanguagesNotFound with default headers values
func (*GetLanguagesNotFound) Error ¶
func (o *GetLanguagesNotFound) Error() string
func (*GetLanguagesNotFound) GetPayload ¶
func (o *GetLanguagesNotFound) GetPayload() *models.ErrorBody
func (*GetLanguagesNotFound) IsClientError ¶
func (o *GetLanguagesNotFound) IsClientError() bool
IsClientError returns true when this get languages not found response has a 4xx status code
func (*GetLanguagesNotFound) IsCode ¶
func (o *GetLanguagesNotFound) IsCode(code int) bool
IsCode returns true when this get languages not found response a status code equal to that given
func (*GetLanguagesNotFound) IsRedirect ¶
func (o *GetLanguagesNotFound) IsRedirect() bool
IsRedirect returns true when this get languages not found response has a 3xx status code
func (*GetLanguagesNotFound) IsServerError ¶
func (o *GetLanguagesNotFound) IsServerError() bool
IsServerError returns true when this get languages not found response has a 5xx status code
func (*GetLanguagesNotFound) IsSuccess ¶
func (o *GetLanguagesNotFound) IsSuccess() bool
IsSuccess returns true when this get languages not found response has a 2xx status code
func (*GetLanguagesNotFound) String ¶
func (o *GetLanguagesNotFound) String() string
type GetLanguagesOK ¶
type GetLanguagesOK struct {
Payload *models.LanguageEntityListing
}
GetLanguagesOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguagesOK ¶
func NewGetLanguagesOK() *GetLanguagesOK
NewGetLanguagesOK creates a GetLanguagesOK with default headers values
func (*GetLanguagesOK) Error ¶
func (o *GetLanguagesOK) Error() string
func (*GetLanguagesOK) GetPayload ¶
func (o *GetLanguagesOK) GetPayload() *models.LanguageEntityListing
func (*GetLanguagesOK) IsClientError ¶
func (o *GetLanguagesOK) IsClientError() bool
IsClientError returns true when this get languages o k response has a 4xx status code
func (*GetLanguagesOK) IsCode ¶
func (o *GetLanguagesOK) IsCode(code int) bool
IsCode returns true when this get languages o k response a status code equal to that given
func (*GetLanguagesOK) IsRedirect ¶
func (o *GetLanguagesOK) IsRedirect() bool
IsRedirect returns true when this get languages o k response has a 3xx status code
func (*GetLanguagesOK) IsServerError ¶
func (o *GetLanguagesOK) IsServerError() bool
IsServerError returns true when this get languages o k response has a 5xx status code
func (*GetLanguagesOK) IsSuccess ¶
func (o *GetLanguagesOK) IsSuccess() bool
IsSuccess returns true when this get languages o k response has a 2xx status code
func (*GetLanguagesOK) String ¶
func (o *GetLanguagesOK) String() string
type GetLanguagesParams ¶
type GetLanguagesParams struct { /* Name. Name */ Name *string /* PageNumber. Page number Format: int32 Default: 1 */ PageNumber *int32 /* PageSize. Page size Format: int32 Default: 25 */ PageSize *int32 /* SortOrder. Ascending or descending sort order Default: "ASC" */ SortOrder *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguagesParams contains all the parameters to send to the API endpoint
for the get languages operation. Typically these are written to a http.Request.
func NewGetLanguagesParams ¶
func NewGetLanguagesParams() *GetLanguagesParams
NewGetLanguagesParams creates a new GetLanguagesParams 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 NewGetLanguagesParamsWithContext ¶
func NewGetLanguagesParamsWithContext(ctx context.Context) *GetLanguagesParams
NewGetLanguagesParamsWithContext creates a new GetLanguagesParams object with the ability to set a context for a request.
func NewGetLanguagesParamsWithHTTPClient ¶
func NewGetLanguagesParamsWithHTTPClient(client *http.Client) *GetLanguagesParams
NewGetLanguagesParamsWithHTTPClient creates a new GetLanguagesParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguagesParamsWithTimeout ¶
func NewGetLanguagesParamsWithTimeout(timeout time.Duration) *GetLanguagesParams
NewGetLanguagesParamsWithTimeout creates a new GetLanguagesParams object with the ability to set a timeout on a request.
func (*GetLanguagesParams) SetContext ¶
func (o *GetLanguagesParams) SetContext(ctx context.Context)
SetContext adds the context to the get languages params
func (*GetLanguagesParams) SetDefaults ¶
func (o *GetLanguagesParams) SetDefaults()
SetDefaults hydrates default values in the get languages params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesParams) SetHTTPClient ¶
func (o *GetLanguagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languages params
func (*GetLanguagesParams) SetName ¶
func (o *GetLanguagesParams) SetName(name *string)
SetName adds the name to the get languages params
func (*GetLanguagesParams) SetPageNumber ¶
func (o *GetLanguagesParams) SetPageNumber(pageNumber *int32)
SetPageNumber adds the pageNumber to the get languages params
func (*GetLanguagesParams) SetPageSize ¶
func (o *GetLanguagesParams) SetPageSize(pageSize *int32)
SetPageSize adds the pageSize to the get languages params
func (*GetLanguagesParams) SetSortOrder ¶
func (o *GetLanguagesParams) SetSortOrder(sortOrder *string)
SetSortOrder adds the sortOrder to the get languages params
func (*GetLanguagesParams) SetTimeout ¶
func (o *GetLanguagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languages params
func (*GetLanguagesParams) WithContext ¶
func (o *GetLanguagesParams) WithContext(ctx context.Context) *GetLanguagesParams
WithContext adds the context to the get languages params
func (*GetLanguagesParams) WithDefaults ¶
func (o *GetLanguagesParams) WithDefaults() *GetLanguagesParams
WithDefaults hydrates default values in the get languages params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesParams) WithHTTPClient ¶
func (o *GetLanguagesParams) WithHTTPClient(client *http.Client) *GetLanguagesParams
WithHTTPClient adds the HTTPClient to the get languages params
func (*GetLanguagesParams) WithName ¶
func (o *GetLanguagesParams) WithName(name *string) *GetLanguagesParams
WithName adds the name to the get languages params
func (*GetLanguagesParams) WithPageNumber ¶
func (o *GetLanguagesParams) WithPageNumber(pageNumber *int32) *GetLanguagesParams
WithPageNumber adds the pageNumber to the get languages params
func (*GetLanguagesParams) WithPageSize ¶
func (o *GetLanguagesParams) WithPageSize(pageSize *int32) *GetLanguagesParams
WithPageSize adds the pageSize to the get languages params
func (*GetLanguagesParams) WithSortOrder ¶
func (o *GetLanguagesParams) WithSortOrder(sortOrder *string) *GetLanguagesParams
WithSortOrder adds the sortOrder to the get languages params
func (*GetLanguagesParams) WithTimeout ¶
func (o *GetLanguagesParams) WithTimeout(timeout time.Duration) *GetLanguagesParams
WithTimeout adds the timeout to the get languages params
func (*GetLanguagesParams) WriteToRequest ¶
func (o *GetLanguagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguagesReader ¶
type GetLanguagesReader struct {
// contains filtered or unexported fields
}
GetLanguagesReader is a Reader for the GetLanguages structure.
func (*GetLanguagesReader) ReadResponse ¶
func (o *GetLanguagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguagesRequestEntityTooLarge ¶
GetLanguagesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguagesRequestEntityTooLarge ¶
func NewGetLanguagesRequestEntityTooLarge() *GetLanguagesRequestEntityTooLarge
NewGetLanguagesRequestEntityTooLarge creates a GetLanguagesRequestEntityTooLarge with default headers values
func (*GetLanguagesRequestEntityTooLarge) Error ¶
func (o *GetLanguagesRequestEntityTooLarge) Error() string
func (*GetLanguagesRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguagesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguagesRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguagesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languages request entity too large response has a 4xx status code
func (*GetLanguagesRequestEntityTooLarge) IsCode ¶
func (o *GetLanguagesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languages request entity too large response a status code equal to that given
func (*GetLanguagesRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguagesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languages request entity too large response has a 3xx status code
func (*GetLanguagesRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguagesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languages request entity too large response has a 5xx status code
func (*GetLanguagesRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguagesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languages request entity too large response has a 2xx status code
func (*GetLanguagesRequestEntityTooLarge) String ¶
func (o *GetLanguagesRequestEntityTooLarge) String() string
type GetLanguagesRequestTimeout ¶
GetLanguagesRequestTimeout 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 NewGetLanguagesRequestTimeout ¶
func NewGetLanguagesRequestTimeout() *GetLanguagesRequestTimeout
NewGetLanguagesRequestTimeout creates a GetLanguagesRequestTimeout with default headers values
func (*GetLanguagesRequestTimeout) Error ¶
func (o *GetLanguagesRequestTimeout) Error() string
func (*GetLanguagesRequestTimeout) GetPayload ¶
func (o *GetLanguagesRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesRequestTimeout) IsClientError ¶
func (o *GetLanguagesRequestTimeout) IsClientError() bool
IsClientError returns true when this get languages request timeout response has a 4xx status code
func (*GetLanguagesRequestTimeout) IsCode ¶
func (o *GetLanguagesRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languages request timeout response a status code equal to that given
func (*GetLanguagesRequestTimeout) IsRedirect ¶
func (o *GetLanguagesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languages request timeout response has a 3xx status code
func (*GetLanguagesRequestTimeout) IsServerError ¶
func (o *GetLanguagesRequestTimeout) IsServerError() bool
IsServerError returns true when this get languages request timeout response has a 5xx status code
func (*GetLanguagesRequestTimeout) IsSuccess ¶
func (o *GetLanguagesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languages request timeout response has a 2xx status code
func (*GetLanguagesRequestTimeout) String ¶
func (o *GetLanguagesRequestTimeout) String() string
type GetLanguagesServiceUnavailable ¶
type GetLanguagesServiceUnavailable struct {
}GetLanguagesServiceUnavailable 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 NewGetLanguagesServiceUnavailable ¶
func NewGetLanguagesServiceUnavailable() *GetLanguagesServiceUnavailable
NewGetLanguagesServiceUnavailable creates a GetLanguagesServiceUnavailable with default headers values
func (*GetLanguagesServiceUnavailable) Error ¶
func (o *GetLanguagesServiceUnavailable) Error() string
func (*GetLanguagesServiceUnavailable) GetPayload ¶
func (o *GetLanguagesServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguagesServiceUnavailable) IsClientError ¶
func (o *GetLanguagesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languages service unavailable response has a 4xx status code
func (*GetLanguagesServiceUnavailable) IsCode ¶
func (o *GetLanguagesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languages service unavailable response a status code equal to that given
func (*GetLanguagesServiceUnavailable) IsRedirect ¶
func (o *GetLanguagesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languages service unavailable response has a 3xx status code
func (*GetLanguagesServiceUnavailable) IsServerError ¶
func (o *GetLanguagesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languages service unavailable response has a 5xx status code
func (*GetLanguagesServiceUnavailable) IsSuccess ¶
func (o *GetLanguagesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languages service unavailable response has a 2xx status code
func (*GetLanguagesServiceUnavailable) String ¶
func (o *GetLanguagesServiceUnavailable) String() string
type GetLanguagesTooManyRequests ¶
GetLanguagesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguagesTooManyRequests ¶
func NewGetLanguagesTooManyRequests() *GetLanguagesTooManyRequests
NewGetLanguagesTooManyRequests creates a GetLanguagesTooManyRequests with default headers values
func (*GetLanguagesTooManyRequests) Error ¶
func (o *GetLanguagesTooManyRequests) Error() string
func (*GetLanguagesTooManyRequests) GetPayload ¶
func (o *GetLanguagesTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguagesTooManyRequests) IsClientError ¶
func (o *GetLanguagesTooManyRequests) IsClientError() bool
IsClientError returns true when this get languages too many requests response has a 4xx status code
func (*GetLanguagesTooManyRequests) IsCode ¶
func (o *GetLanguagesTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languages too many requests response a status code equal to that given
func (*GetLanguagesTooManyRequests) IsRedirect ¶
func (o *GetLanguagesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languages too many requests response has a 3xx status code
func (*GetLanguagesTooManyRequests) IsServerError ¶
func (o *GetLanguagesTooManyRequests) IsServerError() bool
IsServerError returns true when this get languages too many requests response has a 5xx status code
func (*GetLanguagesTooManyRequests) IsSuccess ¶
func (o *GetLanguagesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languages too many requests response has a 2xx status code
func (*GetLanguagesTooManyRequests) String ¶
func (o *GetLanguagesTooManyRequests) String() string
type GetLanguagesTranslationsBadRequest ¶
GetLanguagesTranslationsBadRequest 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 NewGetLanguagesTranslationsBadRequest ¶
func NewGetLanguagesTranslationsBadRequest() *GetLanguagesTranslationsBadRequest
NewGetLanguagesTranslationsBadRequest creates a GetLanguagesTranslationsBadRequest with default headers values
func (*GetLanguagesTranslationsBadRequest) Error ¶
func (o *GetLanguagesTranslationsBadRequest) Error() string
func (*GetLanguagesTranslationsBadRequest) GetPayload ¶
func (o *GetLanguagesTranslationsBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBadRequest) IsClientError ¶
func (o *GetLanguagesTranslationsBadRequest) IsClientError() bool
IsClientError returns true when this get languages translations bad request response has a 4xx status code
func (*GetLanguagesTranslationsBadRequest) IsCode ¶
func (o *GetLanguagesTranslationsBadRequest) IsCode(code int) bool
IsCode returns true when this get languages translations bad request response a status code equal to that given
func (*GetLanguagesTranslationsBadRequest) IsRedirect ¶
func (o *GetLanguagesTranslationsBadRequest) IsRedirect() bool
IsRedirect returns true when this get languages translations bad request response has a 3xx status code
func (*GetLanguagesTranslationsBadRequest) IsServerError ¶
func (o *GetLanguagesTranslationsBadRequest) IsServerError() bool
IsServerError returns true when this get languages translations bad request response has a 5xx status code
func (*GetLanguagesTranslationsBadRequest) IsSuccess ¶
func (o *GetLanguagesTranslationsBadRequest) IsSuccess() bool
IsSuccess returns true when this get languages translations bad request response has a 2xx status code
func (*GetLanguagesTranslationsBadRequest) String ¶
func (o *GetLanguagesTranslationsBadRequest) String() string
type GetLanguagesTranslationsBuiltinBadRequest ¶
GetLanguagesTranslationsBuiltinBadRequest 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 NewGetLanguagesTranslationsBuiltinBadRequest ¶
func NewGetLanguagesTranslationsBuiltinBadRequest() *GetLanguagesTranslationsBuiltinBadRequest
NewGetLanguagesTranslationsBuiltinBadRequest creates a GetLanguagesTranslationsBuiltinBadRequest with default headers values
func (*GetLanguagesTranslationsBuiltinBadRequest) Error ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) Error() string
func (*GetLanguagesTranslationsBuiltinBadRequest) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinBadRequest) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) IsClientError() bool
IsClientError returns true when this get languages translations builtin bad request response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinBadRequest) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) IsCode(code int) bool
IsCode returns true when this get languages translations builtin bad request response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinBadRequest) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin bad request response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinBadRequest) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) IsServerError() bool
IsServerError returns true when this get languages translations builtin bad request response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinBadRequest) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin bad request response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinBadRequest) String ¶
func (o *GetLanguagesTranslationsBuiltinBadRequest) String() string
type GetLanguagesTranslationsBuiltinForbidden ¶
GetLanguagesTranslationsBuiltinForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguagesTranslationsBuiltinForbidden ¶
func NewGetLanguagesTranslationsBuiltinForbidden() *GetLanguagesTranslationsBuiltinForbidden
NewGetLanguagesTranslationsBuiltinForbidden creates a GetLanguagesTranslationsBuiltinForbidden with default headers values
func (*GetLanguagesTranslationsBuiltinForbidden) Error ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) Error() string
func (*GetLanguagesTranslationsBuiltinForbidden) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinForbidden) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) IsClientError() bool
IsClientError returns true when this get languages translations builtin forbidden response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinForbidden) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) IsCode(code int) bool
IsCode returns true when this get languages translations builtin forbidden response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinForbidden) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin forbidden response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinForbidden) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) IsServerError() bool
IsServerError returns true when this get languages translations builtin forbidden response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinForbidden) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin forbidden response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinForbidden) String ¶
func (o *GetLanguagesTranslationsBuiltinForbidden) String() string
type GetLanguagesTranslationsBuiltinGatewayTimeout ¶
GetLanguagesTranslationsBuiltinGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguagesTranslationsBuiltinGatewayTimeout ¶
func NewGetLanguagesTranslationsBuiltinGatewayTimeout() *GetLanguagesTranslationsBuiltinGatewayTimeout
NewGetLanguagesTranslationsBuiltinGatewayTimeout creates a GetLanguagesTranslationsBuiltinGatewayTimeout with default headers values
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) Error ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) Error() string
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languages translations builtin gateway timeout response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations builtin gateway timeout response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin gateway timeout response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languages translations builtin gateway timeout response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin gateway timeout response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinGatewayTimeout) String ¶
func (o *GetLanguagesTranslationsBuiltinGatewayTimeout) String() string
type GetLanguagesTranslationsBuiltinInternalServerError ¶
GetLanguagesTranslationsBuiltinInternalServerError 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 NewGetLanguagesTranslationsBuiltinInternalServerError ¶
func NewGetLanguagesTranslationsBuiltinInternalServerError() *GetLanguagesTranslationsBuiltinInternalServerError
NewGetLanguagesTranslationsBuiltinInternalServerError creates a GetLanguagesTranslationsBuiltinInternalServerError with default headers values
func (*GetLanguagesTranslationsBuiltinInternalServerError) Error ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) Error() string
func (*GetLanguagesTranslationsBuiltinInternalServerError) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinInternalServerError) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsClientError() bool
IsClientError returns true when this get languages translations builtin internal server error response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinInternalServerError) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsCode(code int) bool
IsCode returns true when this get languages translations builtin internal server error response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinInternalServerError) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin internal server error response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinInternalServerError) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsServerError() bool
IsServerError returns true when this get languages translations builtin internal server error response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinInternalServerError) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin internal server error response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinInternalServerError) String ¶
func (o *GetLanguagesTranslationsBuiltinInternalServerError) String() string
type GetLanguagesTranslationsBuiltinNotFound ¶
GetLanguagesTranslationsBuiltinNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguagesTranslationsBuiltinNotFound ¶
func NewGetLanguagesTranslationsBuiltinNotFound() *GetLanguagesTranslationsBuiltinNotFound
NewGetLanguagesTranslationsBuiltinNotFound creates a GetLanguagesTranslationsBuiltinNotFound with default headers values
func (*GetLanguagesTranslationsBuiltinNotFound) Error ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) Error() string
func (*GetLanguagesTranslationsBuiltinNotFound) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinNotFound) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) IsClientError() bool
IsClientError returns true when this get languages translations builtin not found response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinNotFound) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) IsCode(code int) bool
IsCode returns true when this get languages translations builtin not found response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinNotFound) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin not found response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinNotFound) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) IsServerError() bool
IsServerError returns true when this get languages translations builtin not found response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinNotFound) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin not found response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinNotFound) String ¶
func (o *GetLanguagesTranslationsBuiltinNotFound) String() string
type GetLanguagesTranslationsBuiltinOK ¶
type GetLanguagesTranslationsBuiltinOK struct {
Payload map[string]interface{}
}
GetLanguagesTranslationsBuiltinOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguagesTranslationsBuiltinOK ¶
func NewGetLanguagesTranslationsBuiltinOK() *GetLanguagesTranslationsBuiltinOK
NewGetLanguagesTranslationsBuiltinOK creates a GetLanguagesTranslationsBuiltinOK with default headers values
func (*GetLanguagesTranslationsBuiltinOK) Error ¶
func (o *GetLanguagesTranslationsBuiltinOK) Error() string
func (*GetLanguagesTranslationsBuiltinOK) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinOK) GetPayload() map[string]interface{}
func (*GetLanguagesTranslationsBuiltinOK) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinOK) IsClientError() bool
IsClientError returns true when this get languages translations builtin o k response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinOK) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinOK) IsCode(code int) bool
IsCode returns true when this get languages translations builtin o k response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinOK) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinOK) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin o k response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinOK) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinOK) IsServerError() bool
IsServerError returns true when this get languages translations builtin o k response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinOK) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinOK) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin o k response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinOK) String ¶
func (o *GetLanguagesTranslationsBuiltinOK) String() string
type GetLanguagesTranslationsBuiltinParams ¶
type GetLanguagesTranslationsBuiltinParams struct { /* Language. The language of the builtin translation to retrieve */ Language string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguagesTranslationsBuiltinParams contains all the parameters to send to the API endpoint
for the get languages translations builtin operation. Typically these are written to a http.Request.
func NewGetLanguagesTranslationsBuiltinParams ¶
func NewGetLanguagesTranslationsBuiltinParams() *GetLanguagesTranslationsBuiltinParams
NewGetLanguagesTranslationsBuiltinParams creates a new GetLanguagesTranslationsBuiltinParams 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 NewGetLanguagesTranslationsBuiltinParamsWithContext ¶
func NewGetLanguagesTranslationsBuiltinParamsWithContext(ctx context.Context) *GetLanguagesTranslationsBuiltinParams
NewGetLanguagesTranslationsBuiltinParamsWithContext creates a new GetLanguagesTranslationsBuiltinParams object with the ability to set a context for a request.
func NewGetLanguagesTranslationsBuiltinParamsWithHTTPClient ¶
func NewGetLanguagesTranslationsBuiltinParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsBuiltinParams
NewGetLanguagesTranslationsBuiltinParamsWithHTTPClient creates a new GetLanguagesTranslationsBuiltinParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguagesTranslationsBuiltinParamsWithTimeout ¶
func NewGetLanguagesTranslationsBuiltinParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsBuiltinParams
NewGetLanguagesTranslationsBuiltinParamsWithTimeout creates a new GetLanguagesTranslationsBuiltinParams object with the ability to set a timeout on a request.
func (*GetLanguagesTranslationsBuiltinParams) SetContext ¶
func (o *GetLanguagesTranslationsBuiltinParams) SetContext(ctx context.Context)
SetContext adds the context to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) SetDefaults ¶
func (o *GetLanguagesTranslationsBuiltinParams) SetDefaults()
SetDefaults hydrates default values in the get languages translations builtin params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsBuiltinParams) SetHTTPClient ¶
func (o *GetLanguagesTranslationsBuiltinParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) SetLanguage ¶
func (o *GetLanguagesTranslationsBuiltinParams) SetLanguage(language string)
SetLanguage adds the language to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) SetTimeout ¶
func (o *GetLanguagesTranslationsBuiltinParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) WithContext ¶
func (o *GetLanguagesTranslationsBuiltinParams) WithContext(ctx context.Context) *GetLanguagesTranslationsBuiltinParams
WithContext adds the context to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) WithDefaults ¶
func (o *GetLanguagesTranslationsBuiltinParams) WithDefaults() *GetLanguagesTranslationsBuiltinParams
WithDefaults hydrates default values in the get languages translations builtin params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsBuiltinParams) WithHTTPClient ¶
func (o *GetLanguagesTranslationsBuiltinParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsBuiltinParams
WithHTTPClient adds the HTTPClient to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) WithLanguage ¶
func (o *GetLanguagesTranslationsBuiltinParams) WithLanguage(language string) *GetLanguagesTranslationsBuiltinParams
WithLanguage adds the language to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) WithTimeout ¶
func (o *GetLanguagesTranslationsBuiltinParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsBuiltinParams
WithTimeout adds the timeout to the get languages translations builtin params
func (*GetLanguagesTranslationsBuiltinParams) WriteToRequest ¶
func (o *GetLanguagesTranslationsBuiltinParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguagesTranslationsBuiltinReader ¶
type GetLanguagesTranslationsBuiltinReader struct {
// contains filtered or unexported fields
}
GetLanguagesTranslationsBuiltinReader is a Reader for the GetLanguagesTranslationsBuiltin structure.
func (*GetLanguagesTranslationsBuiltinReader) ReadResponse ¶
func (o *GetLanguagesTranslationsBuiltinReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguagesTranslationsBuiltinRequestEntityTooLarge ¶
GetLanguagesTranslationsBuiltinRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguagesTranslationsBuiltinRequestEntityTooLarge ¶
func NewGetLanguagesTranslationsBuiltinRequestEntityTooLarge() *GetLanguagesTranslationsBuiltinRequestEntityTooLarge
NewGetLanguagesTranslationsBuiltinRequestEntityTooLarge creates a GetLanguagesTranslationsBuiltinRequestEntityTooLarge with default headers values
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) Error ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) Error() string
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languages translations builtin request entity too large response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languages translations builtin request entity too large response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin request entity too large response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languages translations builtin request entity too large response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin request entity too large response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinRequestEntityTooLarge) String ¶
func (o *GetLanguagesTranslationsBuiltinRequestEntityTooLarge) String() string
type GetLanguagesTranslationsBuiltinRequestTimeout ¶
GetLanguagesTranslationsBuiltinRequestTimeout 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 NewGetLanguagesTranslationsBuiltinRequestTimeout ¶
func NewGetLanguagesTranslationsBuiltinRequestTimeout() *GetLanguagesTranslationsBuiltinRequestTimeout
NewGetLanguagesTranslationsBuiltinRequestTimeout creates a GetLanguagesTranslationsBuiltinRequestTimeout with default headers values
func (*GetLanguagesTranslationsBuiltinRequestTimeout) Error ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) Error() string
func (*GetLanguagesTranslationsBuiltinRequestTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinRequestTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsClientError() bool
IsClientError returns true when this get languages translations builtin request timeout response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinRequestTimeout) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations builtin request timeout response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinRequestTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin request timeout response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinRequestTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsServerError() bool
IsServerError returns true when this get languages translations builtin request timeout response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinRequestTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin request timeout response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinRequestTimeout) String ¶
func (o *GetLanguagesTranslationsBuiltinRequestTimeout) String() string
type GetLanguagesTranslationsBuiltinServiceUnavailable ¶
type GetLanguagesTranslationsBuiltinServiceUnavailable struct {
}GetLanguagesTranslationsBuiltinServiceUnavailable 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 NewGetLanguagesTranslationsBuiltinServiceUnavailable ¶
func NewGetLanguagesTranslationsBuiltinServiceUnavailable() *GetLanguagesTranslationsBuiltinServiceUnavailable
NewGetLanguagesTranslationsBuiltinServiceUnavailable creates a GetLanguagesTranslationsBuiltinServiceUnavailable with default headers values
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) Error ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) Error() string
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languages translations builtin service unavailable response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languages translations builtin service unavailable response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin service unavailable response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languages translations builtin service unavailable response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin service unavailable response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinServiceUnavailable) String ¶
func (o *GetLanguagesTranslationsBuiltinServiceUnavailable) String() string
type GetLanguagesTranslationsBuiltinTooManyRequests ¶
GetLanguagesTranslationsBuiltinTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguagesTranslationsBuiltinTooManyRequests ¶
func NewGetLanguagesTranslationsBuiltinTooManyRequests() *GetLanguagesTranslationsBuiltinTooManyRequests
NewGetLanguagesTranslationsBuiltinTooManyRequests creates a GetLanguagesTranslationsBuiltinTooManyRequests with default headers values
func (*GetLanguagesTranslationsBuiltinTooManyRequests) Error ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) Error() string
func (*GetLanguagesTranslationsBuiltinTooManyRequests) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinTooManyRequests) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsClientError() bool
IsClientError returns true when this get languages translations builtin too many requests response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinTooManyRequests) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languages translations builtin too many requests response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinTooManyRequests) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin too many requests response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinTooManyRequests) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsServerError() bool
IsServerError returns true when this get languages translations builtin too many requests response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinTooManyRequests) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin too many requests response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinTooManyRequests) String ¶
func (o *GetLanguagesTranslationsBuiltinTooManyRequests) String() string
type GetLanguagesTranslationsBuiltinUnauthorized ¶
type GetLanguagesTranslationsBuiltinUnauthorized struct {
}GetLanguagesTranslationsBuiltinUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguagesTranslationsBuiltinUnauthorized ¶
func NewGetLanguagesTranslationsBuiltinUnauthorized() *GetLanguagesTranslationsBuiltinUnauthorized
NewGetLanguagesTranslationsBuiltinUnauthorized creates a GetLanguagesTranslationsBuiltinUnauthorized with default headers values
func (*GetLanguagesTranslationsBuiltinUnauthorized) Error ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) Error() string
func (*GetLanguagesTranslationsBuiltinUnauthorized) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinUnauthorized) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsClientError() bool
IsClientError returns true when this get languages translations builtin unauthorized response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinUnauthorized) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsCode(code int) bool
IsCode returns true when this get languages translations builtin unauthorized response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinUnauthorized) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin unauthorized response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinUnauthorized) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsServerError() bool
IsServerError returns true when this get languages translations builtin unauthorized response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinUnauthorized) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin unauthorized response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinUnauthorized) String ¶
func (o *GetLanguagesTranslationsBuiltinUnauthorized) String() string
type GetLanguagesTranslationsBuiltinUnsupportedMediaType ¶
GetLanguagesTranslationsBuiltinUnsupportedMediaType 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 NewGetLanguagesTranslationsBuiltinUnsupportedMediaType ¶
func NewGetLanguagesTranslationsBuiltinUnsupportedMediaType() *GetLanguagesTranslationsBuiltinUnsupportedMediaType
NewGetLanguagesTranslationsBuiltinUnsupportedMediaType creates a GetLanguagesTranslationsBuiltinUnsupportedMediaType with default headers values
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) Error ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) Error() string
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) GetPayload ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsClientError ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languages translations builtin unsupported media type response has a 4xx status code
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsCode ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languages translations builtin unsupported media type response a status code equal to that given
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languages translations builtin unsupported media type response has a 3xx status code
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsServerError ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languages translations builtin unsupported media type response has a 5xx status code
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languages translations builtin unsupported media type response has a 2xx status code
func (*GetLanguagesTranslationsBuiltinUnsupportedMediaType) String ¶
func (o *GetLanguagesTranslationsBuiltinUnsupportedMediaType) String() string
type GetLanguagesTranslationsForbidden ¶
GetLanguagesTranslationsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguagesTranslationsForbidden ¶
func NewGetLanguagesTranslationsForbidden() *GetLanguagesTranslationsForbidden
NewGetLanguagesTranslationsForbidden creates a GetLanguagesTranslationsForbidden with default headers values
func (*GetLanguagesTranslationsForbidden) Error ¶
func (o *GetLanguagesTranslationsForbidden) Error() string
func (*GetLanguagesTranslationsForbidden) GetPayload ¶
func (o *GetLanguagesTranslationsForbidden) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsForbidden) IsClientError ¶
func (o *GetLanguagesTranslationsForbidden) IsClientError() bool
IsClientError returns true when this get languages translations forbidden response has a 4xx status code
func (*GetLanguagesTranslationsForbidden) IsCode ¶
func (o *GetLanguagesTranslationsForbidden) IsCode(code int) bool
IsCode returns true when this get languages translations forbidden response a status code equal to that given
func (*GetLanguagesTranslationsForbidden) IsRedirect ¶
func (o *GetLanguagesTranslationsForbidden) IsRedirect() bool
IsRedirect returns true when this get languages translations forbidden response has a 3xx status code
func (*GetLanguagesTranslationsForbidden) IsServerError ¶
func (o *GetLanguagesTranslationsForbidden) IsServerError() bool
IsServerError returns true when this get languages translations forbidden response has a 5xx status code
func (*GetLanguagesTranslationsForbidden) IsSuccess ¶
func (o *GetLanguagesTranslationsForbidden) IsSuccess() bool
IsSuccess returns true when this get languages translations forbidden response has a 2xx status code
func (*GetLanguagesTranslationsForbidden) String ¶
func (o *GetLanguagesTranslationsForbidden) String() string
type GetLanguagesTranslationsGatewayTimeout ¶
GetLanguagesTranslationsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguagesTranslationsGatewayTimeout ¶
func NewGetLanguagesTranslationsGatewayTimeout() *GetLanguagesTranslationsGatewayTimeout
NewGetLanguagesTranslationsGatewayTimeout creates a GetLanguagesTranslationsGatewayTimeout with default headers values
func (*GetLanguagesTranslationsGatewayTimeout) Error ¶
func (o *GetLanguagesTranslationsGatewayTimeout) Error() string
func (*GetLanguagesTranslationsGatewayTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsGatewayTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languages translations gateway timeout response has a 4xx status code
func (*GetLanguagesTranslationsGatewayTimeout) IsCode ¶
func (o *GetLanguagesTranslationsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations gateway timeout response a status code equal to that given
func (*GetLanguagesTranslationsGatewayTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations gateway timeout response has a 3xx status code
func (*GetLanguagesTranslationsGatewayTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languages translations gateway timeout response has a 5xx status code
func (*GetLanguagesTranslationsGatewayTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations gateway timeout response has a 2xx status code
func (*GetLanguagesTranslationsGatewayTimeout) String ¶
func (o *GetLanguagesTranslationsGatewayTimeout) String() string
type GetLanguagesTranslationsInternalServerError ¶
GetLanguagesTranslationsInternalServerError 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 NewGetLanguagesTranslationsInternalServerError ¶
func NewGetLanguagesTranslationsInternalServerError() *GetLanguagesTranslationsInternalServerError
NewGetLanguagesTranslationsInternalServerError creates a GetLanguagesTranslationsInternalServerError with default headers values
func (*GetLanguagesTranslationsInternalServerError) Error ¶
func (o *GetLanguagesTranslationsInternalServerError) Error() string
func (*GetLanguagesTranslationsInternalServerError) GetPayload ¶
func (o *GetLanguagesTranslationsInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsInternalServerError) IsClientError ¶
func (o *GetLanguagesTranslationsInternalServerError) IsClientError() bool
IsClientError returns true when this get languages translations internal server error response has a 4xx status code
func (*GetLanguagesTranslationsInternalServerError) IsCode ¶
func (o *GetLanguagesTranslationsInternalServerError) IsCode(code int) bool
IsCode returns true when this get languages translations internal server error response a status code equal to that given
func (*GetLanguagesTranslationsInternalServerError) IsRedirect ¶
func (o *GetLanguagesTranslationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languages translations internal server error response has a 3xx status code
func (*GetLanguagesTranslationsInternalServerError) IsServerError ¶
func (o *GetLanguagesTranslationsInternalServerError) IsServerError() bool
IsServerError returns true when this get languages translations internal server error response has a 5xx status code
func (*GetLanguagesTranslationsInternalServerError) IsSuccess ¶
func (o *GetLanguagesTranslationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languages translations internal server error response has a 2xx status code
func (*GetLanguagesTranslationsInternalServerError) String ¶
func (o *GetLanguagesTranslationsInternalServerError) String() string
type GetLanguagesTranslationsNotFound ¶
GetLanguagesTranslationsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguagesTranslationsNotFound ¶
func NewGetLanguagesTranslationsNotFound() *GetLanguagesTranslationsNotFound
NewGetLanguagesTranslationsNotFound creates a GetLanguagesTranslationsNotFound with default headers values
func (*GetLanguagesTranslationsNotFound) Error ¶
func (o *GetLanguagesTranslationsNotFound) Error() string
func (*GetLanguagesTranslationsNotFound) GetPayload ¶
func (o *GetLanguagesTranslationsNotFound) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsNotFound) IsClientError ¶
func (o *GetLanguagesTranslationsNotFound) IsClientError() bool
IsClientError returns true when this get languages translations not found response has a 4xx status code
func (*GetLanguagesTranslationsNotFound) IsCode ¶
func (o *GetLanguagesTranslationsNotFound) IsCode(code int) bool
IsCode returns true when this get languages translations not found response a status code equal to that given
func (*GetLanguagesTranslationsNotFound) IsRedirect ¶
func (o *GetLanguagesTranslationsNotFound) IsRedirect() bool
IsRedirect returns true when this get languages translations not found response has a 3xx status code
func (*GetLanguagesTranslationsNotFound) IsServerError ¶
func (o *GetLanguagesTranslationsNotFound) IsServerError() bool
IsServerError returns true when this get languages translations not found response has a 5xx status code
func (*GetLanguagesTranslationsNotFound) IsSuccess ¶
func (o *GetLanguagesTranslationsNotFound) IsSuccess() bool
IsSuccess returns true when this get languages translations not found response has a 2xx status code
func (*GetLanguagesTranslationsNotFound) String ¶
func (o *GetLanguagesTranslationsNotFound) String() string
type GetLanguagesTranslationsOK ¶
type GetLanguagesTranslationsOK struct {
Payload *models.AvailableTranslations
}
GetLanguagesTranslationsOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguagesTranslationsOK ¶
func NewGetLanguagesTranslationsOK() *GetLanguagesTranslationsOK
NewGetLanguagesTranslationsOK creates a GetLanguagesTranslationsOK with default headers values
func (*GetLanguagesTranslationsOK) Error ¶
func (o *GetLanguagesTranslationsOK) Error() string
func (*GetLanguagesTranslationsOK) GetPayload ¶
func (o *GetLanguagesTranslationsOK) GetPayload() *models.AvailableTranslations
func (*GetLanguagesTranslationsOK) IsClientError ¶
func (o *GetLanguagesTranslationsOK) IsClientError() bool
IsClientError returns true when this get languages translations o k response has a 4xx status code
func (*GetLanguagesTranslationsOK) IsCode ¶
func (o *GetLanguagesTranslationsOK) IsCode(code int) bool
IsCode returns true when this get languages translations o k response a status code equal to that given
func (*GetLanguagesTranslationsOK) IsRedirect ¶
func (o *GetLanguagesTranslationsOK) IsRedirect() bool
IsRedirect returns true when this get languages translations o k response has a 3xx status code
func (*GetLanguagesTranslationsOK) IsServerError ¶
func (o *GetLanguagesTranslationsOK) IsServerError() bool
IsServerError returns true when this get languages translations o k response has a 5xx status code
func (*GetLanguagesTranslationsOK) IsSuccess ¶
func (o *GetLanguagesTranslationsOK) IsSuccess() bool
IsSuccess returns true when this get languages translations o k response has a 2xx status code
func (*GetLanguagesTranslationsOK) String ¶
func (o *GetLanguagesTranslationsOK) String() string
type GetLanguagesTranslationsOrganizationBadRequest ¶
GetLanguagesTranslationsOrganizationBadRequest 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 NewGetLanguagesTranslationsOrganizationBadRequest ¶
func NewGetLanguagesTranslationsOrganizationBadRequest() *GetLanguagesTranslationsOrganizationBadRequest
NewGetLanguagesTranslationsOrganizationBadRequest creates a GetLanguagesTranslationsOrganizationBadRequest with default headers values
func (*GetLanguagesTranslationsOrganizationBadRequest) Error ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) Error() string
func (*GetLanguagesTranslationsOrganizationBadRequest) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationBadRequest) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) IsClientError() bool
IsClientError returns true when this get languages translations organization bad request response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationBadRequest) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) IsCode(code int) bool
IsCode returns true when this get languages translations organization bad request response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationBadRequest) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) IsRedirect() bool
IsRedirect returns true when this get languages translations organization bad request response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationBadRequest) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) IsServerError() bool
IsServerError returns true when this get languages translations organization bad request response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationBadRequest) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) IsSuccess() bool
IsSuccess returns true when this get languages translations organization bad request response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationBadRequest) String ¶
func (o *GetLanguagesTranslationsOrganizationBadRequest) String() string
type GetLanguagesTranslationsOrganizationForbidden ¶
GetLanguagesTranslationsOrganizationForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguagesTranslationsOrganizationForbidden ¶
func NewGetLanguagesTranslationsOrganizationForbidden() *GetLanguagesTranslationsOrganizationForbidden
NewGetLanguagesTranslationsOrganizationForbidden creates a GetLanguagesTranslationsOrganizationForbidden with default headers values
func (*GetLanguagesTranslationsOrganizationForbidden) Error ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) Error() string
func (*GetLanguagesTranslationsOrganizationForbidden) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationForbidden) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) IsClientError() bool
IsClientError returns true when this get languages translations organization forbidden response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationForbidden) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) IsCode(code int) bool
IsCode returns true when this get languages translations organization forbidden response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationForbidden) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) IsRedirect() bool
IsRedirect returns true when this get languages translations organization forbidden response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationForbidden) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) IsServerError() bool
IsServerError returns true when this get languages translations organization forbidden response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationForbidden) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) IsSuccess() bool
IsSuccess returns true when this get languages translations organization forbidden response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationForbidden) String ¶
func (o *GetLanguagesTranslationsOrganizationForbidden) String() string
type GetLanguagesTranslationsOrganizationGatewayTimeout ¶
GetLanguagesTranslationsOrganizationGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguagesTranslationsOrganizationGatewayTimeout ¶
func NewGetLanguagesTranslationsOrganizationGatewayTimeout() *GetLanguagesTranslationsOrganizationGatewayTimeout
NewGetLanguagesTranslationsOrganizationGatewayTimeout creates a GetLanguagesTranslationsOrganizationGatewayTimeout with default headers values
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) Error ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) Error() string
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languages translations organization gateway timeout response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations organization gateway timeout response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations organization gateway timeout response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languages translations organization gateway timeout response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations organization gateway timeout response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationGatewayTimeout) String ¶
func (o *GetLanguagesTranslationsOrganizationGatewayTimeout) String() string
type GetLanguagesTranslationsOrganizationInternalServerError ¶
GetLanguagesTranslationsOrganizationInternalServerError 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 NewGetLanguagesTranslationsOrganizationInternalServerError ¶
func NewGetLanguagesTranslationsOrganizationInternalServerError() *GetLanguagesTranslationsOrganizationInternalServerError
NewGetLanguagesTranslationsOrganizationInternalServerError creates a GetLanguagesTranslationsOrganizationInternalServerError with default headers values
func (*GetLanguagesTranslationsOrganizationInternalServerError) Error ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) Error() string
func (*GetLanguagesTranslationsOrganizationInternalServerError) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationInternalServerError) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsClientError() bool
IsClientError returns true when this get languages translations organization internal server error response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationInternalServerError) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsCode(code int) bool
IsCode returns true when this get languages translations organization internal server error response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationInternalServerError) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languages translations organization internal server error response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationInternalServerError) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsServerError() bool
IsServerError returns true when this get languages translations organization internal server error response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationInternalServerError) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languages translations organization internal server error response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationInternalServerError) String ¶
func (o *GetLanguagesTranslationsOrganizationInternalServerError) String() string
type GetLanguagesTranslationsOrganizationNotFound ¶
GetLanguagesTranslationsOrganizationNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguagesTranslationsOrganizationNotFound ¶
func NewGetLanguagesTranslationsOrganizationNotFound() *GetLanguagesTranslationsOrganizationNotFound
NewGetLanguagesTranslationsOrganizationNotFound creates a GetLanguagesTranslationsOrganizationNotFound with default headers values
func (*GetLanguagesTranslationsOrganizationNotFound) Error ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) Error() string
func (*GetLanguagesTranslationsOrganizationNotFound) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationNotFound) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) IsClientError() bool
IsClientError returns true when this get languages translations organization not found response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationNotFound) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) IsCode(code int) bool
IsCode returns true when this get languages translations organization not found response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationNotFound) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) IsRedirect() bool
IsRedirect returns true when this get languages translations organization not found response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationNotFound) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) IsServerError() bool
IsServerError returns true when this get languages translations organization not found response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationNotFound) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) IsSuccess() bool
IsSuccess returns true when this get languages translations organization not found response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationNotFound) String ¶
func (o *GetLanguagesTranslationsOrganizationNotFound) String() string
type GetLanguagesTranslationsOrganizationOK ¶
type GetLanguagesTranslationsOrganizationOK struct {
Payload map[string]interface{}
}
GetLanguagesTranslationsOrganizationOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguagesTranslationsOrganizationOK ¶
func NewGetLanguagesTranslationsOrganizationOK() *GetLanguagesTranslationsOrganizationOK
NewGetLanguagesTranslationsOrganizationOK creates a GetLanguagesTranslationsOrganizationOK with default headers values
func (*GetLanguagesTranslationsOrganizationOK) Error ¶
func (o *GetLanguagesTranslationsOrganizationOK) Error() string
func (*GetLanguagesTranslationsOrganizationOK) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationOK) GetPayload() map[string]interface{}
func (*GetLanguagesTranslationsOrganizationOK) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationOK) IsClientError() bool
IsClientError returns true when this get languages translations organization o k response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationOK) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationOK) IsCode(code int) bool
IsCode returns true when this get languages translations organization o k response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationOK) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationOK) IsRedirect() bool
IsRedirect returns true when this get languages translations organization o k response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationOK) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationOK) IsServerError() bool
IsServerError returns true when this get languages translations organization o k response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationOK) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationOK) IsSuccess() bool
IsSuccess returns true when this get languages translations organization o k response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationOK) String ¶
func (o *GetLanguagesTranslationsOrganizationOK) String() string
type GetLanguagesTranslationsOrganizationParams ¶
type GetLanguagesTranslationsOrganizationParams struct { /* Language. The language of the translation to retrieve for the organization */ Language string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguagesTranslationsOrganizationParams contains all the parameters to send to the API endpoint
for the get languages translations organization operation. Typically these are written to a http.Request.
func NewGetLanguagesTranslationsOrganizationParams ¶
func NewGetLanguagesTranslationsOrganizationParams() *GetLanguagesTranslationsOrganizationParams
NewGetLanguagesTranslationsOrganizationParams creates a new GetLanguagesTranslationsOrganizationParams 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 NewGetLanguagesTranslationsOrganizationParamsWithContext ¶
func NewGetLanguagesTranslationsOrganizationParamsWithContext(ctx context.Context) *GetLanguagesTranslationsOrganizationParams
NewGetLanguagesTranslationsOrganizationParamsWithContext creates a new GetLanguagesTranslationsOrganizationParams object with the ability to set a context for a request.
func NewGetLanguagesTranslationsOrganizationParamsWithHTTPClient ¶
func NewGetLanguagesTranslationsOrganizationParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsOrganizationParams
NewGetLanguagesTranslationsOrganizationParamsWithHTTPClient creates a new GetLanguagesTranslationsOrganizationParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguagesTranslationsOrganizationParamsWithTimeout ¶
func NewGetLanguagesTranslationsOrganizationParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsOrganizationParams
NewGetLanguagesTranslationsOrganizationParamsWithTimeout creates a new GetLanguagesTranslationsOrganizationParams object with the ability to set a timeout on a request.
func (*GetLanguagesTranslationsOrganizationParams) SetContext ¶
func (o *GetLanguagesTranslationsOrganizationParams) SetContext(ctx context.Context)
SetContext adds the context to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) SetDefaults ¶
func (o *GetLanguagesTranslationsOrganizationParams) SetDefaults()
SetDefaults hydrates default values in the get languages translations organization params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsOrganizationParams) SetHTTPClient ¶
func (o *GetLanguagesTranslationsOrganizationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) SetLanguage ¶
func (o *GetLanguagesTranslationsOrganizationParams) SetLanguage(language string)
SetLanguage adds the language to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) SetTimeout ¶
func (o *GetLanguagesTranslationsOrganizationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) WithContext ¶
func (o *GetLanguagesTranslationsOrganizationParams) WithContext(ctx context.Context) *GetLanguagesTranslationsOrganizationParams
WithContext adds the context to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) WithDefaults ¶
func (o *GetLanguagesTranslationsOrganizationParams) WithDefaults() *GetLanguagesTranslationsOrganizationParams
WithDefaults hydrates default values in the get languages translations organization params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsOrganizationParams) WithHTTPClient ¶
func (o *GetLanguagesTranslationsOrganizationParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsOrganizationParams
WithHTTPClient adds the HTTPClient to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) WithLanguage ¶
func (o *GetLanguagesTranslationsOrganizationParams) WithLanguage(language string) *GetLanguagesTranslationsOrganizationParams
WithLanguage adds the language to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) WithTimeout ¶
func (o *GetLanguagesTranslationsOrganizationParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsOrganizationParams
WithTimeout adds the timeout to the get languages translations organization params
func (*GetLanguagesTranslationsOrganizationParams) WriteToRequest ¶
func (o *GetLanguagesTranslationsOrganizationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguagesTranslationsOrganizationReader ¶
type GetLanguagesTranslationsOrganizationReader struct {
// contains filtered or unexported fields
}
GetLanguagesTranslationsOrganizationReader is a Reader for the GetLanguagesTranslationsOrganization structure.
func (*GetLanguagesTranslationsOrganizationReader) ReadResponse ¶
func (o *GetLanguagesTranslationsOrganizationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguagesTranslationsOrganizationRequestEntityTooLarge ¶
GetLanguagesTranslationsOrganizationRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguagesTranslationsOrganizationRequestEntityTooLarge ¶
func NewGetLanguagesTranslationsOrganizationRequestEntityTooLarge() *GetLanguagesTranslationsOrganizationRequestEntityTooLarge
NewGetLanguagesTranslationsOrganizationRequestEntityTooLarge creates a GetLanguagesTranslationsOrganizationRequestEntityTooLarge with default headers values
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) Error ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) Error() string
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languages translations organization request entity too large response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languages translations organization request entity too large response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languages translations organization request entity too large response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languages translations organization request entity too large response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languages translations organization request entity too large response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationRequestEntityTooLarge) String ¶
func (o *GetLanguagesTranslationsOrganizationRequestEntityTooLarge) String() string
type GetLanguagesTranslationsOrganizationRequestTimeout ¶
GetLanguagesTranslationsOrganizationRequestTimeout 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 NewGetLanguagesTranslationsOrganizationRequestTimeout ¶
func NewGetLanguagesTranslationsOrganizationRequestTimeout() *GetLanguagesTranslationsOrganizationRequestTimeout
NewGetLanguagesTranslationsOrganizationRequestTimeout creates a GetLanguagesTranslationsOrganizationRequestTimeout with default headers values
func (*GetLanguagesTranslationsOrganizationRequestTimeout) Error ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) Error() string
func (*GetLanguagesTranslationsOrganizationRequestTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationRequestTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsClientError() bool
IsClientError returns true when this get languages translations organization request timeout response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationRequestTimeout) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations organization request timeout response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationRequestTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations organization request timeout response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationRequestTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsServerError() bool
IsServerError returns true when this get languages translations organization request timeout response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationRequestTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations organization request timeout response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationRequestTimeout) String ¶
func (o *GetLanguagesTranslationsOrganizationRequestTimeout) String() string
type GetLanguagesTranslationsOrganizationServiceUnavailable ¶
type GetLanguagesTranslationsOrganizationServiceUnavailable struct {
}GetLanguagesTranslationsOrganizationServiceUnavailable 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 NewGetLanguagesTranslationsOrganizationServiceUnavailable ¶
func NewGetLanguagesTranslationsOrganizationServiceUnavailable() *GetLanguagesTranslationsOrganizationServiceUnavailable
NewGetLanguagesTranslationsOrganizationServiceUnavailable creates a GetLanguagesTranslationsOrganizationServiceUnavailable with default headers values
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) Error ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) Error() string
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languages translations organization service unavailable response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languages translations organization service unavailable response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languages translations organization service unavailable response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languages translations organization service unavailable response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languages translations organization service unavailable response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationServiceUnavailable) String ¶
func (o *GetLanguagesTranslationsOrganizationServiceUnavailable) String() string
type GetLanguagesTranslationsOrganizationTooManyRequests ¶
GetLanguagesTranslationsOrganizationTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguagesTranslationsOrganizationTooManyRequests ¶
func NewGetLanguagesTranslationsOrganizationTooManyRequests() *GetLanguagesTranslationsOrganizationTooManyRequests
NewGetLanguagesTranslationsOrganizationTooManyRequests creates a GetLanguagesTranslationsOrganizationTooManyRequests with default headers values
func (*GetLanguagesTranslationsOrganizationTooManyRequests) Error ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) Error() string
func (*GetLanguagesTranslationsOrganizationTooManyRequests) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationTooManyRequests) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsClientError() bool
IsClientError returns true when this get languages translations organization too many requests response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationTooManyRequests) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languages translations organization too many requests response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationTooManyRequests) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languages translations organization too many requests response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationTooManyRequests) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsServerError() bool
IsServerError returns true when this get languages translations organization too many requests response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationTooManyRequests) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languages translations organization too many requests response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationTooManyRequests) String ¶
func (o *GetLanguagesTranslationsOrganizationTooManyRequests) String() string
type GetLanguagesTranslationsOrganizationUnauthorized ¶
type GetLanguagesTranslationsOrganizationUnauthorized struct {
}GetLanguagesTranslationsOrganizationUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguagesTranslationsOrganizationUnauthorized ¶
func NewGetLanguagesTranslationsOrganizationUnauthorized() *GetLanguagesTranslationsOrganizationUnauthorized
NewGetLanguagesTranslationsOrganizationUnauthorized creates a GetLanguagesTranslationsOrganizationUnauthorized with default headers values
func (*GetLanguagesTranslationsOrganizationUnauthorized) Error ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) Error() string
func (*GetLanguagesTranslationsOrganizationUnauthorized) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationUnauthorized) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsClientError() bool
IsClientError returns true when this get languages translations organization unauthorized response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationUnauthorized) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsCode(code int) bool
IsCode returns true when this get languages translations organization unauthorized response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationUnauthorized) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languages translations organization unauthorized response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationUnauthorized) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsServerError() bool
IsServerError returns true when this get languages translations organization unauthorized response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationUnauthorized) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languages translations organization unauthorized response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationUnauthorized) String ¶
func (o *GetLanguagesTranslationsOrganizationUnauthorized) String() string
type GetLanguagesTranslationsOrganizationUnsupportedMediaType ¶
GetLanguagesTranslationsOrganizationUnsupportedMediaType 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 NewGetLanguagesTranslationsOrganizationUnsupportedMediaType ¶
func NewGetLanguagesTranslationsOrganizationUnsupportedMediaType() *GetLanguagesTranslationsOrganizationUnsupportedMediaType
NewGetLanguagesTranslationsOrganizationUnsupportedMediaType creates a GetLanguagesTranslationsOrganizationUnsupportedMediaType with default headers values
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) Error ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) Error() string
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) GetPayload ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsClientError ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languages translations organization unsupported media type response has a 4xx status code
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsCode ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languages translations organization unsupported media type response a status code equal to that given
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languages translations organization unsupported media type response has a 3xx status code
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsServerError ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languages translations organization unsupported media type response has a 5xx status code
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languages translations organization unsupported media type response has a 2xx status code
func (*GetLanguagesTranslationsOrganizationUnsupportedMediaType) String ¶
func (o *GetLanguagesTranslationsOrganizationUnsupportedMediaType) String() string
type GetLanguagesTranslationsParams ¶
type GetLanguagesTranslationsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguagesTranslationsParams contains all the parameters to send to the API endpoint
for the get languages translations operation. Typically these are written to a http.Request.
func NewGetLanguagesTranslationsParams ¶
func NewGetLanguagesTranslationsParams() *GetLanguagesTranslationsParams
NewGetLanguagesTranslationsParams creates a new GetLanguagesTranslationsParams 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 NewGetLanguagesTranslationsParamsWithContext ¶
func NewGetLanguagesTranslationsParamsWithContext(ctx context.Context) *GetLanguagesTranslationsParams
NewGetLanguagesTranslationsParamsWithContext creates a new GetLanguagesTranslationsParams object with the ability to set a context for a request.
func NewGetLanguagesTranslationsParamsWithHTTPClient ¶
func NewGetLanguagesTranslationsParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsParams
NewGetLanguagesTranslationsParamsWithHTTPClient creates a new GetLanguagesTranslationsParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguagesTranslationsParamsWithTimeout ¶
func NewGetLanguagesTranslationsParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsParams
NewGetLanguagesTranslationsParamsWithTimeout creates a new GetLanguagesTranslationsParams object with the ability to set a timeout on a request.
func (*GetLanguagesTranslationsParams) SetContext ¶
func (o *GetLanguagesTranslationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get languages translations params
func (*GetLanguagesTranslationsParams) SetDefaults ¶
func (o *GetLanguagesTranslationsParams) SetDefaults()
SetDefaults hydrates default values in the get languages translations params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsParams) SetHTTPClient ¶
func (o *GetLanguagesTranslationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languages translations params
func (*GetLanguagesTranslationsParams) SetTimeout ¶
func (o *GetLanguagesTranslationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languages translations params
func (*GetLanguagesTranslationsParams) WithContext ¶
func (o *GetLanguagesTranslationsParams) WithContext(ctx context.Context) *GetLanguagesTranslationsParams
WithContext adds the context to the get languages translations params
func (*GetLanguagesTranslationsParams) WithDefaults ¶
func (o *GetLanguagesTranslationsParams) WithDefaults() *GetLanguagesTranslationsParams
WithDefaults hydrates default values in the get languages translations params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsParams) WithHTTPClient ¶
func (o *GetLanguagesTranslationsParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsParams
WithHTTPClient adds the HTTPClient to the get languages translations params
func (*GetLanguagesTranslationsParams) WithTimeout ¶
func (o *GetLanguagesTranslationsParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsParams
WithTimeout adds the timeout to the get languages translations params
func (*GetLanguagesTranslationsParams) WriteToRequest ¶
func (o *GetLanguagesTranslationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguagesTranslationsReader ¶
type GetLanguagesTranslationsReader struct {
// contains filtered or unexported fields
}
GetLanguagesTranslationsReader is a Reader for the GetLanguagesTranslations structure.
func (*GetLanguagesTranslationsReader) ReadResponse ¶
func (o *GetLanguagesTranslationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguagesTranslationsRequestEntityTooLarge ¶
GetLanguagesTranslationsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguagesTranslationsRequestEntityTooLarge ¶
func NewGetLanguagesTranslationsRequestEntityTooLarge() *GetLanguagesTranslationsRequestEntityTooLarge
NewGetLanguagesTranslationsRequestEntityTooLarge creates a GetLanguagesTranslationsRequestEntityTooLarge with default headers values
func (*GetLanguagesTranslationsRequestEntityTooLarge) Error ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) Error() string
func (*GetLanguagesTranslationsRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languages translations request entity too large response has a 4xx status code
func (*GetLanguagesTranslationsRequestEntityTooLarge) IsCode ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languages translations request entity too large response a status code equal to that given
func (*GetLanguagesTranslationsRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languages translations request entity too large response has a 3xx status code
func (*GetLanguagesTranslationsRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languages translations request entity too large response has a 5xx status code
func (*GetLanguagesTranslationsRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languages translations request entity too large response has a 2xx status code
func (*GetLanguagesTranslationsRequestEntityTooLarge) String ¶
func (o *GetLanguagesTranslationsRequestEntityTooLarge) String() string
type GetLanguagesTranslationsRequestTimeout ¶
GetLanguagesTranslationsRequestTimeout 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 NewGetLanguagesTranslationsRequestTimeout ¶
func NewGetLanguagesTranslationsRequestTimeout() *GetLanguagesTranslationsRequestTimeout
NewGetLanguagesTranslationsRequestTimeout creates a GetLanguagesTranslationsRequestTimeout with default headers values
func (*GetLanguagesTranslationsRequestTimeout) Error ¶
func (o *GetLanguagesTranslationsRequestTimeout) Error() string
func (*GetLanguagesTranslationsRequestTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsRequestTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsRequestTimeout) IsClientError() bool
IsClientError returns true when this get languages translations request timeout response has a 4xx status code
func (*GetLanguagesTranslationsRequestTimeout) IsCode ¶
func (o *GetLanguagesTranslationsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations request timeout response a status code equal to that given
func (*GetLanguagesTranslationsRequestTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations request timeout response has a 3xx status code
func (*GetLanguagesTranslationsRequestTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsRequestTimeout) IsServerError() bool
IsServerError returns true when this get languages translations request timeout response has a 5xx status code
func (*GetLanguagesTranslationsRequestTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations request timeout response has a 2xx status code
func (*GetLanguagesTranslationsRequestTimeout) String ¶
func (o *GetLanguagesTranslationsRequestTimeout) String() string
type GetLanguagesTranslationsServiceUnavailable ¶
type GetLanguagesTranslationsServiceUnavailable struct {
}GetLanguagesTranslationsServiceUnavailable 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 NewGetLanguagesTranslationsServiceUnavailable ¶
func NewGetLanguagesTranslationsServiceUnavailable() *GetLanguagesTranslationsServiceUnavailable
NewGetLanguagesTranslationsServiceUnavailable creates a GetLanguagesTranslationsServiceUnavailable with default headers values
func (*GetLanguagesTranslationsServiceUnavailable) Error ¶
func (o *GetLanguagesTranslationsServiceUnavailable) Error() string
func (*GetLanguagesTranslationsServiceUnavailable) GetPayload ¶
func (o *GetLanguagesTranslationsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsServiceUnavailable) IsClientError ¶
func (o *GetLanguagesTranslationsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languages translations service unavailable response has a 4xx status code
func (*GetLanguagesTranslationsServiceUnavailable) IsCode ¶
func (o *GetLanguagesTranslationsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languages translations service unavailable response a status code equal to that given
func (*GetLanguagesTranslationsServiceUnavailable) IsRedirect ¶
func (o *GetLanguagesTranslationsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languages translations service unavailable response has a 3xx status code
func (*GetLanguagesTranslationsServiceUnavailable) IsServerError ¶
func (o *GetLanguagesTranslationsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languages translations service unavailable response has a 5xx status code
func (*GetLanguagesTranslationsServiceUnavailable) IsSuccess ¶
func (o *GetLanguagesTranslationsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languages translations service unavailable response has a 2xx status code
func (*GetLanguagesTranslationsServiceUnavailable) String ¶
func (o *GetLanguagesTranslationsServiceUnavailable) String() string
type GetLanguagesTranslationsTooManyRequests ¶
GetLanguagesTranslationsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguagesTranslationsTooManyRequests ¶
func NewGetLanguagesTranslationsTooManyRequests() *GetLanguagesTranslationsTooManyRequests
NewGetLanguagesTranslationsTooManyRequests creates a GetLanguagesTranslationsTooManyRequests with default headers values
func (*GetLanguagesTranslationsTooManyRequests) Error ¶
func (o *GetLanguagesTranslationsTooManyRequests) Error() string
func (*GetLanguagesTranslationsTooManyRequests) GetPayload ¶
func (o *GetLanguagesTranslationsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsTooManyRequests) IsClientError ¶
func (o *GetLanguagesTranslationsTooManyRequests) IsClientError() bool
IsClientError returns true when this get languages translations too many requests response has a 4xx status code
func (*GetLanguagesTranslationsTooManyRequests) IsCode ¶
func (o *GetLanguagesTranslationsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languages translations too many requests response a status code equal to that given
func (*GetLanguagesTranslationsTooManyRequests) IsRedirect ¶
func (o *GetLanguagesTranslationsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languages translations too many requests response has a 3xx status code
func (*GetLanguagesTranslationsTooManyRequests) IsServerError ¶
func (o *GetLanguagesTranslationsTooManyRequests) IsServerError() bool
IsServerError returns true when this get languages translations too many requests response has a 5xx status code
func (*GetLanguagesTranslationsTooManyRequests) IsSuccess ¶
func (o *GetLanguagesTranslationsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languages translations too many requests response has a 2xx status code
func (*GetLanguagesTranslationsTooManyRequests) String ¶
func (o *GetLanguagesTranslationsTooManyRequests) String() string
type GetLanguagesTranslationsUnauthorized ¶
type GetLanguagesTranslationsUnauthorized struct {
}GetLanguagesTranslationsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguagesTranslationsUnauthorized ¶
func NewGetLanguagesTranslationsUnauthorized() *GetLanguagesTranslationsUnauthorized
NewGetLanguagesTranslationsUnauthorized creates a GetLanguagesTranslationsUnauthorized with default headers values
func (*GetLanguagesTranslationsUnauthorized) Error ¶
func (o *GetLanguagesTranslationsUnauthorized) Error() string
func (*GetLanguagesTranslationsUnauthorized) GetPayload ¶
func (o *GetLanguagesTranslationsUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUnauthorized) IsClientError ¶
func (o *GetLanguagesTranslationsUnauthorized) IsClientError() bool
IsClientError returns true when this get languages translations unauthorized response has a 4xx status code
func (*GetLanguagesTranslationsUnauthorized) IsCode ¶
func (o *GetLanguagesTranslationsUnauthorized) IsCode(code int) bool
IsCode returns true when this get languages translations unauthorized response a status code equal to that given
func (*GetLanguagesTranslationsUnauthorized) IsRedirect ¶
func (o *GetLanguagesTranslationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languages translations unauthorized response has a 3xx status code
func (*GetLanguagesTranslationsUnauthorized) IsServerError ¶
func (o *GetLanguagesTranslationsUnauthorized) IsServerError() bool
IsServerError returns true when this get languages translations unauthorized response has a 5xx status code
func (*GetLanguagesTranslationsUnauthorized) IsSuccess ¶
func (o *GetLanguagesTranslationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languages translations unauthorized response has a 2xx status code
func (*GetLanguagesTranslationsUnauthorized) String ¶
func (o *GetLanguagesTranslationsUnauthorized) String() string
type GetLanguagesTranslationsUnsupportedMediaType ¶
GetLanguagesTranslationsUnsupportedMediaType 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 NewGetLanguagesTranslationsUnsupportedMediaType ¶
func NewGetLanguagesTranslationsUnsupportedMediaType() *GetLanguagesTranslationsUnsupportedMediaType
NewGetLanguagesTranslationsUnsupportedMediaType creates a GetLanguagesTranslationsUnsupportedMediaType with default headers values
func (*GetLanguagesTranslationsUnsupportedMediaType) Error ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) Error() string
func (*GetLanguagesTranslationsUnsupportedMediaType) GetPayload ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUnsupportedMediaType) IsClientError ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languages translations unsupported media type response has a 4xx status code
func (*GetLanguagesTranslationsUnsupportedMediaType) IsCode ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languages translations unsupported media type response a status code equal to that given
func (*GetLanguagesTranslationsUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languages translations unsupported media type response has a 3xx status code
func (*GetLanguagesTranslationsUnsupportedMediaType) IsServerError ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languages translations unsupported media type response has a 5xx status code
func (*GetLanguagesTranslationsUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languages translations unsupported media type response has a 2xx status code
func (*GetLanguagesTranslationsUnsupportedMediaType) String ¶
func (o *GetLanguagesTranslationsUnsupportedMediaType) String() string
type GetLanguagesTranslationsUserBadRequest ¶
GetLanguagesTranslationsUserBadRequest 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 NewGetLanguagesTranslationsUserBadRequest ¶
func NewGetLanguagesTranslationsUserBadRequest() *GetLanguagesTranslationsUserBadRequest
NewGetLanguagesTranslationsUserBadRequest creates a GetLanguagesTranslationsUserBadRequest with default headers values
func (*GetLanguagesTranslationsUserBadRequest) Error ¶
func (o *GetLanguagesTranslationsUserBadRequest) Error() string
func (*GetLanguagesTranslationsUserBadRequest) GetPayload ¶
func (o *GetLanguagesTranslationsUserBadRequest) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserBadRequest) IsClientError ¶
func (o *GetLanguagesTranslationsUserBadRequest) IsClientError() bool
IsClientError returns true when this get languages translations user bad request response has a 4xx status code
func (*GetLanguagesTranslationsUserBadRequest) IsCode ¶
func (o *GetLanguagesTranslationsUserBadRequest) IsCode(code int) bool
IsCode returns true when this get languages translations user bad request response a status code equal to that given
func (*GetLanguagesTranslationsUserBadRequest) IsRedirect ¶
func (o *GetLanguagesTranslationsUserBadRequest) IsRedirect() bool
IsRedirect returns true when this get languages translations user bad request response has a 3xx status code
func (*GetLanguagesTranslationsUserBadRequest) IsServerError ¶
func (o *GetLanguagesTranslationsUserBadRequest) IsServerError() bool
IsServerError returns true when this get languages translations user bad request response has a 5xx status code
func (*GetLanguagesTranslationsUserBadRequest) IsSuccess ¶
func (o *GetLanguagesTranslationsUserBadRequest) IsSuccess() bool
IsSuccess returns true when this get languages translations user bad request response has a 2xx status code
func (*GetLanguagesTranslationsUserBadRequest) String ¶
func (o *GetLanguagesTranslationsUserBadRequest) String() string
type GetLanguagesTranslationsUserForbidden ¶
GetLanguagesTranslationsUserForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetLanguagesTranslationsUserForbidden ¶
func NewGetLanguagesTranslationsUserForbidden() *GetLanguagesTranslationsUserForbidden
NewGetLanguagesTranslationsUserForbidden creates a GetLanguagesTranslationsUserForbidden with default headers values
func (*GetLanguagesTranslationsUserForbidden) Error ¶
func (o *GetLanguagesTranslationsUserForbidden) Error() string
func (*GetLanguagesTranslationsUserForbidden) GetPayload ¶
func (o *GetLanguagesTranslationsUserForbidden) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserForbidden) IsClientError ¶
func (o *GetLanguagesTranslationsUserForbidden) IsClientError() bool
IsClientError returns true when this get languages translations user forbidden response has a 4xx status code
func (*GetLanguagesTranslationsUserForbidden) IsCode ¶
func (o *GetLanguagesTranslationsUserForbidden) IsCode(code int) bool
IsCode returns true when this get languages translations user forbidden response a status code equal to that given
func (*GetLanguagesTranslationsUserForbidden) IsRedirect ¶
func (o *GetLanguagesTranslationsUserForbidden) IsRedirect() bool
IsRedirect returns true when this get languages translations user forbidden response has a 3xx status code
func (*GetLanguagesTranslationsUserForbidden) IsServerError ¶
func (o *GetLanguagesTranslationsUserForbidden) IsServerError() bool
IsServerError returns true when this get languages translations user forbidden response has a 5xx status code
func (*GetLanguagesTranslationsUserForbidden) IsSuccess ¶
func (o *GetLanguagesTranslationsUserForbidden) IsSuccess() bool
IsSuccess returns true when this get languages translations user forbidden response has a 2xx status code
func (*GetLanguagesTranslationsUserForbidden) String ¶
func (o *GetLanguagesTranslationsUserForbidden) String() string
type GetLanguagesTranslationsUserGatewayTimeout ¶
GetLanguagesTranslationsUserGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetLanguagesTranslationsUserGatewayTimeout ¶
func NewGetLanguagesTranslationsUserGatewayTimeout() *GetLanguagesTranslationsUserGatewayTimeout
NewGetLanguagesTranslationsUserGatewayTimeout creates a GetLanguagesTranslationsUserGatewayTimeout with default headers values
func (*GetLanguagesTranslationsUserGatewayTimeout) Error ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) Error() string
func (*GetLanguagesTranslationsUserGatewayTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserGatewayTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) IsClientError() bool
IsClientError returns true when this get languages translations user gateway timeout response has a 4xx status code
func (*GetLanguagesTranslationsUserGatewayTimeout) IsCode ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations user gateway timeout response a status code equal to that given
func (*GetLanguagesTranslationsUserGatewayTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations user gateway timeout response has a 3xx status code
func (*GetLanguagesTranslationsUserGatewayTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) IsServerError() bool
IsServerError returns true when this get languages translations user gateway timeout response has a 5xx status code
func (*GetLanguagesTranslationsUserGatewayTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations user gateway timeout response has a 2xx status code
func (*GetLanguagesTranslationsUserGatewayTimeout) String ¶
func (o *GetLanguagesTranslationsUserGatewayTimeout) String() string
type GetLanguagesTranslationsUserInternalServerError ¶
GetLanguagesTranslationsUserInternalServerError 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 NewGetLanguagesTranslationsUserInternalServerError ¶
func NewGetLanguagesTranslationsUserInternalServerError() *GetLanguagesTranslationsUserInternalServerError
NewGetLanguagesTranslationsUserInternalServerError creates a GetLanguagesTranslationsUserInternalServerError with default headers values
func (*GetLanguagesTranslationsUserInternalServerError) Error ¶
func (o *GetLanguagesTranslationsUserInternalServerError) Error() string
func (*GetLanguagesTranslationsUserInternalServerError) GetPayload ¶
func (o *GetLanguagesTranslationsUserInternalServerError) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserInternalServerError) IsClientError ¶
func (o *GetLanguagesTranslationsUserInternalServerError) IsClientError() bool
IsClientError returns true when this get languages translations user internal server error response has a 4xx status code
func (*GetLanguagesTranslationsUserInternalServerError) IsCode ¶
func (o *GetLanguagesTranslationsUserInternalServerError) IsCode(code int) bool
IsCode returns true when this get languages translations user internal server error response a status code equal to that given
func (*GetLanguagesTranslationsUserInternalServerError) IsRedirect ¶
func (o *GetLanguagesTranslationsUserInternalServerError) IsRedirect() bool
IsRedirect returns true when this get languages translations user internal server error response has a 3xx status code
func (*GetLanguagesTranslationsUserInternalServerError) IsServerError ¶
func (o *GetLanguagesTranslationsUserInternalServerError) IsServerError() bool
IsServerError returns true when this get languages translations user internal server error response has a 5xx status code
func (*GetLanguagesTranslationsUserInternalServerError) IsSuccess ¶
func (o *GetLanguagesTranslationsUserInternalServerError) IsSuccess() bool
IsSuccess returns true when this get languages translations user internal server error response has a 2xx status code
func (*GetLanguagesTranslationsUserInternalServerError) String ¶
func (o *GetLanguagesTranslationsUserInternalServerError) String() string
type GetLanguagesTranslationsUserNotFound ¶
GetLanguagesTranslationsUserNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetLanguagesTranslationsUserNotFound ¶
func NewGetLanguagesTranslationsUserNotFound() *GetLanguagesTranslationsUserNotFound
NewGetLanguagesTranslationsUserNotFound creates a GetLanguagesTranslationsUserNotFound with default headers values
func (*GetLanguagesTranslationsUserNotFound) Error ¶
func (o *GetLanguagesTranslationsUserNotFound) Error() string
func (*GetLanguagesTranslationsUserNotFound) GetPayload ¶
func (o *GetLanguagesTranslationsUserNotFound) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserNotFound) IsClientError ¶
func (o *GetLanguagesTranslationsUserNotFound) IsClientError() bool
IsClientError returns true when this get languages translations user not found response has a 4xx status code
func (*GetLanguagesTranslationsUserNotFound) IsCode ¶
func (o *GetLanguagesTranslationsUserNotFound) IsCode(code int) bool
IsCode returns true when this get languages translations user not found response a status code equal to that given
func (*GetLanguagesTranslationsUserNotFound) IsRedirect ¶
func (o *GetLanguagesTranslationsUserNotFound) IsRedirect() bool
IsRedirect returns true when this get languages translations user not found response has a 3xx status code
func (*GetLanguagesTranslationsUserNotFound) IsServerError ¶
func (o *GetLanguagesTranslationsUserNotFound) IsServerError() bool
IsServerError returns true when this get languages translations user not found response has a 5xx status code
func (*GetLanguagesTranslationsUserNotFound) IsSuccess ¶
func (o *GetLanguagesTranslationsUserNotFound) IsSuccess() bool
IsSuccess returns true when this get languages translations user not found response has a 2xx status code
func (*GetLanguagesTranslationsUserNotFound) String ¶
func (o *GetLanguagesTranslationsUserNotFound) String() string
type GetLanguagesTranslationsUserOK ¶
type GetLanguagesTranslationsUserOK struct {
Payload map[string]interface{}
}
GetLanguagesTranslationsUserOK describes a response with status code 200, with default header values.
successful operation
func NewGetLanguagesTranslationsUserOK ¶
func NewGetLanguagesTranslationsUserOK() *GetLanguagesTranslationsUserOK
NewGetLanguagesTranslationsUserOK creates a GetLanguagesTranslationsUserOK with default headers values
func (*GetLanguagesTranslationsUserOK) Error ¶
func (o *GetLanguagesTranslationsUserOK) Error() string
func (*GetLanguagesTranslationsUserOK) GetPayload ¶
func (o *GetLanguagesTranslationsUserOK) GetPayload() map[string]interface{}
func (*GetLanguagesTranslationsUserOK) IsClientError ¶
func (o *GetLanguagesTranslationsUserOK) IsClientError() bool
IsClientError returns true when this get languages translations user o k response has a 4xx status code
func (*GetLanguagesTranslationsUserOK) IsCode ¶
func (o *GetLanguagesTranslationsUserOK) IsCode(code int) bool
IsCode returns true when this get languages translations user o k response a status code equal to that given
func (*GetLanguagesTranslationsUserOK) IsRedirect ¶
func (o *GetLanguagesTranslationsUserOK) IsRedirect() bool
IsRedirect returns true when this get languages translations user o k response has a 3xx status code
func (*GetLanguagesTranslationsUserOK) IsServerError ¶
func (o *GetLanguagesTranslationsUserOK) IsServerError() bool
IsServerError returns true when this get languages translations user o k response has a 5xx status code
func (*GetLanguagesTranslationsUserOK) IsSuccess ¶
func (o *GetLanguagesTranslationsUserOK) IsSuccess() bool
IsSuccess returns true when this get languages translations user o k response has a 2xx status code
func (*GetLanguagesTranslationsUserOK) String ¶
func (o *GetLanguagesTranslationsUserOK) String() string
type GetLanguagesTranslationsUserParams ¶
type GetLanguagesTranslationsUserParams struct { /* UserID. The user id */ UserID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetLanguagesTranslationsUserParams contains all the parameters to send to the API endpoint
for the get languages translations user operation. Typically these are written to a http.Request.
func NewGetLanguagesTranslationsUserParams ¶
func NewGetLanguagesTranslationsUserParams() *GetLanguagesTranslationsUserParams
NewGetLanguagesTranslationsUserParams creates a new GetLanguagesTranslationsUserParams 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 NewGetLanguagesTranslationsUserParamsWithContext ¶
func NewGetLanguagesTranslationsUserParamsWithContext(ctx context.Context) *GetLanguagesTranslationsUserParams
NewGetLanguagesTranslationsUserParamsWithContext creates a new GetLanguagesTranslationsUserParams object with the ability to set a context for a request.
func NewGetLanguagesTranslationsUserParamsWithHTTPClient ¶
func NewGetLanguagesTranslationsUserParamsWithHTTPClient(client *http.Client) *GetLanguagesTranslationsUserParams
NewGetLanguagesTranslationsUserParamsWithHTTPClient creates a new GetLanguagesTranslationsUserParams object with the ability to set a custom HTTPClient for a request.
func NewGetLanguagesTranslationsUserParamsWithTimeout ¶
func NewGetLanguagesTranslationsUserParamsWithTimeout(timeout time.Duration) *GetLanguagesTranslationsUserParams
NewGetLanguagesTranslationsUserParamsWithTimeout creates a new GetLanguagesTranslationsUserParams object with the ability to set a timeout on a request.
func (*GetLanguagesTranslationsUserParams) SetContext ¶
func (o *GetLanguagesTranslationsUserParams) SetContext(ctx context.Context)
SetContext adds the context to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) SetDefaults ¶
func (o *GetLanguagesTranslationsUserParams) SetDefaults()
SetDefaults hydrates default values in the get languages translations user params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsUserParams) SetHTTPClient ¶
func (o *GetLanguagesTranslationsUserParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) SetTimeout ¶
func (o *GetLanguagesTranslationsUserParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) SetUserID ¶
func (o *GetLanguagesTranslationsUserParams) SetUserID(userID string)
SetUserID adds the userId to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) WithContext ¶
func (o *GetLanguagesTranslationsUserParams) WithContext(ctx context.Context) *GetLanguagesTranslationsUserParams
WithContext adds the context to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) WithDefaults ¶
func (o *GetLanguagesTranslationsUserParams) WithDefaults() *GetLanguagesTranslationsUserParams
WithDefaults hydrates default values in the get languages translations user params (not the query body).
All values with no default are reset to their zero value.
func (*GetLanguagesTranslationsUserParams) WithHTTPClient ¶
func (o *GetLanguagesTranslationsUserParams) WithHTTPClient(client *http.Client) *GetLanguagesTranslationsUserParams
WithHTTPClient adds the HTTPClient to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) WithTimeout ¶
func (o *GetLanguagesTranslationsUserParams) WithTimeout(timeout time.Duration) *GetLanguagesTranslationsUserParams
WithTimeout adds the timeout to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) WithUserID ¶
func (o *GetLanguagesTranslationsUserParams) WithUserID(userID string) *GetLanguagesTranslationsUserParams
WithUserID adds the userID to the get languages translations user params
func (*GetLanguagesTranslationsUserParams) WriteToRequest ¶
func (o *GetLanguagesTranslationsUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetLanguagesTranslationsUserReader ¶
type GetLanguagesTranslationsUserReader struct {
// contains filtered or unexported fields
}
GetLanguagesTranslationsUserReader is a Reader for the GetLanguagesTranslationsUser structure.
func (*GetLanguagesTranslationsUserReader) ReadResponse ¶
func (o *GetLanguagesTranslationsUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetLanguagesTranslationsUserRequestEntityTooLarge ¶
GetLanguagesTranslationsUserRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetLanguagesTranslationsUserRequestEntityTooLarge ¶
func NewGetLanguagesTranslationsUserRequestEntityTooLarge() *GetLanguagesTranslationsUserRequestEntityTooLarge
NewGetLanguagesTranslationsUserRequestEntityTooLarge creates a GetLanguagesTranslationsUserRequestEntityTooLarge with default headers values
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) Error ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) Error() string
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) GetPayload ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) IsClientError ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get languages translations user request entity too large response has a 4xx status code
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) IsCode ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get languages translations user request entity too large response a status code equal to that given
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) IsRedirect ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get languages translations user request entity too large response has a 3xx status code
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) IsServerError ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get languages translations user request entity too large response has a 5xx status code
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) IsSuccess ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get languages translations user request entity too large response has a 2xx status code
func (*GetLanguagesTranslationsUserRequestEntityTooLarge) String ¶
func (o *GetLanguagesTranslationsUserRequestEntityTooLarge) String() string
type GetLanguagesTranslationsUserRequestTimeout ¶
GetLanguagesTranslationsUserRequestTimeout 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 NewGetLanguagesTranslationsUserRequestTimeout ¶
func NewGetLanguagesTranslationsUserRequestTimeout() *GetLanguagesTranslationsUserRequestTimeout
NewGetLanguagesTranslationsUserRequestTimeout creates a GetLanguagesTranslationsUserRequestTimeout with default headers values
func (*GetLanguagesTranslationsUserRequestTimeout) Error ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) Error() string
func (*GetLanguagesTranslationsUserRequestTimeout) GetPayload ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserRequestTimeout) IsClientError ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) IsClientError() bool
IsClientError returns true when this get languages translations user request timeout response has a 4xx status code
func (*GetLanguagesTranslationsUserRequestTimeout) IsCode ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) IsCode(code int) bool
IsCode returns true when this get languages translations user request timeout response a status code equal to that given
func (*GetLanguagesTranslationsUserRequestTimeout) IsRedirect ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get languages translations user request timeout response has a 3xx status code
func (*GetLanguagesTranslationsUserRequestTimeout) IsServerError ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) IsServerError() bool
IsServerError returns true when this get languages translations user request timeout response has a 5xx status code
func (*GetLanguagesTranslationsUserRequestTimeout) IsSuccess ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get languages translations user request timeout response has a 2xx status code
func (*GetLanguagesTranslationsUserRequestTimeout) String ¶
func (o *GetLanguagesTranslationsUserRequestTimeout) String() string
type GetLanguagesTranslationsUserServiceUnavailable ¶
type GetLanguagesTranslationsUserServiceUnavailable struct {
}GetLanguagesTranslationsUserServiceUnavailable 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 NewGetLanguagesTranslationsUserServiceUnavailable ¶
func NewGetLanguagesTranslationsUserServiceUnavailable() *GetLanguagesTranslationsUserServiceUnavailable
NewGetLanguagesTranslationsUserServiceUnavailable creates a GetLanguagesTranslationsUserServiceUnavailable with default headers values
func (*GetLanguagesTranslationsUserServiceUnavailable) Error ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) Error() string
func (*GetLanguagesTranslationsUserServiceUnavailable) GetPayload ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserServiceUnavailable) IsClientError ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) IsClientError() bool
IsClientError returns true when this get languages translations user service unavailable response has a 4xx status code
func (*GetLanguagesTranslationsUserServiceUnavailable) IsCode ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get languages translations user service unavailable response a status code equal to that given
func (*GetLanguagesTranslationsUserServiceUnavailable) IsRedirect ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get languages translations user service unavailable response has a 3xx status code
func (*GetLanguagesTranslationsUserServiceUnavailable) IsServerError ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) IsServerError() bool
IsServerError returns true when this get languages translations user service unavailable response has a 5xx status code
func (*GetLanguagesTranslationsUserServiceUnavailable) IsSuccess ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get languages translations user service unavailable response has a 2xx status code
func (*GetLanguagesTranslationsUserServiceUnavailable) String ¶
func (o *GetLanguagesTranslationsUserServiceUnavailable) String() string
type GetLanguagesTranslationsUserTooManyRequests ¶
GetLanguagesTranslationsUserTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetLanguagesTranslationsUserTooManyRequests ¶
func NewGetLanguagesTranslationsUserTooManyRequests() *GetLanguagesTranslationsUserTooManyRequests
NewGetLanguagesTranslationsUserTooManyRequests creates a GetLanguagesTranslationsUserTooManyRequests with default headers values
func (*GetLanguagesTranslationsUserTooManyRequests) Error ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) Error() string
func (*GetLanguagesTranslationsUserTooManyRequests) GetPayload ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserTooManyRequests) IsClientError ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) IsClientError() bool
IsClientError returns true when this get languages translations user too many requests response has a 4xx status code
func (*GetLanguagesTranslationsUserTooManyRequests) IsCode ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) IsCode(code int) bool
IsCode returns true when this get languages translations user too many requests response a status code equal to that given
func (*GetLanguagesTranslationsUserTooManyRequests) IsRedirect ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get languages translations user too many requests response has a 3xx status code
func (*GetLanguagesTranslationsUserTooManyRequests) IsServerError ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) IsServerError() bool
IsServerError returns true when this get languages translations user too many requests response has a 5xx status code
func (*GetLanguagesTranslationsUserTooManyRequests) IsSuccess ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get languages translations user too many requests response has a 2xx status code
func (*GetLanguagesTranslationsUserTooManyRequests) String ¶
func (o *GetLanguagesTranslationsUserTooManyRequests) String() string
type GetLanguagesTranslationsUserUnauthorized ¶
type GetLanguagesTranslationsUserUnauthorized struct {
}GetLanguagesTranslationsUserUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguagesTranslationsUserUnauthorized ¶
func NewGetLanguagesTranslationsUserUnauthorized() *GetLanguagesTranslationsUserUnauthorized
NewGetLanguagesTranslationsUserUnauthorized creates a GetLanguagesTranslationsUserUnauthorized with default headers values
func (*GetLanguagesTranslationsUserUnauthorized) Error ¶
func (o *GetLanguagesTranslationsUserUnauthorized) Error() string
func (*GetLanguagesTranslationsUserUnauthorized) GetPayload ¶
func (o *GetLanguagesTranslationsUserUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserUnauthorized) IsClientError ¶
func (o *GetLanguagesTranslationsUserUnauthorized) IsClientError() bool
IsClientError returns true when this get languages translations user unauthorized response has a 4xx status code
func (*GetLanguagesTranslationsUserUnauthorized) IsCode ¶
func (o *GetLanguagesTranslationsUserUnauthorized) IsCode(code int) bool
IsCode returns true when this get languages translations user unauthorized response a status code equal to that given
func (*GetLanguagesTranslationsUserUnauthorized) IsRedirect ¶
func (o *GetLanguagesTranslationsUserUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languages translations user unauthorized response has a 3xx status code
func (*GetLanguagesTranslationsUserUnauthorized) IsServerError ¶
func (o *GetLanguagesTranslationsUserUnauthorized) IsServerError() bool
IsServerError returns true when this get languages translations user unauthorized response has a 5xx status code
func (*GetLanguagesTranslationsUserUnauthorized) IsSuccess ¶
func (o *GetLanguagesTranslationsUserUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languages translations user unauthorized response has a 2xx status code
func (*GetLanguagesTranslationsUserUnauthorized) String ¶
func (o *GetLanguagesTranslationsUserUnauthorized) String() string
type GetLanguagesTranslationsUserUnsupportedMediaType ¶
GetLanguagesTranslationsUserUnsupportedMediaType 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 NewGetLanguagesTranslationsUserUnsupportedMediaType ¶
func NewGetLanguagesTranslationsUserUnsupportedMediaType() *GetLanguagesTranslationsUserUnsupportedMediaType
NewGetLanguagesTranslationsUserUnsupportedMediaType creates a GetLanguagesTranslationsUserUnsupportedMediaType with default headers values
func (*GetLanguagesTranslationsUserUnsupportedMediaType) Error ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) Error() string
func (*GetLanguagesTranslationsUserUnsupportedMediaType) GetPayload ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguagesTranslationsUserUnsupportedMediaType) IsClientError ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languages translations user unsupported media type response has a 4xx status code
func (*GetLanguagesTranslationsUserUnsupportedMediaType) IsCode ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languages translations user unsupported media type response a status code equal to that given
func (*GetLanguagesTranslationsUserUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languages translations user unsupported media type response has a 3xx status code
func (*GetLanguagesTranslationsUserUnsupportedMediaType) IsServerError ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languages translations user unsupported media type response has a 5xx status code
func (*GetLanguagesTranslationsUserUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languages translations user unsupported media type response has a 2xx status code
func (*GetLanguagesTranslationsUserUnsupportedMediaType) String ¶
func (o *GetLanguagesTranslationsUserUnsupportedMediaType) String() string
type GetLanguagesUnauthorized ¶
type GetLanguagesUnauthorized struct {
}GetLanguagesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetLanguagesUnauthorized ¶
func NewGetLanguagesUnauthorized() *GetLanguagesUnauthorized
NewGetLanguagesUnauthorized creates a GetLanguagesUnauthorized with default headers values
func (*GetLanguagesUnauthorized) Error ¶
func (o *GetLanguagesUnauthorized) Error() string
func (*GetLanguagesUnauthorized) GetPayload ¶
func (o *GetLanguagesUnauthorized) GetPayload() *models.ErrorBody
func (*GetLanguagesUnauthorized) IsClientError ¶
func (o *GetLanguagesUnauthorized) IsClientError() bool
IsClientError returns true when this get languages unauthorized response has a 4xx status code
func (*GetLanguagesUnauthorized) IsCode ¶
func (o *GetLanguagesUnauthorized) IsCode(code int) bool
IsCode returns true when this get languages unauthorized response a status code equal to that given
func (*GetLanguagesUnauthorized) IsRedirect ¶
func (o *GetLanguagesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get languages unauthorized response has a 3xx status code
func (*GetLanguagesUnauthorized) IsServerError ¶
func (o *GetLanguagesUnauthorized) IsServerError() bool
IsServerError returns true when this get languages unauthorized response has a 5xx status code
func (*GetLanguagesUnauthorized) IsSuccess ¶
func (o *GetLanguagesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get languages unauthorized response has a 2xx status code
func (*GetLanguagesUnauthorized) String ¶
func (o *GetLanguagesUnauthorized) String() string
type GetLanguagesUnsupportedMediaType ¶
GetLanguagesUnsupportedMediaType 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 NewGetLanguagesUnsupportedMediaType ¶
func NewGetLanguagesUnsupportedMediaType() *GetLanguagesUnsupportedMediaType
NewGetLanguagesUnsupportedMediaType creates a GetLanguagesUnsupportedMediaType with default headers values
func (*GetLanguagesUnsupportedMediaType) Error ¶
func (o *GetLanguagesUnsupportedMediaType) Error() string
func (*GetLanguagesUnsupportedMediaType) GetPayload ¶
func (o *GetLanguagesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetLanguagesUnsupportedMediaType) IsClientError ¶
func (o *GetLanguagesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get languages unsupported media type response has a 4xx status code
func (*GetLanguagesUnsupportedMediaType) IsCode ¶
func (o *GetLanguagesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get languages unsupported media type response a status code equal to that given
func (*GetLanguagesUnsupportedMediaType) IsRedirect ¶
func (o *GetLanguagesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get languages unsupported media type response has a 3xx status code
func (*GetLanguagesUnsupportedMediaType) IsServerError ¶
func (o *GetLanguagesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get languages unsupported media type response has a 5xx status code
func (*GetLanguagesUnsupportedMediaType) IsSuccess ¶
func (o *GetLanguagesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get languages unsupported media type response has a 2xx status code
func (*GetLanguagesUnsupportedMediaType) String ¶
func (o *GetLanguagesUnsupportedMediaType) String() string
type PostLanguagesBadRequest ¶
PostLanguagesBadRequest 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 NewPostLanguagesBadRequest ¶
func NewPostLanguagesBadRequest() *PostLanguagesBadRequest
NewPostLanguagesBadRequest creates a PostLanguagesBadRequest with default headers values
func (*PostLanguagesBadRequest) Error ¶
func (o *PostLanguagesBadRequest) Error() string
func (*PostLanguagesBadRequest) GetPayload ¶
func (o *PostLanguagesBadRequest) GetPayload() *models.ErrorBody
func (*PostLanguagesBadRequest) IsClientError ¶
func (o *PostLanguagesBadRequest) IsClientError() bool
IsClientError returns true when this post languages bad request response has a 4xx status code
func (*PostLanguagesBadRequest) IsCode ¶
func (o *PostLanguagesBadRequest) IsCode(code int) bool
IsCode returns true when this post languages bad request response a status code equal to that given
func (*PostLanguagesBadRequest) IsRedirect ¶
func (o *PostLanguagesBadRequest) IsRedirect() bool
IsRedirect returns true when this post languages bad request response has a 3xx status code
func (*PostLanguagesBadRequest) IsServerError ¶
func (o *PostLanguagesBadRequest) IsServerError() bool
IsServerError returns true when this post languages bad request response has a 5xx status code
func (*PostLanguagesBadRequest) IsSuccess ¶
func (o *PostLanguagesBadRequest) IsSuccess() bool
IsSuccess returns true when this post languages bad request response has a 2xx status code
func (*PostLanguagesBadRequest) String ¶
func (o *PostLanguagesBadRequest) String() string
type PostLanguagesForbidden ¶
PostLanguagesForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostLanguagesForbidden ¶
func NewPostLanguagesForbidden() *PostLanguagesForbidden
NewPostLanguagesForbidden creates a PostLanguagesForbidden with default headers values
func (*PostLanguagesForbidden) Error ¶
func (o *PostLanguagesForbidden) Error() string
func (*PostLanguagesForbidden) GetPayload ¶
func (o *PostLanguagesForbidden) GetPayload() *models.ErrorBody
func (*PostLanguagesForbidden) IsClientError ¶
func (o *PostLanguagesForbidden) IsClientError() bool
IsClientError returns true when this post languages forbidden response has a 4xx status code
func (*PostLanguagesForbidden) IsCode ¶
func (o *PostLanguagesForbidden) IsCode(code int) bool
IsCode returns true when this post languages forbidden response a status code equal to that given
func (*PostLanguagesForbidden) IsRedirect ¶
func (o *PostLanguagesForbidden) IsRedirect() bool
IsRedirect returns true when this post languages forbidden response has a 3xx status code
func (*PostLanguagesForbidden) IsServerError ¶
func (o *PostLanguagesForbidden) IsServerError() bool
IsServerError returns true when this post languages forbidden response has a 5xx status code
func (*PostLanguagesForbidden) IsSuccess ¶
func (o *PostLanguagesForbidden) IsSuccess() bool
IsSuccess returns true when this post languages forbidden response has a 2xx status code
func (*PostLanguagesForbidden) String ¶
func (o *PostLanguagesForbidden) String() string
type PostLanguagesGatewayTimeout ¶
PostLanguagesGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostLanguagesGatewayTimeout ¶
func NewPostLanguagesGatewayTimeout() *PostLanguagesGatewayTimeout
NewPostLanguagesGatewayTimeout creates a PostLanguagesGatewayTimeout with default headers values
func (*PostLanguagesGatewayTimeout) Error ¶
func (o *PostLanguagesGatewayTimeout) Error() string
func (*PostLanguagesGatewayTimeout) GetPayload ¶
func (o *PostLanguagesGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostLanguagesGatewayTimeout) IsClientError ¶
func (o *PostLanguagesGatewayTimeout) IsClientError() bool
IsClientError returns true when this post languages gateway timeout response has a 4xx status code
func (*PostLanguagesGatewayTimeout) IsCode ¶
func (o *PostLanguagesGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post languages gateway timeout response a status code equal to that given
func (*PostLanguagesGatewayTimeout) IsRedirect ¶
func (o *PostLanguagesGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post languages gateway timeout response has a 3xx status code
func (*PostLanguagesGatewayTimeout) IsServerError ¶
func (o *PostLanguagesGatewayTimeout) IsServerError() bool
IsServerError returns true when this post languages gateway timeout response has a 5xx status code
func (*PostLanguagesGatewayTimeout) IsSuccess ¶
func (o *PostLanguagesGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post languages gateway timeout response has a 2xx status code
func (*PostLanguagesGatewayTimeout) String ¶
func (o *PostLanguagesGatewayTimeout) String() string
type PostLanguagesInternalServerError ¶
PostLanguagesInternalServerError 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 NewPostLanguagesInternalServerError ¶
func NewPostLanguagesInternalServerError() *PostLanguagesInternalServerError
NewPostLanguagesInternalServerError creates a PostLanguagesInternalServerError with default headers values
func (*PostLanguagesInternalServerError) Error ¶
func (o *PostLanguagesInternalServerError) Error() string
func (*PostLanguagesInternalServerError) GetPayload ¶
func (o *PostLanguagesInternalServerError) GetPayload() *models.ErrorBody
func (*PostLanguagesInternalServerError) IsClientError ¶
func (o *PostLanguagesInternalServerError) IsClientError() bool
IsClientError returns true when this post languages internal server error response has a 4xx status code
func (*PostLanguagesInternalServerError) IsCode ¶
func (o *PostLanguagesInternalServerError) IsCode(code int) bool
IsCode returns true when this post languages internal server error response a status code equal to that given
func (*PostLanguagesInternalServerError) IsRedirect ¶
func (o *PostLanguagesInternalServerError) IsRedirect() bool
IsRedirect returns true when this post languages internal server error response has a 3xx status code
func (*PostLanguagesInternalServerError) IsServerError ¶
func (o *PostLanguagesInternalServerError) IsServerError() bool
IsServerError returns true when this post languages internal server error response has a 5xx status code
func (*PostLanguagesInternalServerError) IsSuccess ¶
func (o *PostLanguagesInternalServerError) IsSuccess() bool
IsSuccess returns true when this post languages internal server error response has a 2xx status code
func (*PostLanguagesInternalServerError) String ¶
func (o *PostLanguagesInternalServerError) String() string
type PostLanguagesNotFound ¶
PostLanguagesNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostLanguagesNotFound ¶
func NewPostLanguagesNotFound() *PostLanguagesNotFound
NewPostLanguagesNotFound creates a PostLanguagesNotFound with default headers values
func (*PostLanguagesNotFound) Error ¶
func (o *PostLanguagesNotFound) Error() string
func (*PostLanguagesNotFound) GetPayload ¶
func (o *PostLanguagesNotFound) GetPayload() *models.ErrorBody
func (*PostLanguagesNotFound) IsClientError ¶
func (o *PostLanguagesNotFound) IsClientError() bool
IsClientError returns true when this post languages not found response has a 4xx status code
func (*PostLanguagesNotFound) IsCode ¶
func (o *PostLanguagesNotFound) IsCode(code int) bool
IsCode returns true when this post languages not found response a status code equal to that given
func (*PostLanguagesNotFound) IsRedirect ¶
func (o *PostLanguagesNotFound) IsRedirect() bool
IsRedirect returns true when this post languages not found response has a 3xx status code
func (*PostLanguagesNotFound) IsServerError ¶
func (o *PostLanguagesNotFound) IsServerError() bool
IsServerError returns true when this post languages not found response has a 5xx status code
func (*PostLanguagesNotFound) IsSuccess ¶
func (o *PostLanguagesNotFound) IsSuccess() bool
IsSuccess returns true when this post languages not found response has a 2xx status code
func (*PostLanguagesNotFound) String ¶
func (o *PostLanguagesNotFound) String() string
type PostLanguagesOK ¶
PostLanguagesOK describes a response with status code 200, with default header values.
successful operation
func NewPostLanguagesOK ¶
func NewPostLanguagesOK() *PostLanguagesOK
NewPostLanguagesOK creates a PostLanguagesOK with default headers values
func (*PostLanguagesOK) Error ¶
func (o *PostLanguagesOK) Error() string
func (*PostLanguagesOK) GetPayload ¶
func (o *PostLanguagesOK) GetPayload() *models.Language
func (*PostLanguagesOK) IsClientError ¶
func (o *PostLanguagesOK) IsClientError() bool
IsClientError returns true when this post languages o k response has a 4xx status code
func (*PostLanguagesOK) IsCode ¶
func (o *PostLanguagesOK) IsCode(code int) bool
IsCode returns true when this post languages o k response a status code equal to that given
func (*PostLanguagesOK) IsRedirect ¶
func (o *PostLanguagesOK) IsRedirect() bool
IsRedirect returns true when this post languages o k response has a 3xx status code
func (*PostLanguagesOK) IsServerError ¶
func (o *PostLanguagesOK) IsServerError() bool
IsServerError returns true when this post languages o k response has a 5xx status code
func (*PostLanguagesOK) IsSuccess ¶
func (o *PostLanguagesOK) IsSuccess() bool
IsSuccess returns true when this post languages o k response has a 2xx status code
func (*PostLanguagesOK) String ¶
func (o *PostLanguagesOK) String() string
type PostLanguagesParams ¶
type PostLanguagesParams struct { /* Body. Language */ Body *models.Language Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostLanguagesParams contains all the parameters to send to the API endpoint
for the post languages operation. Typically these are written to a http.Request.
func NewPostLanguagesParams ¶
func NewPostLanguagesParams() *PostLanguagesParams
NewPostLanguagesParams creates a new PostLanguagesParams 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 NewPostLanguagesParamsWithContext ¶
func NewPostLanguagesParamsWithContext(ctx context.Context) *PostLanguagesParams
NewPostLanguagesParamsWithContext creates a new PostLanguagesParams object with the ability to set a context for a request.
func NewPostLanguagesParamsWithHTTPClient ¶
func NewPostLanguagesParamsWithHTTPClient(client *http.Client) *PostLanguagesParams
NewPostLanguagesParamsWithHTTPClient creates a new PostLanguagesParams object with the ability to set a custom HTTPClient for a request.
func NewPostLanguagesParamsWithTimeout ¶
func NewPostLanguagesParamsWithTimeout(timeout time.Duration) *PostLanguagesParams
NewPostLanguagesParamsWithTimeout creates a new PostLanguagesParams object with the ability to set a timeout on a request.
func (*PostLanguagesParams) SetBody ¶
func (o *PostLanguagesParams) SetBody(body *models.Language)
SetBody adds the body to the post languages params
func (*PostLanguagesParams) SetContext ¶
func (o *PostLanguagesParams) SetContext(ctx context.Context)
SetContext adds the context to the post languages params
func (*PostLanguagesParams) SetDefaults ¶
func (o *PostLanguagesParams) SetDefaults()
SetDefaults hydrates default values in the post languages params (not the query body).
All values with no default are reset to their zero value.
func (*PostLanguagesParams) SetHTTPClient ¶
func (o *PostLanguagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post languages params
func (*PostLanguagesParams) SetTimeout ¶
func (o *PostLanguagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post languages params
func (*PostLanguagesParams) WithBody ¶
func (o *PostLanguagesParams) WithBody(body *models.Language) *PostLanguagesParams
WithBody adds the body to the post languages params
func (*PostLanguagesParams) WithContext ¶
func (o *PostLanguagesParams) WithContext(ctx context.Context) *PostLanguagesParams
WithContext adds the context to the post languages params
func (*PostLanguagesParams) WithDefaults ¶
func (o *PostLanguagesParams) WithDefaults() *PostLanguagesParams
WithDefaults hydrates default values in the post languages params (not the query body).
All values with no default are reset to their zero value.
func (*PostLanguagesParams) WithHTTPClient ¶
func (o *PostLanguagesParams) WithHTTPClient(client *http.Client) *PostLanguagesParams
WithHTTPClient adds the HTTPClient to the post languages params
func (*PostLanguagesParams) WithTimeout ¶
func (o *PostLanguagesParams) WithTimeout(timeout time.Duration) *PostLanguagesParams
WithTimeout adds the timeout to the post languages params
func (*PostLanguagesParams) WriteToRequest ¶
func (o *PostLanguagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostLanguagesReader ¶
type PostLanguagesReader struct {
// contains filtered or unexported fields
}
PostLanguagesReader is a Reader for the PostLanguages structure.
func (*PostLanguagesReader) ReadResponse ¶
func (o *PostLanguagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostLanguagesRequestEntityTooLarge ¶
PostLanguagesRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostLanguagesRequestEntityTooLarge ¶
func NewPostLanguagesRequestEntityTooLarge() *PostLanguagesRequestEntityTooLarge
NewPostLanguagesRequestEntityTooLarge creates a PostLanguagesRequestEntityTooLarge with default headers values
func (*PostLanguagesRequestEntityTooLarge) Error ¶
func (o *PostLanguagesRequestEntityTooLarge) Error() string
func (*PostLanguagesRequestEntityTooLarge) GetPayload ¶
func (o *PostLanguagesRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostLanguagesRequestEntityTooLarge) IsClientError ¶
func (o *PostLanguagesRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post languages request entity too large response has a 4xx status code
func (*PostLanguagesRequestEntityTooLarge) IsCode ¶
func (o *PostLanguagesRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post languages request entity too large response a status code equal to that given
func (*PostLanguagesRequestEntityTooLarge) IsRedirect ¶
func (o *PostLanguagesRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post languages request entity too large response has a 3xx status code
func (*PostLanguagesRequestEntityTooLarge) IsServerError ¶
func (o *PostLanguagesRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post languages request entity too large response has a 5xx status code
func (*PostLanguagesRequestEntityTooLarge) IsSuccess ¶
func (o *PostLanguagesRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post languages request entity too large response has a 2xx status code
func (*PostLanguagesRequestEntityTooLarge) String ¶
func (o *PostLanguagesRequestEntityTooLarge) String() string
type PostLanguagesRequestTimeout ¶
PostLanguagesRequestTimeout 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 NewPostLanguagesRequestTimeout ¶
func NewPostLanguagesRequestTimeout() *PostLanguagesRequestTimeout
NewPostLanguagesRequestTimeout creates a PostLanguagesRequestTimeout with default headers values
func (*PostLanguagesRequestTimeout) Error ¶
func (o *PostLanguagesRequestTimeout) Error() string
func (*PostLanguagesRequestTimeout) GetPayload ¶
func (o *PostLanguagesRequestTimeout) GetPayload() *models.ErrorBody
func (*PostLanguagesRequestTimeout) IsClientError ¶
func (o *PostLanguagesRequestTimeout) IsClientError() bool
IsClientError returns true when this post languages request timeout response has a 4xx status code
func (*PostLanguagesRequestTimeout) IsCode ¶
func (o *PostLanguagesRequestTimeout) IsCode(code int) bool
IsCode returns true when this post languages request timeout response a status code equal to that given
func (*PostLanguagesRequestTimeout) IsRedirect ¶
func (o *PostLanguagesRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post languages request timeout response has a 3xx status code
func (*PostLanguagesRequestTimeout) IsServerError ¶
func (o *PostLanguagesRequestTimeout) IsServerError() bool
IsServerError returns true when this post languages request timeout response has a 5xx status code
func (*PostLanguagesRequestTimeout) IsSuccess ¶
func (o *PostLanguagesRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post languages request timeout response has a 2xx status code
func (*PostLanguagesRequestTimeout) String ¶
func (o *PostLanguagesRequestTimeout) String() string
type PostLanguagesServiceUnavailable ¶
type PostLanguagesServiceUnavailable struct {
}PostLanguagesServiceUnavailable 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 NewPostLanguagesServiceUnavailable ¶
func NewPostLanguagesServiceUnavailable() *PostLanguagesServiceUnavailable
NewPostLanguagesServiceUnavailable creates a PostLanguagesServiceUnavailable with default headers values
func (*PostLanguagesServiceUnavailable) Error ¶
func (o *PostLanguagesServiceUnavailable) Error() string
func (*PostLanguagesServiceUnavailable) GetPayload ¶
func (o *PostLanguagesServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostLanguagesServiceUnavailable) IsClientError ¶
func (o *PostLanguagesServiceUnavailable) IsClientError() bool
IsClientError returns true when this post languages service unavailable response has a 4xx status code
func (*PostLanguagesServiceUnavailable) IsCode ¶
func (o *PostLanguagesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post languages service unavailable response a status code equal to that given
func (*PostLanguagesServiceUnavailable) IsRedirect ¶
func (o *PostLanguagesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post languages service unavailable response has a 3xx status code
func (*PostLanguagesServiceUnavailable) IsServerError ¶
func (o *PostLanguagesServiceUnavailable) IsServerError() bool
IsServerError returns true when this post languages service unavailable response has a 5xx status code
func (*PostLanguagesServiceUnavailable) IsSuccess ¶
func (o *PostLanguagesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post languages service unavailable response has a 2xx status code
func (*PostLanguagesServiceUnavailable) String ¶
func (o *PostLanguagesServiceUnavailable) String() string
type PostLanguagesTooManyRequests ¶
PostLanguagesTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostLanguagesTooManyRequests ¶
func NewPostLanguagesTooManyRequests() *PostLanguagesTooManyRequests
NewPostLanguagesTooManyRequests creates a PostLanguagesTooManyRequests with default headers values
func (*PostLanguagesTooManyRequests) Error ¶
func (o *PostLanguagesTooManyRequests) Error() string
func (*PostLanguagesTooManyRequests) GetPayload ¶
func (o *PostLanguagesTooManyRequests) GetPayload() *models.ErrorBody
func (*PostLanguagesTooManyRequests) IsClientError ¶
func (o *PostLanguagesTooManyRequests) IsClientError() bool
IsClientError returns true when this post languages too many requests response has a 4xx status code
func (*PostLanguagesTooManyRequests) IsCode ¶
func (o *PostLanguagesTooManyRequests) IsCode(code int) bool
IsCode returns true when this post languages too many requests response a status code equal to that given
func (*PostLanguagesTooManyRequests) IsRedirect ¶
func (o *PostLanguagesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post languages too many requests response has a 3xx status code
func (*PostLanguagesTooManyRequests) IsServerError ¶
func (o *PostLanguagesTooManyRequests) IsServerError() bool
IsServerError returns true when this post languages too many requests response has a 5xx status code
func (*PostLanguagesTooManyRequests) IsSuccess ¶
func (o *PostLanguagesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post languages too many requests response has a 2xx status code
func (*PostLanguagesTooManyRequests) String ¶
func (o *PostLanguagesTooManyRequests) String() string
type PostLanguagesUnauthorized ¶
type PostLanguagesUnauthorized struct {
}PostLanguagesUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostLanguagesUnauthorized ¶
func NewPostLanguagesUnauthorized() *PostLanguagesUnauthorized
NewPostLanguagesUnauthorized creates a PostLanguagesUnauthorized with default headers values
func (*PostLanguagesUnauthorized) Error ¶
func (o *PostLanguagesUnauthorized) Error() string
func (*PostLanguagesUnauthorized) GetPayload ¶
func (o *PostLanguagesUnauthorized) GetPayload() *models.ErrorBody
func (*PostLanguagesUnauthorized) IsClientError ¶
func (o *PostLanguagesUnauthorized) IsClientError() bool
IsClientError returns true when this post languages unauthorized response has a 4xx status code
func (*PostLanguagesUnauthorized) IsCode ¶
func (o *PostLanguagesUnauthorized) IsCode(code int) bool
IsCode returns true when this post languages unauthorized response a status code equal to that given
func (*PostLanguagesUnauthorized) IsRedirect ¶
func (o *PostLanguagesUnauthorized) IsRedirect() bool
IsRedirect returns true when this post languages unauthorized response has a 3xx status code
func (*PostLanguagesUnauthorized) IsServerError ¶
func (o *PostLanguagesUnauthorized) IsServerError() bool
IsServerError returns true when this post languages unauthorized response has a 5xx status code
func (*PostLanguagesUnauthorized) IsSuccess ¶
func (o *PostLanguagesUnauthorized) IsSuccess() bool
IsSuccess returns true when this post languages unauthorized response has a 2xx status code
func (*PostLanguagesUnauthorized) String ¶
func (o *PostLanguagesUnauthorized) String() string
type PostLanguagesUnsupportedMediaType ¶
PostLanguagesUnsupportedMediaType 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 NewPostLanguagesUnsupportedMediaType ¶
func NewPostLanguagesUnsupportedMediaType() *PostLanguagesUnsupportedMediaType
NewPostLanguagesUnsupportedMediaType creates a PostLanguagesUnsupportedMediaType with default headers values
func (*PostLanguagesUnsupportedMediaType) Error ¶
func (o *PostLanguagesUnsupportedMediaType) Error() string
func (*PostLanguagesUnsupportedMediaType) GetPayload ¶
func (o *PostLanguagesUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostLanguagesUnsupportedMediaType) IsClientError ¶
func (o *PostLanguagesUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post languages unsupported media type response has a 4xx status code
func (*PostLanguagesUnsupportedMediaType) IsCode ¶
func (o *PostLanguagesUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post languages unsupported media type response a status code equal to that given
func (*PostLanguagesUnsupportedMediaType) IsRedirect ¶
func (o *PostLanguagesUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post languages unsupported media type response has a 3xx status code
func (*PostLanguagesUnsupportedMediaType) IsServerError ¶
func (o *PostLanguagesUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post languages unsupported media type response has a 5xx status code
func (*PostLanguagesUnsupportedMediaType) IsSuccess ¶
func (o *PostLanguagesUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post languages unsupported media type response has a 2xx status code
func (*PostLanguagesUnsupportedMediaType) String ¶
func (o *PostLanguagesUnsupportedMediaType) String() string
Source Files
¶
- delete_language_parameters.go
- delete_language_responses.go
- get_language_parameters.go
- get_language_responses.go
- get_languages_parameters.go
- get_languages_responses.go
- get_languages_translations_builtin_parameters.go
- get_languages_translations_builtin_responses.go
- get_languages_translations_organization_parameters.go
- get_languages_translations_organization_responses.go
- get_languages_translations_parameters.go
- get_languages_translations_responses.go
- get_languages_translations_user_parameters.go
- get_languages_translations_user_responses.go
- languages_client.go
- post_languages_parameters.go
- post_languages_responses.go