web_messaging

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   GetWebmessagingMessages gets the messages for a web messaging session
	*/
	GetWebmessagingMessages(ctx context.Context, params *GetWebmessagingMessagesParams) (*GetWebmessagingMessagesOK, error)
}

API is the interface of the web messaging client

type Client

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

Client for web messaging API

func New

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

New creates a new web messaging API client.

func (*Client) GetWebmessagingMessages

func (a *Client) GetWebmessagingMessages(ctx context.Context, params *GetWebmessagingMessagesParams) (*GetWebmessagingMessagesOK, error)

GetWebmessagingMessages gets the messages for a web messaging session

type GetWebmessagingMessagesBadRequest

type GetWebmessagingMessagesBadRequest struct {
	Payload *models.ErrorBody
}

GetWebmessagingMessagesBadRequest 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 NewGetWebmessagingMessagesBadRequest

func NewGetWebmessagingMessagesBadRequest() *GetWebmessagingMessagesBadRequest

NewGetWebmessagingMessagesBadRequest creates a GetWebmessagingMessagesBadRequest with default headers values

func (*GetWebmessagingMessagesBadRequest) Error

func (*GetWebmessagingMessagesBadRequest) GetPayload

func (*GetWebmessagingMessagesBadRequest) IsClientError

func (o *GetWebmessagingMessagesBadRequest) IsClientError() bool

IsClientError returns true when this get webmessaging messages bad request response has a 4xx status code

func (*GetWebmessagingMessagesBadRequest) IsCode

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

IsCode returns true when this get webmessaging messages bad request response a status code equal to that given

func (*GetWebmessagingMessagesBadRequest) IsRedirect

func (o *GetWebmessagingMessagesBadRequest) IsRedirect() bool

IsRedirect returns true when this get webmessaging messages bad request response has a 3xx status code

func (*GetWebmessagingMessagesBadRequest) IsServerError

func (o *GetWebmessagingMessagesBadRequest) IsServerError() bool

IsServerError returns true when this get webmessaging messages bad request response has a 5xx status code

func (*GetWebmessagingMessagesBadRequest) IsSuccess

func (o *GetWebmessagingMessagesBadRequest) IsSuccess() bool

IsSuccess returns true when this get webmessaging messages bad request response has a 2xx status code

func (*GetWebmessagingMessagesBadRequest) String

type GetWebmessagingMessagesForbidden

type GetWebmessagingMessagesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetWebmessagingMessagesForbidden

func NewGetWebmessagingMessagesForbidden() *GetWebmessagingMessagesForbidden

NewGetWebmessagingMessagesForbidden creates a GetWebmessagingMessagesForbidden with default headers values

func (*GetWebmessagingMessagesForbidden) Error

func (*GetWebmessagingMessagesForbidden) GetPayload

func (*GetWebmessagingMessagesForbidden) IsClientError

func (o *GetWebmessagingMessagesForbidden) IsClientError() bool

IsClientError returns true when this get webmessaging messages forbidden response has a 4xx status code

func (*GetWebmessagingMessagesForbidden) IsCode

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

IsCode returns true when this get webmessaging messages forbidden response a status code equal to that given

func (*GetWebmessagingMessagesForbidden) IsRedirect

func (o *GetWebmessagingMessagesForbidden) IsRedirect() bool

IsRedirect returns true when this get webmessaging messages forbidden response has a 3xx status code

func (*GetWebmessagingMessagesForbidden) IsServerError

func (o *GetWebmessagingMessagesForbidden) IsServerError() bool

IsServerError returns true when this get webmessaging messages forbidden response has a 5xx status code

func (*GetWebmessagingMessagesForbidden) IsSuccess

func (o *GetWebmessagingMessagesForbidden) IsSuccess() bool

IsSuccess returns true when this get webmessaging messages forbidden response has a 2xx status code

func (*GetWebmessagingMessagesForbidden) String

type GetWebmessagingMessagesGatewayTimeout

type GetWebmessagingMessagesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetWebmessagingMessagesGatewayTimeout

func NewGetWebmessagingMessagesGatewayTimeout() *GetWebmessagingMessagesGatewayTimeout

NewGetWebmessagingMessagesGatewayTimeout creates a GetWebmessagingMessagesGatewayTimeout with default headers values

func (*GetWebmessagingMessagesGatewayTimeout) Error

func (*GetWebmessagingMessagesGatewayTimeout) GetPayload

func (*GetWebmessagingMessagesGatewayTimeout) IsClientError

func (o *GetWebmessagingMessagesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get webmessaging messages gateway timeout response has a 4xx status code

func (*GetWebmessagingMessagesGatewayTimeout) IsCode

IsCode returns true when this get webmessaging messages gateway timeout response a status code equal to that given

func (*GetWebmessagingMessagesGatewayTimeout) IsRedirect

IsRedirect returns true when this get webmessaging messages gateway timeout response has a 3xx status code

func (*GetWebmessagingMessagesGatewayTimeout) IsServerError

func (o *GetWebmessagingMessagesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get webmessaging messages gateway timeout response has a 5xx status code

func (*GetWebmessagingMessagesGatewayTimeout) IsSuccess

IsSuccess returns true when this get webmessaging messages gateway timeout response has a 2xx status code

func (*GetWebmessagingMessagesGatewayTimeout) String

type GetWebmessagingMessagesInternalServerError

type GetWebmessagingMessagesInternalServerError struct {
	Payload *models.ErrorBody
}

GetWebmessagingMessagesInternalServerError 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 NewGetWebmessagingMessagesInternalServerError

func NewGetWebmessagingMessagesInternalServerError() *GetWebmessagingMessagesInternalServerError

NewGetWebmessagingMessagesInternalServerError creates a GetWebmessagingMessagesInternalServerError with default headers values

func (*GetWebmessagingMessagesInternalServerError) Error

func (*GetWebmessagingMessagesInternalServerError) GetPayload

func (*GetWebmessagingMessagesInternalServerError) IsClientError

IsClientError returns true when this get webmessaging messages internal server error response has a 4xx status code

func (*GetWebmessagingMessagesInternalServerError) IsCode

IsCode returns true when this get webmessaging messages internal server error response a status code equal to that given

func (*GetWebmessagingMessagesInternalServerError) IsRedirect

IsRedirect returns true when this get webmessaging messages internal server error response has a 3xx status code

func (*GetWebmessagingMessagesInternalServerError) IsServerError

IsServerError returns true when this get webmessaging messages internal server error response has a 5xx status code

func (*GetWebmessagingMessagesInternalServerError) IsSuccess

IsSuccess returns true when this get webmessaging messages internal server error response has a 2xx status code

func (*GetWebmessagingMessagesInternalServerError) String

type GetWebmessagingMessagesNotFound

type GetWebmessagingMessagesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetWebmessagingMessagesNotFound

func NewGetWebmessagingMessagesNotFound() *GetWebmessagingMessagesNotFound

NewGetWebmessagingMessagesNotFound creates a GetWebmessagingMessagesNotFound with default headers values

func (*GetWebmessagingMessagesNotFound) Error

func (*GetWebmessagingMessagesNotFound) GetPayload

func (*GetWebmessagingMessagesNotFound) IsClientError

func (o *GetWebmessagingMessagesNotFound) IsClientError() bool

IsClientError returns true when this get webmessaging messages not found response has a 4xx status code

func (*GetWebmessagingMessagesNotFound) IsCode

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

IsCode returns true when this get webmessaging messages not found response a status code equal to that given

func (*GetWebmessagingMessagesNotFound) IsRedirect

func (o *GetWebmessagingMessagesNotFound) IsRedirect() bool

IsRedirect returns true when this get webmessaging messages not found response has a 3xx status code

func (*GetWebmessagingMessagesNotFound) IsServerError

func (o *GetWebmessagingMessagesNotFound) IsServerError() bool

IsServerError returns true when this get webmessaging messages not found response has a 5xx status code

func (*GetWebmessagingMessagesNotFound) IsSuccess

func (o *GetWebmessagingMessagesNotFound) IsSuccess() bool

IsSuccess returns true when this get webmessaging messages not found response has a 2xx status code

func (*GetWebmessagingMessagesNotFound) String

type GetWebmessagingMessagesOK

type GetWebmessagingMessagesOK struct {
	Payload *models.WebMessagingMessageEntityList
}

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

successful operation

func NewGetWebmessagingMessagesOK

func NewGetWebmessagingMessagesOK() *GetWebmessagingMessagesOK

NewGetWebmessagingMessagesOK creates a GetWebmessagingMessagesOK with default headers values

func (*GetWebmessagingMessagesOK) Error

func (o *GetWebmessagingMessagesOK) Error() string

func (*GetWebmessagingMessagesOK) GetPayload

func (*GetWebmessagingMessagesOK) IsClientError

func (o *GetWebmessagingMessagesOK) IsClientError() bool

IsClientError returns true when this get webmessaging messages o k response has a 4xx status code

func (*GetWebmessagingMessagesOK) IsCode

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

IsCode returns true when this get webmessaging messages o k response a status code equal to that given

func (*GetWebmessagingMessagesOK) IsRedirect

func (o *GetWebmessagingMessagesOK) IsRedirect() bool

IsRedirect returns true when this get webmessaging messages o k response has a 3xx status code

func (*GetWebmessagingMessagesOK) IsServerError

func (o *GetWebmessagingMessagesOK) IsServerError() bool

IsServerError returns true when this get webmessaging messages o k response has a 5xx status code

func (*GetWebmessagingMessagesOK) IsSuccess

func (o *GetWebmessagingMessagesOK) IsSuccess() bool

IsSuccess returns true when this get webmessaging messages o k response has a 2xx status code

func (*GetWebmessagingMessagesOK) String

func (o *GetWebmessagingMessagesOK) String() string

type GetWebmessagingMessagesParams

type GetWebmessagingMessagesParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetWebmessagingMessagesParams contains all the parameters to send to the API endpoint

for the get webmessaging messages operation.

Typically these are written to a http.Request.

func NewGetWebmessagingMessagesParams

func NewGetWebmessagingMessagesParams() *GetWebmessagingMessagesParams

NewGetWebmessagingMessagesParams creates a new GetWebmessagingMessagesParams 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 NewGetWebmessagingMessagesParamsWithContext

func NewGetWebmessagingMessagesParamsWithContext(ctx context.Context) *GetWebmessagingMessagesParams

NewGetWebmessagingMessagesParamsWithContext creates a new GetWebmessagingMessagesParams object with the ability to set a context for a request.

func NewGetWebmessagingMessagesParamsWithHTTPClient

func NewGetWebmessagingMessagesParamsWithHTTPClient(client *http.Client) *GetWebmessagingMessagesParams

NewGetWebmessagingMessagesParamsWithHTTPClient creates a new GetWebmessagingMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetWebmessagingMessagesParamsWithTimeout

func NewGetWebmessagingMessagesParamsWithTimeout(timeout time.Duration) *GetWebmessagingMessagesParams

NewGetWebmessagingMessagesParamsWithTimeout creates a new GetWebmessagingMessagesParams object with the ability to set a timeout on a request.

func (*GetWebmessagingMessagesParams) SetContext

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

SetContext adds the context to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) SetDefaults

func (o *GetWebmessagingMessagesParams) SetDefaults()

SetDefaults hydrates default values in the get webmessaging messages params (not the query body).

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

func (*GetWebmessagingMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) SetPageNumber

func (o *GetWebmessagingMessagesParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) SetPageSize

func (o *GetWebmessagingMessagesParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) SetTimeout

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

SetTimeout adds the timeout to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WithContext

WithContext adds the context to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WithDefaults

WithDefaults hydrates default values in the get webmessaging messages params (not the query body).

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

func (*GetWebmessagingMessagesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WithPageNumber

func (o *GetWebmessagingMessagesParams) WithPageNumber(pageNumber *int32) *GetWebmessagingMessagesParams

WithPageNumber adds the pageNumber to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WithPageSize

WithPageSize adds the pageSize to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WithTimeout

WithTimeout adds the timeout to the get webmessaging messages params

func (*GetWebmessagingMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWebmessagingMessagesReader

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

GetWebmessagingMessagesReader is a Reader for the GetWebmessagingMessages structure.

func (*GetWebmessagingMessagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetWebmessagingMessagesRequestEntityTooLarge

type GetWebmessagingMessagesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebmessagingMessagesRequestEntityTooLarge

func NewGetWebmessagingMessagesRequestEntityTooLarge() *GetWebmessagingMessagesRequestEntityTooLarge

NewGetWebmessagingMessagesRequestEntityTooLarge creates a GetWebmessagingMessagesRequestEntityTooLarge with default headers values

func (*GetWebmessagingMessagesRequestEntityTooLarge) Error

func (*GetWebmessagingMessagesRequestEntityTooLarge) GetPayload

func (*GetWebmessagingMessagesRequestEntityTooLarge) IsClientError

IsClientError returns true when this get webmessaging messages request entity too large response has a 4xx status code

func (*GetWebmessagingMessagesRequestEntityTooLarge) IsCode

IsCode returns true when this get webmessaging messages request entity too large response a status code equal to that given

func (*GetWebmessagingMessagesRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get webmessaging messages request entity too large response has a 3xx status code

func (*GetWebmessagingMessagesRequestEntityTooLarge) IsServerError

IsServerError returns true when this get webmessaging messages request entity too large response has a 5xx status code

func (*GetWebmessagingMessagesRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get webmessaging messages request entity too large response has a 2xx status code

func (*GetWebmessagingMessagesRequestEntityTooLarge) String

type GetWebmessagingMessagesRequestTimeout

type GetWebmessagingMessagesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetWebmessagingMessagesRequestTimeout 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 NewGetWebmessagingMessagesRequestTimeout

func NewGetWebmessagingMessagesRequestTimeout() *GetWebmessagingMessagesRequestTimeout

NewGetWebmessagingMessagesRequestTimeout creates a GetWebmessagingMessagesRequestTimeout with default headers values

func (*GetWebmessagingMessagesRequestTimeout) Error

func (*GetWebmessagingMessagesRequestTimeout) GetPayload

func (*GetWebmessagingMessagesRequestTimeout) IsClientError

func (o *GetWebmessagingMessagesRequestTimeout) IsClientError() bool

IsClientError returns true when this get webmessaging messages request timeout response has a 4xx status code

func (*GetWebmessagingMessagesRequestTimeout) IsCode

IsCode returns true when this get webmessaging messages request timeout response a status code equal to that given

func (*GetWebmessagingMessagesRequestTimeout) IsRedirect

IsRedirect returns true when this get webmessaging messages request timeout response has a 3xx status code

func (*GetWebmessagingMessagesRequestTimeout) IsServerError

func (o *GetWebmessagingMessagesRequestTimeout) IsServerError() bool

IsServerError returns true when this get webmessaging messages request timeout response has a 5xx status code

func (*GetWebmessagingMessagesRequestTimeout) IsSuccess

IsSuccess returns true when this get webmessaging messages request timeout response has a 2xx status code

func (*GetWebmessagingMessagesRequestTimeout) String

type GetWebmessagingMessagesServiceUnavailable

type GetWebmessagingMessagesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetWebmessagingMessagesServiceUnavailable 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 NewGetWebmessagingMessagesServiceUnavailable

func NewGetWebmessagingMessagesServiceUnavailable() *GetWebmessagingMessagesServiceUnavailable

NewGetWebmessagingMessagesServiceUnavailable creates a GetWebmessagingMessagesServiceUnavailable with default headers values

func (*GetWebmessagingMessagesServiceUnavailable) Error

func (*GetWebmessagingMessagesServiceUnavailable) GetPayload

func (*GetWebmessagingMessagesServiceUnavailable) IsClientError

IsClientError returns true when this get webmessaging messages service unavailable response has a 4xx status code

func (*GetWebmessagingMessagesServiceUnavailable) IsCode

IsCode returns true when this get webmessaging messages service unavailable response a status code equal to that given

func (*GetWebmessagingMessagesServiceUnavailable) IsRedirect

IsRedirect returns true when this get webmessaging messages service unavailable response has a 3xx status code

func (*GetWebmessagingMessagesServiceUnavailable) IsServerError

IsServerError returns true when this get webmessaging messages service unavailable response has a 5xx status code

func (*GetWebmessagingMessagesServiceUnavailable) IsSuccess

IsSuccess returns true when this get webmessaging messages service unavailable response has a 2xx status code

func (*GetWebmessagingMessagesServiceUnavailable) String

type GetWebmessagingMessagesTooManyRequests

type GetWebmessagingMessagesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetWebmessagingMessagesTooManyRequests

func NewGetWebmessagingMessagesTooManyRequests() *GetWebmessagingMessagesTooManyRequests

NewGetWebmessagingMessagesTooManyRequests creates a GetWebmessagingMessagesTooManyRequests with default headers values

func (*GetWebmessagingMessagesTooManyRequests) Error

func (*GetWebmessagingMessagesTooManyRequests) GetPayload

func (*GetWebmessagingMessagesTooManyRequests) IsClientError

func (o *GetWebmessagingMessagesTooManyRequests) IsClientError() bool

IsClientError returns true when this get webmessaging messages too many requests response has a 4xx status code

func (*GetWebmessagingMessagesTooManyRequests) IsCode

IsCode returns true when this get webmessaging messages too many requests response a status code equal to that given

func (*GetWebmessagingMessagesTooManyRequests) IsRedirect

IsRedirect returns true when this get webmessaging messages too many requests response has a 3xx status code

func (*GetWebmessagingMessagesTooManyRequests) IsServerError

func (o *GetWebmessagingMessagesTooManyRequests) IsServerError() bool

IsServerError returns true when this get webmessaging messages too many requests response has a 5xx status code

func (*GetWebmessagingMessagesTooManyRequests) IsSuccess

IsSuccess returns true when this get webmessaging messages too many requests response has a 2xx status code

func (*GetWebmessagingMessagesTooManyRequests) String

type GetWebmessagingMessagesUnauthorized

type GetWebmessagingMessagesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetWebmessagingMessagesUnauthorized

func NewGetWebmessagingMessagesUnauthorized() *GetWebmessagingMessagesUnauthorized

NewGetWebmessagingMessagesUnauthorized creates a GetWebmessagingMessagesUnauthorized with default headers values

func (*GetWebmessagingMessagesUnauthorized) Error

func (*GetWebmessagingMessagesUnauthorized) GetPayload

func (*GetWebmessagingMessagesUnauthorized) IsClientError

func (o *GetWebmessagingMessagesUnauthorized) IsClientError() bool

IsClientError returns true when this get webmessaging messages unauthorized response has a 4xx status code

func (*GetWebmessagingMessagesUnauthorized) IsCode

IsCode returns true when this get webmessaging messages unauthorized response a status code equal to that given

func (*GetWebmessagingMessagesUnauthorized) IsRedirect

func (o *GetWebmessagingMessagesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get webmessaging messages unauthorized response has a 3xx status code

func (*GetWebmessagingMessagesUnauthorized) IsServerError

func (o *GetWebmessagingMessagesUnauthorized) IsServerError() bool

IsServerError returns true when this get webmessaging messages unauthorized response has a 5xx status code

func (*GetWebmessagingMessagesUnauthorized) IsSuccess

IsSuccess returns true when this get webmessaging messages unauthorized response has a 2xx status code

func (*GetWebmessagingMessagesUnauthorized) String

type GetWebmessagingMessagesUnsupportedMediaType

type GetWebmessagingMessagesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetWebmessagingMessagesUnsupportedMediaType 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 NewGetWebmessagingMessagesUnsupportedMediaType

func NewGetWebmessagingMessagesUnsupportedMediaType() *GetWebmessagingMessagesUnsupportedMediaType

NewGetWebmessagingMessagesUnsupportedMediaType creates a GetWebmessagingMessagesUnsupportedMediaType with default headers values

func (*GetWebmessagingMessagesUnsupportedMediaType) Error

func (*GetWebmessagingMessagesUnsupportedMediaType) GetPayload

func (*GetWebmessagingMessagesUnsupportedMediaType) IsClientError

IsClientError returns true when this get webmessaging messages unsupported media type response has a 4xx status code

func (*GetWebmessagingMessagesUnsupportedMediaType) IsCode

IsCode returns true when this get webmessaging messages unsupported media type response a status code equal to that given

func (*GetWebmessagingMessagesUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get webmessaging messages unsupported media type response has a 3xx status code

func (*GetWebmessagingMessagesUnsupportedMediaType) IsServerError

IsServerError returns true when this get webmessaging messages unsupported media type response has a 5xx status code

func (*GetWebmessagingMessagesUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get webmessaging messages unsupported media type response has a 2xx status code

func (*GetWebmessagingMessagesUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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