telephony

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   GetTelephonyMediaregions retrieves the list of a w s regions media can stream through
	*/
	GetTelephonyMediaregions(ctx context.Context, params *GetTelephonyMediaregionsParams) (*GetTelephonyMediaregionsOK, error)
	/*
	   GetTelephonySiptraces fetches s IP metadata
	   Fetch SIP metadata that matches a given parameter. If exactMatch is passed as a parameter only sip records that have exactly that value will be returned. For example, some records contain conversationId but not all relevant records for that call may contain the conversationId so only a partial view of the call will be reflected
	*/
	GetTelephonySiptraces(ctx context.Context, params *GetTelephonySiptracesParams) (*GetTelephonySiptracesOK, error)
	/*
	   GetTelephonySiptracesDownloadDownloadID gets signed s3 URL for a pcap download
	*/
	GetTelephonySiptracesDownloadDownloadID(ctx context.Context, params *GetTelephonySiptracesDownloadDownloadIDParams) (*GetTelephonySiptracesDownloadDownloadIDOK, *GetTelephonySiptracesDownloadDownloadIDAccepted, error)
	/*
	   PostTelephonySiptracesDownload requests a download of a pcap file to s3
	*/
	PostTelephonySiptracesDownload(ctx context.Context, params *PostTelephonySiptracesDownloadParams) (*PostTelephonySiptracesDownloadOK, error)
}

API is the interface of the telephony client

type Client

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

Client for telephony API

func New

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

New creates a new telephony API client.

func (*Client) GetTelephonyMediaregions

func (a *Client) GetTelephonyMediaregions(ctx context.Context, params *GetTelephonyMediaregionsParams) (*GetTelephonyMediaregionsOK, error)

GetTelephonyMediaregions retrieves the list of a w s regions media can stream through

func (*Client) GetTelephonySiptraces

func (a *Client) GetTelephonySiptraces(ctx context.Context, params *GetTelephonySiptracesParams) (*GetTelephonySiptracesOK, error)

GetTelephonySiptraces fetches s IP metadata

Fetch SIP metadata that matches a given parameter. If exactMatch is passed as a parameter only sip records that have exactly that value will be returned. For example, some records contain conversationId but not all relevant records for that call may contain the conversationId so only a partial view of the call will be reflected

func (*Client) GetTelephonySiptracesDownloadDownloadID

GetTelephonySiptracesDownloadDownloadID gets signed s3 URL for a pcap download

func (*Client) PostTelephonySiptracesDownload

func (a *Client) PostTelephonySiptracesDownload(ctx context.Context, params *PostTelephonySiptracesDownloadParams) (*PostTelephonySiptracesDownloadOK, error)

PostTelephonySiptracesDownload requests a download of a pcap file to s3

type GetTelephonyMediaregionsBadRequest

type GetTelephonyMediaregionsBadRequest struct {
	Payload *models.ErrorBody
}

GetTelephonyMediaregionsBadRequest 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 NewGetTelephonyMediaregionsBadRequest

func NewGetTelephonyMediaregionsBadRequest() *GetTelephonyMediaregionsBadRequest

NewGetTelephonyMediaregionsBadRequest creates a GetTelephonyMediaregionsBadRequest with default headers values

func (*GetTelephonyMediaregionsBadRequest) Error

func (*GetTelephonyMediaregionsBadRequest) GetPayload

func (*GetTelephonyMediaregionsBadRequest) IsClientError

func (o *GetTelephonyMediaregionsBadRequest) IsClientError() bool

IsClientError returns true when this get telephony mediaregions bad request response has a 4xx status code

func (*GetTelephonyMediaregionsBadRequest) IsCode

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

func (*GetTelephonyMediaregionsBadRequest) IsRedirect

func (o *GetTelephonyMediaregionsBadRequest) IsRedirect() bool

IsRedirect returns true when this get telephony mediaregions bad request response has a 3xx status code

func (*GetTelephonyMediaregionsBadRequest) IsServerError

func (o *GetTelephonyMediaregionsBadRequest) IsServerError() bool

IsServerError returns true when this get telephony mediaregions bad request response has a 5xx status code

func (*GetTelephonyMediaregionsBadRequest) IsSuccess

IsSuccess returns true when this get telephony mediaregions bad request response has a 2xx status code

func (*GetTelephonyMediaregionsBadRequest) String

type GetTelephonyMediaregionsForbidden

type GetTelephonyMediaregionsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTelephonyMediaregionsForbidden

func NewGetTelephonyMediaregionsForbidden() *GetTelephonyMediaregionsForbidden

NewGetTelephonyMediaregionsForbidden creates a GetTelephonyMediaregionsForbidden with default headers values

func (*GetTelephonyMediaregionsForbidden) Error

func (*GetTelephonyMediaregionsForbidden) GetPayload

func (*GetTelephonyMediaregionsForbidden) IsClientError

func (o *GetTelephonyMediaregionsForbidden) IsClientError() bool

IsClientError returns true when this get telephony mediaregions forbidden response has a 4xx status code

func (*GetTelephonyMediaregionsForbidden) IsCode

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

IsCode returns true when this get telephony mediaregions forbidden response a status code equal to that given

func (*GetTelephonyMediaregionsForbidden) IsRedirect

func (o *GetTelephonyMediaregionsForbidden) IsRedirect() bool

IsRedirect returns true when this get telephony mediaregions forbidden response has a 3xx status code

func (*GetTelephonyMediaregionsForbidden) IsServerError

func (o *GetTelephonyMediaregionsForbidden) IsServerError() bool

IsServerError returns true when this get telephony mediaregions forbidden response has a 5xx status code

func (*GetTelephonyMediaregionsForbidden) IsSuccess

func (o *GetTelephonyMediaregionsForbidden) IsSuccess() bool

IsSuccess returns true when this get telephony mediaregions forbidden response has a 2xx status code

func (*GetTelephonyMediaregionsForbidden) String

type GetTelephonyMediaregionsGatewayTimeout

type GetTelephonyMediaregionsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTelephonyMediaregionsGatewayTimeout

func NewGetTelephonyMediaregionsGatewayTimeout() *GetTelephonyMediaregionsGatewayTimeout

NewGetTelephonyMediaregionsGatewayTimeout creates a GetTelephonyMediaregionsGatewayTimeout with default headers values

func (*GetTelephonyMediaregionsGatewayTimeout) Error

func (*GetTelephonyMediaregionsGatewayTimeout) GetPayload

func (*GetTelephonyMediaregionsGatewayTimeout) IsClientError

func (o *GetTelephonyMediaregionsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get telephony mediaregions gateway timeout response has a 4xx status code

func (*GetTelephonyMediaregionsGatewayTimeout) IsCode

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

func (*GetTelephonyMediaregionsGatewayTimeout) IsRedirect

IsRedirect returns true when this get telephony mediaregions gateway timeout response has a 3xx status code

func (*GetTelephonyMediaregionsGatewayTimeout) IsServerError

func (o *GetTelephonyMediaregionsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get telephony mediaregions gateway timeout response has a 5xx status code

func (*GetTelephonyMediaregionsGatewayTimeout) IsSuccess

IsSuccess returns true when this get telephony mediaregions gateway timeout response has a 2xx status code

func (*GetTelephonyMediaregionsGatewayTimeout) String

type GetTelephonyMediaregionsInternalServerError

type GetTelephonyMediaregionsInternalServerError struct {
	Payload *models.ErrorBody
}

GetTelephonyMediaregionsInternalServerError 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 NewGetTelephonyMediaregionsInternalServerError

func NewGetTelephonyMediaregionsInternalServerError() *GetTelephonyMediaregionsInternalServerError

NewGetTelephonyMediaregionsInternalServerError creates a GetTelephonyMediaregionsInternalServerError with default headers values

func (*GetTelephonyMediaregionsInternalServerError) Error

func (*GetTelephonyMediaregionsInternalServerError) GetPayload

func (*GetTelephonyMediaregionsInternalServerError) IsClientError

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

func (*GetTelephonyMediaregionsInternalServerError) IsCode

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

func (*GetTelephonyMediaregionsInternalServerError) IsRedirect

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

func (*GetTelephonyMediaregionsInternalServerError) IsServerError

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

func (*GetTelephonyMediaregionsInternalServerError) IsSuccess

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

func (*GetTelephonyMediaregionsInternalServerError) String

type GetTelephonyMediaregionsNotFound

type GetTelephonyMediaregionsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTelephonyMediaregionsNotFound

func NewGetTelephonyMediaregionsNotFound() *GetTelephonyMediaregionsNotFound

NewGetTelephonyMediaregionsNotFound creates a GetTelephonyMediaregionsNotFound with default headers values

func (*GetTelephonyMediaregionsNotFound) Error

func (*GetTelephonyMediaregionsNotFound) GetPayload

func (*GetTelephonyMediaregionsNotFound) IsClientError

func (o *GetTelephonyMediaregionsNotFound) IsClientError() bool

IsClientError returns true when this get telephony mediaregions not found response has a 4xx status code

func (*GetTelephonyMediaregionsNotFound) IsCode

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

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

func (*GetTelephonyMediaregionsNotFound) IsRedirect

func (o *GetTelephonyMediaregionsNotFound) IsRedirect() bool

IsRedirect returns true when this get telephony mediaregions not found response has a 3xx status code

func (*GetTelephonyMediaregionsNotFound) IsServerError

func (o *GetTelephonyMediaregionsNotFound) IsServerError() bool

IsServerError returns true when this get telephony mediaregions not found response has a 5xx status code

func (*GetTelephonyMediaregionsNotFound) IsSuccess

func (o *GetTelephonyMediaregionsNotFound) IsSuccess() bool

IsSuccess returns true when this get telephony mediaregions not found response has a 2xx status code

func (*GetTelephonyMediaregionsNotFound) String

type GetTelephonyMediaregionsOK

type GetTelephonyMediaregionsOK struct {
	Payload *models.MediaRegions
}

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

successful operation

func NewGetTelephonyMediaregionsOK

func NewGetTelephonyMediaregionsOK() *GetTelephonyMediaregionsOK

NewGetTelephonyMediaregionsOK creates a GetTelephonyMediaregionsOK with default headers values

func (*GetTelephonyMediaregionsOK) Error

func (*GetTelephonyMediaregionsOK) GetPayload

func (*GetTelephonyMediaregionsOK) IsClientError

func (o *GetTelephonyMediaregionsOK) IsClientError() bool

IsClientError returns true when this get telephony mediaregions o k response has a 4xx status code

func (*GetTelephonyMediaregionsOK) IsCode

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

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

func (*GetTelephonyMediaregionsOK) IsRedirect

func (o *GetTelephonyMediaregionsOK) IsRedirect() bool

IsRedirect returns true when this get telephony mediaregions o k response has a 3xx status code

func (*GetTelephonyMediaregionsOK) IsServerError

func (o *GetTelephonyMediaregionsOK) IsServerError() bool

IsServerError returns true when this get telephony mediaregions o k response has a 5xx status code

func (*GetTelephonyMediaregionsOK) IsSuccess

func (o *GetTelephonyMediaregionsOK) IsSuccess() bool

IsSuccess returns true when this get telephony mediaregions o k response has a 2xx status code

func (*GetTelephonyMediaregionsOK) String

func (o *GetTelephonyMediaregionsOK) String() string

type GetTelephonyMediaregionsParams

type GetTelephonyMediaregionsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetTelephonyMediaregionsParams contains all the parameters to send to the API endpoint

for the get telephony mediaregions operation.

Typically these are written to a http.Request.

func NewGetTelephonyMediaregionsParams

func NewGetTelephonyMediaregionsParams() *GetTelephonyMediaregionsParams

NewGetTelephonyMediaregionsParams creates a new GetTelephonyMediaregionsParams 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 NewGetTelephonyMediaregionsParamsWithContext

func NewGetTelephonyMediaregionsParamsWithContext(ctx context.Context) *GetTelephonyMediaregionsParams

NewGetTelephonyMediaregionsParamsWithContext creates a new GetTelephonyMediaregionsParams object with the ability to set a context for a request.

func NewGetTelephonyMediaregionsParamsWithHTTPClient

func NewGetTelephonyMediaregionsParamsWithHTTPClient(client *http.Client) *GetTelephonyMediaregionsParams

NewGetTelephonyMediaregionsParamsWithHTTPClient creates a new GetTelephonyMediaregionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTelephonyMediaregionsParamsWithTimeout

func NewGetTelephonyMediaregionsParamsWithTimeout(timeout time.Duration) *GetTelephonyMediaregionsParams

NewGetTelephonyMediaregionsParamsWithTimeout creates a new GetTelephonyMediaregionsParams object with the ability to set a timeout on a request.

func (*GetTelephonyMediaregionsParams) SetContext

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

SetContext adds the context to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) SetDefaults

func (o *GetTelephonyMediaregionsParams) SetDefaults()

SetDefaults hydrates default values in the get telephony mediaregions params (not the query body).

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

func (*GetTelephonyMediaregionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) SetTimeout

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

SetTimeout adds the timeout to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) WithContext

WithContext adds the context to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) WithDefaults

WithDefaults hydrates default values in the get telephony mediaregions params (not the query body).

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

func (*GetTelephonyMediaregionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) WithTimeout

WithTimeout adds the timeout to the get telephony mediaregions params

func (*GetTelephonyMediaregionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTelephonyMediaregionsReader

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

GetTelephonyMediaregionsReader is a Reader for the GetTelephonyMediaregions structure.

func (*GetTelephonyMediaregionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTelephonyMediaregionsRequestEntityTooLarge

type GetTelephonyMediaregionsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonyMediaregionsRequestEntityTooLarge

func NewGetTelephonyMediaregionsRequestEntityTooLarge() *GetTelephonyMediaregionsRequestEntityTooLarge

NewGetTelephonyMediaregionsRequestEntityTooLarge creates a GetTelephonyMediaregionsRequestEntityTooLarge with default headers values

func (*GetTelephonyMediaregionsRequestEntityTooLarge) Error

func (*GetTelephonyMediaregionsRequestEntityTooLarge) GetPayload

func (*GetTelephonyMediaregionsRequestEntityTooLarge) IsClientError

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

func (*GetTelephonyMediaregionsRequestEntityTooLarge) IsCode

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

func (*GetTelephonyMediaregionsRequestEntityTooLarge) IsRedirect

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

func (*GetTelephonyMediaregionsRequestEntityTooLarge) IsServerError

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

func (*GetTelephonyMediaregionsRequestEntityTooLarge) IsSuccess

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

func (*GetTelephonyMediaregionsRequestEntityTooLarge) String

type GetTelephonyMediaregionsRequestTimeout

type GetTelephonyMediaregionsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetTelephonyMediaregionsRequestTimeout 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 NewGetTelephonyMediaregionsRequestTimeout

func NewGetTelephonyMediaregionsRequestTimeout() *GetTelephonyMediaregionsRequestTimeout

NewGetTelephonyMediaregionsRequestTimeout creates a GetTelephonyMediaregionsRequestTimeout with default headers values

func (*GetTelephonyMediaregionsRequestTimeout) Error

func (*GetTelephonyMediaregionsRequestTimeout) GetPayload

func (*GetTelephonyMediaregionsRequestTimeout) IsClientError

func (o *GetTelephonyMediaregionsRequestTimeout) IsClientError() bool

IsClientError returns true when this get telephony mediaregions request timeout response has a 4xx status code

func (*GetTelephonyMediaregionsRequestTimeout) IsCode

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

func (*GetTelephonyMediaregionsRequestTimeout) IsRedirect

IsRedirect returns true when this get telephony mediaregions request timeout response has a 3xx status code

func (*GetTelephonyMediaregionsRequestTimeout) IsServerError

func (o *GetTelephonyMediaregionsRequestTimeout) IsServerError() bool

IsServerError returns true when this get telephony mediaregions request timeout response has a 5xx status code

func (*GetTelephonyMediaregionsRequestTimeout) IsSuccess

IsSuccess returns true when this get telephony mediaregions request timeout response has a 2xx status code

func (*GetTelephonyMediaregionsRequestTimeout) String

type GetTelephonyMediaregionsServiceUnavailable

type GetTelephonyMediaregionsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetTelephonyMediaregionsServiceUnavailable 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 NewGetTelephonyMediaregionsServiceUnavailable

func NewGetTelephonyMediaregionsServiceUnavailable() *GetTelephonyMediaregionsServiceUnavailable

NewGetTelephonyMediaregionsServiceUnavailable creates a GetTelephonyMediaregionsServiceUnavailable with default headers values

func (*GetTelephonyMediaregionsServiceUnavailable) Error

func (*GetTelephonyMediaregionsServiceUnavailable) GetPayload

func (*GetTelephonyMediaregionsServiceUnavailable) IsClientError

IsClientError returns true when this get telephony mediaregions service unavailable response has a 4xx status code

func (*GetTelephonyMediaregionsServiceUnavailable) IsCode

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

func (*GetTelephonyMediaregionsServiceUnavailable) IsRedirect

IsRedirect returns true when this get telephony mediaregions service unavailable response has a 3xx status code

func (*GetTelephonyMediaregionsServiceUnavailable) IsServerError

IsServerError returns true when this get telephony mediaregions service unavailable response has a 5xx status code

func (*GetTelephonyMediaregionsServiceUnavailable) IsSuccess

IsSuccess returns true when this get telephony mediaregions service unavailable response has a 2xx status code

func (*GetTelephonyMediaregionsServiceUnavailable) String

type GetTelephonyMediaregionsTooManyRequests

type GetTelephonyMediaregionsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonyMediaregionsTooManyRequests

func NewGetTelephonyMediaregionsTooManyRequests() *GetTelephonyMediaregionsTooManyRequests

NewGetTelephonyMediaregionsTooManyRequests creates a GetTelephonyMediaregionsTooManyRequests with default headers values

func (*GetTelephonyMediaregionsTooManyRequests) Error

func (*GetTelephonyMediaregionsTooManyRequests) GetPayload

func (*GetTelephonyMediaregionsTooManyRequests) IsClientError

func (o *GetTelephonyMediaregionsTooManyRequests) IsClientError() bool

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

func (*GetTelephonyMediaregionsTooManyRequests) IsCode

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

func (*GetTelephonyMediaregionsTooManyRequests) IsRedirect

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

func (*GetTelephonyMediaregionsTooManyRequests) IsServerError

func (o *GetTelephonyMediaregionsTooManyRequests) IsServerError() bool

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

func (*GetTelephonyMediaregionsTooManyRequests) IsSuccess

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

func (*GetTelephonyMediaregionsTooManyRequests) String

type GetTelephonyMediaregionsUnauthorized

type GetTelephonyMediaregionsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTelephonyMediaregionsUnauthorized

func NewGetTelephonyMediaregionsUnauthorized() *GetTelephonyMediaregionsUnauthorized

NewGetTelephonyMediaregionsUnauthorized creates a GetTelephonyMediaregionsUnauthorized with default headers values

func (*GetTelephonyMediaregionsUnauthorized) Error

func (*GetTelephonyMediaregionsUnauthorized) GetPayload

func (*GetTelephonyMediaregionsUnauthorized) IsClientError

func (o *GetTelephonyMediaregionsUnauthorized) IsClientError() bool

IsClientError returns true when this get telephony mediaregions unauthorized response has a 4xx status code

func (*GetTelephonyMediaregionsUnauthorized) IsCode

IsCode returns true when this get telephony mediaregions unauthorized response a status code equal to that given

func (*GetTelephonyMediaregionsUnauthorized) IsRedirect

IsRedirect returns true when this get telephony mediaregions unauthorized response has a 3xx status code

func (*GetTelephonyMediaregionsUnauthorized) IsServerError

func (o *GetTelephonyMediaregionsUnauthorized) IsServerError() bool

IsServerError returns true when this get telephony mediaregions unauthorized response has a 5xx status code

func (*GetTelephonyMediaregionsUnauthorized) IsSuccess

IsSuccess returns true when this get telephony mediaregions unauthorized response has a 2xx status code

func (*GetTelephonyMediaregionsUnauthorized) String

type GetTelephonyMediaregionsUnsupportedMediaType

type GetTelephonyMediaregionsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetTelephonyMediaregionsUnsupportedMediaType 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 NewGetTelephonyMediaregionsUnsupportedMediaType

func NewGetTelephonyMediaregionsUnsupportedMediaType() *GetTelephonyMediaregionsUnsupportedMediaType

NewGetTelephonyMediaregionsUnsupportedMediaType creates a GetTelephonyMediaregionsUnsupportedMediaType with default headers values

func (*GetTelephonyMediaregionsUnsupportedMediaType) Error

func (*GetTelephonyMediaregionsUnsupportedMediaType) GetPayload

func (*GetTelephonyMediaregionsUnsupportedMediaType) IsClientError

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

func (*GetTelephonyMediaregionsUnsupportedMediaType) IsCode

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

func (*GetTelephonyMediaregionsUnsupportedMediaType) IsRedirect

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

func (*GetTelephonyMediaregionsUnsupportedMediaType) IsServerError

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

func (*GetTelephonyMediaregionsUnsupportedMediaType) IsSuccess

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

func (*GetTelephonyMediaregionsUnsupportedMediaType) String

type GetTelephonySiptracesBadRequest

type GetTelephonySiptracesBadRequest struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesBadRequest 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 NewGetTelephonySiptracesBadRequest

func NewGetTelephonySiptracesBadRequest() *GetTelephonySiptracesBadRequest

NewGetTelephonySiptracesBadRequest creates a GetTelephonySiptracesBadRequest with default headers values

func (*GetTelephonySiptracesBadRequest) Error

func (*GetTelephonySiptracesBadRequest) GetPayload

func (*GetTelephonySiptracesBadRequest) IsClientError

func (o *GetTelephonySiptracesBadRequest) IsClientError() bool

IsClientError returns true when this get telephony siptraces bad request response has a 4xx status code

func (*GetTelephonySiptracesBadRequest) IsCode

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

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

func (*GetTelephonySiptracesBadRequest) IsRedirect

func (o *GetTelephonySiptracesBadRequest) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces bad request response has a 3xx status code

func (*GetTelephonySiptracesBadRequest) IsServerError

func (o *GetTelephonySiptracesBadRequest) IsServerError() bool

IsServerError returns true when this get telephony siptraces bad request response has a 5xx status code

func (*GetTelephonySiptracesBadRequest) IsSuccess

func (o *GetTelephonySiptracesBadRequest) IsSuccess() bool

IsSuccess returns true when this get telephony siptraces bad request response has a 2xx status code

func (*GetTelephonySiptracesBadRequest) String

type GetTelephonySiptracesDownloadDownloadIDAccepted

type GetTelephonySiptracesDownloadDownloadIDAccepted struct {
	Payload *models.SignedURLResponse
}

GetTelephonySiptracesDownloadDownloadIDAccepted describes a response with status code 202, with default header values.

Request to download pcap file has been accepted

func NewGetTelephonySiptracesDownloadDownloadIDAccepted

func NewGetTelephonySiptracesDownloadDownloadIDAccepted() *GetTelephonySiptracesDownloadDownloadIDAccepted

NewGetTelephonySiptracesDownloadDownloadIDAccepted creates a GetTelephonySiptracesDownloadDownloadIDAccepted with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) Error

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) IsClientError

IsClientError returns true when this get telephony siptraces download download Id accepted response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) IsCode

IsCode returns true when this get telephony siptraces download download Id accepted response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id accepted response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) IsServerError

IsServerError returns true when this get telephony siptraces download download Id accepted response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id accepted response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDAccepted) String

type GetTelephonySiptracesDownloadDownloadIDBadRequest

type GetTelephonySiptracesDownloadDownloadIDBadRequest struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesDownloadDownloadIDBadRequest 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 NewGetTelephonySiptracesDownloadDownloadIDBadRequest

func NewGetTelephonySiptracesDownloadDownloadIDBadRequest() *GetTelephonySiptracesDownloadDownloadIDBadRequest

NewGetTelephonySiptracesDownloadDownloadIDBadRequest creates a GetTelephonySiptracesDownloadDownloadIDBadRequest with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) Error

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) IsClientError

IsClientError returns true when this get telephony siptraces download download Id bad request response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) IsCode

IsCode returns true when this get telephony siptraces download download Id bad request response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id bad request response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) IsServerError

IsServerError returns true when this get telephony siptraces download download Id bad request response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id bad request response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDBadRequest) String

type GetTelephonySiptracesDownloadDownloadIDForbidden

type GetTelephonySiptracesDownloadDownloadIDForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTelephonySiptracesDownloadDownloadIDForbidden

func NewGetTelephonySiptracesDownloadDownloadIDForbidden() *GetTelephonySiptracesDownloadDownloadIDForbidden

NewGetTelephonySiptracesDownloadDownloadIDForbidden creates a GetTelephonySiptracesDownloadDownloadIDForbidden with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) Error

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) IsClientError

IsClientError returns true when this get telephony siptraces download download Id forbidden response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) IsCode

IsCode returns true when this get telephony siptraces download download Id forbidden response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id forbidden response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) IsServerError

IsServerError returns true when this get telephony siptraces download download Id forbidden response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id forbidden response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDForbidden) String

type GetTelephonySiptracesDownloadDownloadIDGatewayTimeout

type GetTelephonySiptracesDownloadDownloadIDGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTelephonySiptracesDownloadDownloadIDGatewayTimeout

func NewGetTelephonySiptracesDownloadDownloadIDGatewayTimeout() *GetTelephonySiptracesDownloadDownloadIDGatewayTimeout

NewGetTelephonySiptracesDownloadDownloadIDGatewayTimeout creates a GetTelephonySiptracesDownloadDownloadIDGatewayTimeout with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) Error

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) IsClientError

IsClientError returns true when this get telephony siptraces download download Id gateway timeout response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) IsCode

IsCode returns true when this get telephony siptraces download download Id gateway timeout response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id gateway timeout response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) IsServerError

IsServerError returns true when this get telephony siptraces download download Id gateway timeout response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id gateway timeout response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDGatewayTimeout) String

type GetTelephonySiptracesDownloadDownloadIDInternalServerError

type GetTelephonySiptracesDownloadDownloadIDInternalServerError struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesDownloadDownloadIDInternalServerError 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 NewGetTelephonySiptracesDownloadDownloadIDInternalServerError

func NewGetTelephonySiptracesDownloadDownloadIDInternalServerError() *GetTelephonySiptracesDownloadDownloadIDInternalServerError

NewGetTelephonySiptracesDownloadDownloadIDInternalServerError creates a GetTelephonySiptracesDownloadDownloadIDInternalServerError with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) Error

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) IsClientError

IsClientError returns true when this get telephony siptraces download download Id internal server error response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) IsCode

IsCode returns true when this get telephony siptraces download download Id internal server error response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id internal server error response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) IsServerError

IsServerError returns true when this get telephony siptraces download download Id internal server error response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id internal server error response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDInternalServerError) String

type GetTelephonySiptracesDownloadDownloadIDNotFound

type GetTelephonySiptracesDownloadDownloadIDNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTelephonySiptracesDownloadDownloadIDNotFound

func NewGetTelephonySiptracesDownloadDownloadIDNotFound() *GetTelephonySiptracesDownloadDownloadIDNotFound

NewGetTelephonySiptracesDownloadDownloadIDNotFound creates a GetTelephonySiptracesDownloadDownloadIDNotFound with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) Error

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) IsClientError

IsClientError returns true when this get telephony siptraces download download Id not found response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) IsCode

IsCode returns true when this get telephony siptraces download download Id not found response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id not found response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) IsServerError

IsServerError returns true when this get telephony siptraces download download Id not found response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id not found response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDNotFound) String

type GetTelephonySiptracesDownloadDownloadIDOK

type GetTelephonySiptracesDownloadDownloadIDOK struct {
	Payload *models.SignedURLResponse
}

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

successful operation

func NewGetTelephonySiptracesDownloadDownloadIDOK

func NewGetTelephonySiptracesDownloadDownloadIDOK() *GetTelephonySiptracesDownloadDownloadIDOK

NewGetTelephonySiptracesDownloadDownloadIDOK creates a GetTelephonySiptracesDownloadDownloadIDOK with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDOK) Error

func (*GetTelephonySiptracesDownloadDownloadIDOK) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDOK) IsClientError

IsClientError returns true when this get telephony siptraces download download Id o k response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDOK) IsCode

IsCode returns true when this get telephony siptraces download download Id o k response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDOK) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id o k response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDOK) IsServerError

IsServerError returns true when this get telephony siptraces download download Id o k response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDOK) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id o k response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDOK) String

type GetTelephonySiptracesDownloadDownloadIDParams

type GetTelephonySiptracesDownloadDownloadIDParams struct {

	/* DownloadID.

	   unique id for the downloaded file in S3
	*/
	DownloadID string

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

GetTelephonySiptracesDownloadDownloadIDParams contains all the parameters to send to the API endpoint

for the get telephony siptraces download download Id operation.

Typically these are written to a http.Request.

func NewGetTelephonySiptracesDownloadDownloadIDParams

func NewGetTelephonySiptracesDownloadDownloadIDParams() *GetTelephonySiptracesDownloadDownloadIDParams

NewGetTelephonySiptracesDownloadDownloadIDParams creates a new GetTelephonySiptracesDownloadDownloadIDParams 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 NewGetTelephonySiptracesDownloadDownloadIDParamsWithContext

func NewGetTelephonySiptracesDownloadDownloadIDParamsWithContext(ctx context.Context) *GetTelephonySiptracesDownloadDownloadIDParams

NewGetTelephonySiptracesDownloadDownloadIDParamsWithContext creates a new GetTelephonySiptracesDownloadDownloadIDParams object with the ability to set a context for a request.

func NewGetTelephonySiptracesDownloadDownloadIDParamsWithHTTPClient

func NewGetTelephonySiptracesDownloadDownloadIDParamsWithHTTPClient(client *http.Client) *GetTelephonySiptracesDownloadDownloadIDParams

NewGetTelephonySiptracesDownloadDownloadIDParamsWithHTTPClient creates a new GetTelephonySiptracesDownloadDownloadIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetTelephonySiptracesDownloadDownloadIDParamsWithTimeout

func NewGetTelephonySiptracesDownloadDownloadIDParamsWithTimeout(timeout time.Duration) *GetTelephonySiptracesDownloadDownloadIDParams

NewGetTelephonySiptracesDownloadDownloadIDParamsWithTimeout creates a new GetTelephonySiptracesDownloadDownloadIDParams object with the ability to set a timeout on a request.

func (*GetTelephonySiptracesDownloadDownloadIDParams) SetContext

SetContext adds the context to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) SetDefaults

SetDefaults hydrates default values in the get telephony siptraces download download Id params (not the query body).

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

func (*GetTelephonySiptracesDownloadDownloadIDParams) SetDownloadID

func (o *GetTelephonySiptracesDownloadDownloadIDParams) SetDownloadID(downloadID string)

SetDownloadID adds the downloadId to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) SetTimeout

SetTimeout adds the timeout to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) WithContext

WithContext adds the context to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) WithDefaults

WithDefaults hydrates default values in the get telephony siptraces download download Id params (not the query body).

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

func (*GetTelephonySiptracesDownloadDownloadIDParams) WithDownloadID

WithDownloadID adds the downloadID to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) WithTimeout

WithTimeout adds the timeout to the get telephony siptraces download download Id params

func (*GetTelephonySiptracesDownloadDownloadIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTelephonySiptracesDownloadDownloadIDReader

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

GetTelephonySiptracesDownloadDownloadIDReader is a Reader for the GetTelephonySiptracesDownloadDownloadID structure.

func (*GetTelephonySiptracesDownloadDownloadIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge

type GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge

func NewGetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge() *GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge

NewGetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge creates a GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) Error

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) IsClientError

IsClientError returns true when this get telephony siptraces download download Id request entity too large response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) IsCode

IsCode returns true when this get telephony siptraces download download Id request entity too large response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id request entity too large response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) IsServerError

IsServerError returns true when this get telephony siptraces download download Id request entity too large response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id request entity too large response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestEntityTooLarge) String

type GetTelephonySiptracesDownloadDownloadIDRequestTimeout

type GetTelephonySiptracesDownloadDownloadIDRequestTimeout struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesDownloadDownloadIDRequestTimeout 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 NewGetTelephonySiptracesDownloadDownloadIDRequestTimeout

func NewGetTelephonySiptracesDownloadDownloadIDRequestTimeout() *GetTelephonySiptracesDownloadDownloadIDRequestTimeout

NewGetTelephonySiptracesDownloadDownloadIDRequestTimeout creates a GetTelephonySiptracesDownloadDownloadIDRequestTimeout with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) Error

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) IsClientError

IsClientError returns true when this get telephony siptraces download download Id request timeout response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) IsCode

IsCode returns true when this get telephony siptraces download download Id request timeout response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id request timeout response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) IsServerError

IsServerError returns true when this get telephony siptraces download download Id request timeout response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id request timeout response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDRequestTimeout) String

type GetTelephonySiptracesDownloadDownloadIDServiceUnavailable

type GetTelephonySiptracesDownloadDownloadIDServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesDownloadDownloadIDServiceUnavailable 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 NewGetTelephonySiptracesDownloadDownloadIDServiceUnavailable

func NewGetTelephonySiptracesDownloadDownloadIDServiceUnavailable() *GetTelephonySiptracesDownloadDownloadIDServiceUnavailable

NewGetTelephonySiptracesDownloadDownloadIDServiceUnavailable creates a GetTelephonySiptracesDownloadDownloadIDServiceUnavailable with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) Error

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) IsClientError

IsClientError returns true when this get telephony siptraces download download Id service unavailable response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) IsCode

IsCode returns true when this get telephony siptraces download download Id service unavailable response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id service unavailable response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) IsServerError

IsServerError returns true when this get telephony siptraces download download Id service unavailable response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id service unavailable response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDServiceUnavailable) String

type GetTelephonySiptracesDownloadDownloadIDTooManyRequests

type GetTelephonySiptracesDownloadDownloadIDTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonySiptracesDownloadDownloadIDTooManyRequests

func NewGetTelephonySiptracesDownloadDownloadIDTooManyRequests() *GetTelephonySiptracesDownloadDownloadIDTooManyRequests

NewGetTelephonySiptracesDownloadDownloadIDTooManyRequests creates a GetTelephonySiptracesDownloadDownloadIDTooManyRequests with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) Error

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) IsClientError

IsClientError returns true when this get telephony siptraces download download Id too many requests response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) IsCode

IsCode returns true when this get telephony siptraces download download Id too many requests response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id too many requests response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) IsServerError

IsServerError returns true when this get telephony siptraces download download Id too many requests response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id too many requests response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDTooManyRequests) String

type GetTelephonySiptracesDownloadDownloadIDUnauthorized

type GetTelephonySiptracesDownloadDownloadIDUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTelephonySiptracesDownloadDownloadIDUnauthorized

func NewGetTelephonySiptracesDownloadDownloadIDUnauthorized() *GetTelephonySiptracesDownloadDownloadIDUnauthorized

NewGetTelephonySiptracesDownloadDownloadIDUnauthorized creates a GetTelephonySiptracesDownloadDownloadIDUnauthorized with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) Error

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) IsClientError

IsClientError returns true when this get telephony siptraces download download Id unauthorized response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) IsCode

IsCode returns true when this get telephony siptraces download download Id unauthorized response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id unauthorized response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) IsServerError

IsServerError returns true when this get telephony siptraces download download Id unauthorized response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id unauthorized response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnauthorized) String

type GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType

type GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType 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 NewGetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType

func NewGetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType() *GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType

NewGetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType creates a GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType with default headers values

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) Error

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) GetPayload

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) IsClientError

IsClientError returns true when this get telephony siptraces download download Id unsupported media type response has a 4xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) IsCode

IsCode returns true when this get telephony siptraces download download Id unsupported media type response a status code equal to that given

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get telephony siptraces download download Id unsupported media type response has a 3xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) IsServerError

IsServerError returns true when this get telephony siptraces download download Id unsupported media type response has a 5xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get telephony siptraces download download Id unsupported media type response has a 2xx status code

func (*GetTelephonySiptracesDownloadDownloadIDUnsupportedMediaType) String

type GetTelephonySiptracesForbidden

type GetTelephonySiptracesForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetTelephonySiptracesForbidden

func NewGetTelephonySiptracesForbidden() *GetTelephonySiptracesForbidden

NewGetTelephonySiptracesForbidden creates a GetTelephonySiptracesForbidden with default headers values

func (*GetTelephonySiptracesForbidden) Error

func (*GetTelephonySiptracesForbidden) GetPayload

func (*GetTelephonySiptracesForbidden) IsClientError

func (o *GetTelephonySiptracesForbidden) IsClientError() bool

IsClientError returns true when this get telephony siptraces forbidden response has a 4xx status code

func (*GetTelephonySiptracesForbidden) IsCode

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

IsCode returns true when this get telephony siptraces forbidden response a status code equal to that given

func (*GetTelephonySiptracesForbidden) IsRedirect

func (o *GetTelephonySiptracesForbidden) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces forbidden response has a 3xx status code

func (*GetTelephonySiptracesForbidden) IsServerError

func (o *GetTelephonySiptracesForbidden) IsServerError() bool

IsServerError returns true when this get telephony siptraces forbidden response has a 5xx status code

func (*GetTelephonySiptracesForbidden) IsSuccess

func (o *GetTelephonySiptracesForbidden) IsSuccess() bool

IsSuccess returns true when this get telephony siptraces forbidden response has a 2xx status code

func (*GetTelephonySiptracesForbidden) String

type GetTelephonySiptracesGatewayTimeout

type GetTelephonySiptracesGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetTelephonySiptracesGatewayTimeout

func NewGetTelephonySiptracesGatewayTimeout() *GetTelephonySiptracesGatewayTimeout

NewGetTelephonySiptracesGatewayTimeout creates a GetTelephonySiptracesGatewayTimeout with default headers values

func (*GetTelephonySiptracesGatewayTimeout) Error

func (*GetTelephonySiptracesGatewayTimeout) GetPayload

func (*GetTelephonySiptracesGatewayTimeout) IsClientError

func (o *GetTelephonySiptracesGatewayTimeout) IsClientError() bool

IsClientError returns true when this get telephony siptraces gateway timeout response has a 4xx status code

func (*GetTelephonySiptracesGatewayTimeout) IsCode

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

func (*GetTelephonySiptracesGatewayTimeout) IsRedirect

func (o *GetTelephonySiptracesGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces gateway timeout response has a 3xx status code

func (*GetTelephonySiptracesGatewayTimeout) IsServerError

func (o *GetTelephonySiptracesGatewayTimeout) IsServerError() bool

IsServerError returns true when this get telephony siptraces gateway timeout response has a 5xx status code

func (*GetTelephonySiptracesGatewayTimeout) IsSuccess

IsSuccess returns true when this get telephony siptraces gateway timeout response has a 2xx status code

func (*GetTelephonySiptracesGatewayTimeout) String

type GetTelephonySiptracesInternalServerError

type GetTelephonySiptracesInternalServerError struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesInternalServerError 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 NewGetTelephonySiptracesInternalServerError

func NewGetTelephonySiptracesInternalServerError() *GetTelephonySiptracesInternalServerError

NewGetTelephonySiptracesInternalServerError creates a GetTelephonySiptracesInternalServerError with default headers values

func (*GetTelephonySiptracesInternalServerError) Error

func (*GetTelephonySiptracesInternalServerError) GetPayload

func (*GetTelephonySiptracesInternalServerError) IsClientError

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

func (*GetTelephonySiptracesInternalServerError) IsCode

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

func (*GetTelephonySiptracesInternalServerError) IsRedirect

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

func (*GetTelephonySiptracesInternalServerError) IsServerError

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

func (*GetTelephonySiptracesInternalServerError) IsSuccess

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

func (*GetTelephonySiptracesInternalServerError) String

type GetTelephonySiptracesNotFound

type GetTelephonySiptracesNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetTelephonySiptracesNotFound

func NewGetTelephonySiptracesNotFound() *GetTelephonySiptracesNotFound

NewGetTelephonySiptracesNotFound creates a GetTelephonySiptracesNotFound with default headers values

func (*GetTelephonySiptracesNotFound) Error

func (*GetTelephonySiptracesNotFound) GetPayload

func (*GetTelephonySiptracesNotFound) IsClientError

func (o *GetTelephonySiptracesNotFound) IsClientError() bool

IsClientError returns true when this get telephony siptraces not found response has a 4xx status code

func (*GetTelephonySiptracesNotFound) IsCode

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

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

func (*GetTelephonySiptracesNotFound) IsRedirect

func (o *GetTelephonySiptracesNotFound) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces not found response has a 3xx status code

func (*GetTelephonySiptracesNotFound) IsServerError

func (o *GetTelephonySiptracesNotFound) IsServerError() bool

IsServerError returns true when this get telephony siptraces not found response has a 5xx status code

func (*GetTelephonySiptracesNotFound) IsSuccess

func (o *GetTelephonySiptracesNotFound) IsSuccess() bool

IsSuccess returns true when this get telephony siptraces not found response has a 2xx status code

func (*GetTelephonySiptracesNotFound) String

type GetTelephonySiptracesOK

type GetTelephonySiptracesOK struct {
	Payload *models.SipSearchResult
}

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

successful operation

func NewGetTelephonySiptracesOK

func NewGetTelephonySiptracesOK() *GetTelephonySiptracesOK

NewGetTelephonySiptracesOK creates a GetTelephonySiptracesOK with default headers values

func (*GetTelephonySiptracesOK) Error

func (o *GetTelephonySiptracesOK) Error() string

func (*GetTelephonySiptracesOK) GetPayload

func (*GetTelephonySiptracesOK) IsClientError

func (o *GetTelephonySiptracesOK) IsClientError() bool

IsClientError returns true when this get telephony siptraces o k response has a 4xx status code

func (*GetTelephonySiptracesOK) IsCode

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

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

func (*GetTelephonySiptracesOK) IsRedirect

func (o *GetTelephonySiptracesOK) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces o k response has a 3xx status code

func (*GetTelephonySiptracesOK) IsServerError

func (o *GetTelephonySiptracesOK) IsServerError() bool

IsServerError returns true when this get telephony siptraces o k response has a 5xx status code

func (*GetTelephonySiptracesOK) IsSuccess

func (o *GetTelephonySiptracesOK) IsSuccess() bool

IsSuccess returns true when this get telephony siptraces o k response has a 2xx status code

func (*GetTelephonySiptracesOK) String

func (o *GetTelephonySiptracesOK) String() string

type GetTelephonySiptracesParams

type GetTelephonySiptracesParams struct {

	/* CallID.

	   unique identification of the placed call
	*/
	CallID *string

	/* ConversationID.

	   Unique identification of the conversation
	*/
	ConversationID *string

	/* DateEnd.

	   End date of the search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z

	   Format: date-time
	*/
	DateEnd strfmt.DateTime

	/* DateStart.

	   Start date of the search. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z

	   Format: date-time
	*/
	DateStart strfmt.DateTime

	/* FromUser.

	   user who placed the call
	*/
	FromUser *string

	/* ToUser.

	   User to who the call was placed
	*/
	ToUser *string

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

GetTelephonySiptracesParams contains all the parameters to send to the API endpoint

for the get telephony siptraces operation.

Typically these are written to a http.Request.

func NewGetTelephonySiptracesParams

func NewGetTelephonySiptracesParams() *GetTelephonySiptracesParams

NewGetTelephonySiptracesParams creates a new GetTelephonySiptracesParams 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 NewGetTelephonySiptracesParamsWithContext

func NewGetTelephonySiptracesParamsWithContext(ctx context.Context) *GetTelephonySiptracesParams

NewGetTelephonySiptracesParamsWithContext creates a new GetTelephonySiptracesParams object with the ability to set a context for a request.

func NewGetTelephonySiptracesParamsWithHTTPClient

func NewGetTelephonySiptracesParamsWithHTTPClient(client *http.Client) *GetTelephonySiptracesParams

NewGetTelephonySiptracesParamsWithHTTPClient creates a new GetTelephonySiptracesParams object with the ability to set a custom HTTPClient for a request.

func NewGetTelephonySiptracesParamsWithTimeout

func NewGetTelephonySiptracesParamsWithTimeout(timeout time.Duration) *GetTelephonySiptracesParams

NewGetTelephonySiptracesParamsWithTimeout creates a new GetTelephonySiptracesParams object with the ability to set a timeout on a request.

func (*GetTelephonySiptracesParams) SetCallID

func (o *GetTelephonySiptracesParams) SetCallID(callID *string)

SetCallID adds the callId to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetContext

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

SetContext adds the context to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetConversationID

func (o *GetTelephonySiptracesParams) SetConversationID(conversationID *string)

SetConversationID adds the conversationId to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetDateEnd

func (o *GetTelephonySiptracesParams) SetDateEnd(dateEnd strfmt.DateTime)

SetDateEnd adds the dateEnd to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetDateStart

func (o *GetTelephonySiptracesParams) SetDateStart(dateStart strfmt.DateTime)

SetDateStart adds the dateStart to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetDefaults

func (o *GetTelephonySiptracesParams) SetDefaults()

SetDefaults hydrates default values in the get telephony siptraces params (not the query body).

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

func (*GetTelephonySiptracesParams) SetFromUser

func (o *GetTelephonySiptracesParams) SetFromUser(fromUser *string)

SetFromUser adds the fromUser to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetTimeout

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

SetTimeout adds the timeout to the get telephony siptraces params

func (*GetTelephonySiptracesParams) SetToUser

func (o *GetTelephonySiptracesParams) SetToUser(toUser *string)

SetToUser adds the toUser to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithCallID

WithCallID adds the callID to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithContext

WithContext adds the context to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithConversationID

func (o *GetTelephonySiptracesParams) WithConversationID(conversationID *string) *GetTelephonySiptracesParams

WithConversationID adds the conversationID to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithDateEnd

WithDateEnd adds the dateEnd to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithDateStart

WithDateStart adds the dateStart to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithDefaults

WithDefaults hydrates default values in the get telephony siptraces params (not the query body).

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

func (*GetTelephonySiptracesParams) WithFromUser

WithFromUser adds the fromUser to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithTimeout

WithTimeout adds the timeout to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WithToUser

WithToUser adds the toUser to the get telephony siptraces params

func (*GetTelephonySiptracesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTelephonySiptracesReader

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

GetTelephonySiptracesReader is a Reader for the GetTelephonySiptraces structure.

func (*GetTelephonySiptracesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTelephonySiptracesRequestEntityTooLarge

type GetTelephonySiptracesRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonySiptracesRequestEntityTooLarge

func NewGetTelephonySiptracesRequestEntityTooLarge() *GetTelephonySiptracesRequestEntityTooLarge

NewGetTelephonySiptracesRequestEntityTooLarge creates a GetTelephonySiptracesRequestEntityTooLarge with default headers values

func (*GetTelephonySiptracesRequestEntityTooLarge) Error

func (*GetTelephonySiptracesRequestEntityTooLarge) GetPayload

func (*GetTelephonySiptracesRequestEntityTooLarge) IsClientError

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

func (*GetTelephonySiptracesRequestEntityTooLarge) IsCode

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

func (*GetTelephonySiptracesRequestEntityTooLarge) IsRedirect

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

func (*GetTelephonySiptracesRequestEntityTooLarge) IsServerError

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

func (*GetTelephonySiptracesRequestEntityTooLarge) IsSuccess

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

func (*GetTelephonySiptracesRequestEntityTooLarge) String

type GetTelephonySiptracesRequestTimeout

type GetTelephonySiptracesRequestTimeout struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesRequestTimeout 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 NewGetTelephonySiptracesRequestTimeout

func NewGetTelephonySiptracesRequestTimeout() *GetTelephonySiptracesRequestTimeout

NewGetTelephonySiptracesRequestTimeout creates a GetTelephonySiptracesRequestTimeout with default headers values

func (*GetTelephonySiptracesRequestTimeout) Error

func (*GetTelephonySiptracesRequestTimeout) GetPayload

func (*GetTelephonySiptracesRequestTimeout) IsClientError

func (o *GetTelephonySiptracesRequestTimeout) IsClientError() bool

IsClientError returns true when this get telephony siptraces request timeout response has a 4xx status code

func (*GetTelephonySiptracesRequestTimeout) IsCode

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

func (*GetTelephonySiptracesRequestTimeout) IsRedirect

func (o *GetTelephonySiptracesRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces request timeout response has a 3xx status code

func (*GetTelephonySiptracesRequestTimeout) IsServerError

func (o *GetTelephonySiptracesRequestTimeout) IsServerError() bool

IsServerError returns true when this get telephony siptraces request timeout response has a 5xx status code

func (*GetTelephonySiptracesRequestTimeout) IsSuccess

IsSuccess returns true when this get telephony siptraces request timeout response has a 2xx status code

func (*GetTelephonySiptracesRequestTimeout) String

type GetTelephonySiptracesServiceUnavailable

type GetTelephonySiptracesServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesServiceUnavailable 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 NewGetTelephonySiptracesServiceUnavailable

func NewGetTelephonySiptracesServiceUnavailable() *GetTelephonySiptracesServiceUnavailable

NewGetTelephonySiptracesServiceUnavailable creates a GetTelephonySiptracesServiceUnavailable with default headers values

func (*GetTelephonySiptracesServiceUnavailable) Error

func (*GetTelephonySiptracesServiceUnavailable) GetPayload

func (*GetTelephonySiptracesServiceUnavailable) IsClientError

func (o *GetTelephonySiptracesServiceUnavailable) IsClientError() bool

IsClientError returns true when this get telephony siptraces service unavailable response has a 4xx status code

func (*GetTelephonySiptracesServiceUnavailable) IsCode

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

func (*GetTelephonySiptracesServiceUnavailable) IsRedirect

IsRedirect returns true when this get telephony siptraces service unavailable response has a 3xx status code

func (*GetTelephonySiptracesServiceUnavailable) IsServerError

func (o *GetTelephonySiptracesServiceUnavailable) IsServerError() bool

IsServerError returns true when this get telephony siptraces service unavailable response has a 5xx status code

func (*GetTelephonySiptracesServiceUnavailable) IsSuccess

IsSuccess returns true when this get telephony siptraces service unavailable response has a 2xx status code

func (*GetTelephonySiptracesServiceUnavailable) String

type GetTelephonySiptracesTooManyRequests

type GetTelephonySiptracesTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetTelephonySiptracesTooManyRequests

func NewGetTelephonySiptracesTooManyRequests() *GetTelephonySiptracesTooManyRequests

NewGetTelephonySiptracesTooManyRequests creates a GetTelephonySiptracesTooManyRequests with default headers values

func (*GetTelephonySiptracesTooManyRequests) Error

func (*GetTelephonySiptracesTooManyRequests) GetPayload

func (*GetTelephonySiptracesTooManyRequests) IsClientError

func (o *GetTelephonySiptracesTooManyRequests) IsClientError() bool

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

func (*GetTelephonySiptracesTooManyRequests) IsCode

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

func (*GetTelephonySiptracesTooManyRequests) IsRedirect

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

func (*GetTelephonySiptracesTooManyRequests) IsServerError

func (o *GetTelephonySiptracesTooManyRequests) IsServerError() bool

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

func (*GetTelephonySiptracesTooManyRequests) IsSuccess

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

func (*GetTelephonySiptracesTooManyRequests) String

type GetTelephonySiptracesUnauthorized

type GetTelephonySiptracesUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetTelephonySiptracesUnauthorized

func NewGetTelephonySiptracesUnauthorized() *GetTelephonySiptracesUnauthorized

NewGetTelephonySiptracesUnauthorized creates a GetTelephonySiptracesUnauthorized with default headers values

func (*GetTelephonySiptracesUnauthorized) Error

func (*GetTelephonySiptracesUnauthorized) GetPayload

func (*GetTelephonySiptracesUnauthorized) IsClientError

func (o *GetTelephonySiptracesUnauthorized) IsClientError() bool

IsClientError returns true when this get telephony siptraces unauthorized response has a 4xx status code

func (*GetTelephonySiptracesUnauthorized) IsCode

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

IsCode returns true when this get telephony siptraces unauthorized response a status code equal to that given

func (*GetTelephonySiptracesUnauthorized) IsRedirect

func (o *GetTelephonySiptracesUnauthorized) IsRedirect() bool

IsRedirect returns true when this get telephony siptraces unauthorized response has a 3xx status code

func (*GetTelephonySiptracesUnauthorized) IsServerError

func (o *GetTelephonySiptracesUnauthorized) IsServerError() bool

IsServerError returns true when this get telephony siptraces unauthorized response has a 5xx status code

func (*GetTelephonySiptracesUnauthorized) IsSuccess

func (o *GetTelephonySiptracesUnauthorized) IsSuccess() bool

IsSuccess returns true when this get telephony siptraces unauthorized response has a 2xx status code

func (*GetTelephonySiptracesUnauthorized) String

type GetTelephonySiptracesUnsupportedMediaType

type GetTelephonySiptracesUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetTelephonySiptracesUnsupportedMediaType 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 NewGetTelephonySiptracesUnsupportedMediaType

func NewGetTelephonySiptracesUnsupportedMediaType() *GetTelephonySiptracesUnsupportedMediaType

NewGetTelephonySiptracesUnsupportedMediaType creates a GetTelephonySiptracesUnsupportedMediaType with default headers values

func (*GetTelephonySiptracesUnsupportedMediaType) Error

func (*GetTelephonySiptracesUnsupportedMediaType) GetPayload

func (*GetTelephonySiptracesUnsupportedMediaType) IsClientError

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

func (*GetTelephonySiptracesUnsupportedMediaType) IsCode

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

func (*GetTelephonySiptracesUnsupportedMediaType) IsRedirect

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

func (*GetTelephonySiptracesUnsupportedMediaType) IsServerError

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

func (*GetTelephonySiptracesUnsupportedMediaType) IsSuccess

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

func (*GetTelephonySiptracesUnsupportedMediaType) String

type PostTelephonySiptracesDownloadBadRequest

type PostTelephonySiptracesDownloadBadRequest struct {
	Payload *models.ErrorBody
}

PostTelephonySiptracesDownloadBadRequest 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 NewPostTelephonySiptracesDownloadBadRequest

func NewPostTelephonySiptracesDownloadBadRequest() *PostTelephonySiptracesDownloadBadRequest

NewPostTelephonySiptracesDownloadBadRequest creates a PostTelephonySiptracesDownloadBadRequest with default headers values

func (*PostTelephonySiptracesDownloadBadRequest) Error

func (*PostTelephonySiptracesDownloadBadRequest) GetPayload

func (*PostTelephonySiptracesDownloadBadRequest) IsClientError

IsClientError returns true when this post telephony siptraces download bad request response has a 4xx status code

func (*PostTelephonySiptracesDownloadBadRequest) IsCode

IsCode returns true when this post telephony siptraces download bad request response a status code equal to that given

func (*PostTelephonySiptracesDownloadBadRequest) IsRedirect

IsRedirect returns true when this post telephony siptraces download bad request response has a 3xx status code

func (*PostTelephonySiptracesDownloadBadRequest) IsServerError

IsServerError returns true when this post telephony siptraces download bad request response has a 5xx status code

func (*PostTelephonySiptracesDownloadBadRequest) IsSuccess

IsSuccess returns true when this post telephony siptraces download bad request response has a 2xx status code

func (*PostTelephonySiptracesDownloadBadRequest) String

type PostTelephonySiptracesDownloadForbidden

type PostTelephonySiptracesDownloadForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPostTelephonySiptracesDownloadForbidden

func NewPostTelephonySiptracesDownloadForbidden() *PostTelephonySiptracesDownloadForbidden

NewPostTelephonySiptracesDownloadForbidden creates a PostTelephonySiptracesDownloadForbidden with default headers values

func (*PostTelephonySiptracesDownloadForbidden) Error

func (*PostTelephonySiptracesDownloadForbidden) GetPayload

func (*PostTelephonySiptracesDownloadForbidden) IsClientError

func (o *PostTelephonySiptracesDownloadForbidden) IsClientError() bool

IsClientError returns true when this post telephony siptraces download forbidden response has a 4xx status code

func (*PostTelephonySiptracesDownloadForbidden) IsCode

IsCode returns true when this post telephony siptraces download forbidden response a status code equal to that given

func (*PostTelephonySiptracesDownloadForbidden) IsRedirect

IsRedirect returns true when this post telephony siptraces download forbidden response has a 3xx status code

func (*PostTelephonySiptracesDownloadForbidden) IsServerError

func (o *PostTelephonySiptracesDownloadForbidden) IsServerError() bool

IsServerError returns true when this post telephony siptraces download forbidden response has a 5xx status code

func (*PostTelephonySiptracesDownloadForbidden) IsSuccess

IsSuccess returns true when this post telephony siptraces download forbidden response has a 2xx status code

func (*PostTelephonySiptracesDownloadForbidden) String

type PostTelephonySiptracesDownloadGatewayTimeout

type PostTelephonySiptracesDownloadGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPostTelephonySiptracesDownloadGatewayTimeout

func NewPostTelephonySiptracesDownloadGatewayTimeout() *PostTelephonySiptracesDownloadGatewayTimeout

NewPostTelephonySiptracesDownloadGatewayTimeout creates a PostTelephonySiptracesDownloadGatewayTimeout with default headers values

func (*PostTelephonySiptracesDownloadGatewayTimeout) Error

func (*PostTelephonySiptracesDownloadGatewayTimeout) GetPayload

func (*PostTelephonySiptracesDownloadGatewayTimeout) IsClientError

IsClientError returns true when this post telephony siptraces download gateway timeout response has a 4xx status code

func (*PostTelephonySiptracesDownloadGatewayTimeout) IsCode

IsCode returns true when this post telephony siptraces download gateway timeout response a status code equal to that given

func (*PostTelephonySiptracesDownloadGatewayTimeout) IsRedirect

IsRedirect returns true when this post telephony siptraces download gateway timeout response has a 3xx status code

func (*PostTelephonySiptracesDownloadGatewayTimeout) IsServerError

IsServerError returns true when this post telephony siptraces download gateway timeout response has a 5xx status code

func (*PostTelephonySiptracesDownloadGatewayTimeout) IsSuccess

IsSuccess returns true when this post telephony siptraces download gateway timeout response has a 2xx status code

func (*PostTelephonySiptracesDownloadGatewayTimeout) String

type PostTelephonySiptracesDownloadInternalServerError

type PostTelephonySiptracesDownloadInternalServerError struct {
	Payload *models.ErrorBody
}

PostTelephonySiptracesDownloadInternalServerError 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 NewPostTelephonySiptracesDownloadInternalServerError

func NewPostTelephonySiptracesDownloadInternalServerError() *PostTelephonySiptracesDownloadInternalServerError

NewPostTelephonySiptracesDownloadInternalServerError creates a PostTelephonySiptracesDownloadInternalServerError with default headers values

func (*PostTelephonySiptracesDownloadInternalServerError) Error

func (*PostTelephonySiptracesDownloadInternalServerError) GetPayload

func (*PostTelephonySiptracesDownloadInternalServerError) IsClientError

IsClientError returns true when this post telephony siptraces download internal server error response has a 4xx status code

func (*PostTelephonySiptracesDownloadInternalServerError) IsCode

IsCode returns true when this post telephony siptraces download internal server error response a status code equal to that given

func (*PostTelephonySiptracesDownloadInternalServerError) IsRedirect

IsRedirect returns true when this post telephony siptraces download internal server error response has a 3xx status code

func (*PostTelephonySiptracesDownloadInternalServerError) IsServerError

IsServerError returns true when this post telephony siptraces download internal server error response has a 5xx status code

func (*PostTelephonySiptracesDownloadInternalServerError) IsSuccess

IsSuccess returns true when this post telephony siptraces download internal server error response has a 2xx status code

func (*PostTelephonySiptracesDownloadInternalServerError) String

type PostTelephonySiptracesDownloadNotFound

type PostTelephonySiptracesDownloadNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPostTelephonySiptracesDownloadNotFound

func NewPostTelephonySiptracesDownloadNotFound() *PostTelephonySiptracesDownloadNotFound

NewPostTelephonySiptracesDownloadNotFound creates a PostTelephonySiptracesDownloadNotFound with default headers values

func (*PostTelephonySiptracesDownloadNotFound) Error

func (*PostTelephonySiptracesDownloadNotFound) GetPayload

func (*PostTelephonySiptracesDownloadNotFound) IsClientError

func (o *PostTelephonySiptracesDownloadNotFound) IsClientError() bool

IsClientError returns true when this post telephony siptraces download not found response has a 4xx status code

func (*PostTelephonySiptracesDownloadNotFound) IsCode

IsCode returns true when this post telephony siptraces download not found response a status code equal to that given

func (*PostTelephonySiptracesDownloadNotFound) IsRedirect

IsRedirect returns true when this post telephony siptraces download not found response has a 3xx status code

func (*PostTelephonySiptracesDownloadNotFound) IsServerError

func (o *PostTelephonySiptracesDownloadNotFound) IsServerError() bool

IsServerError returns true when this post telephony siptraces download not found response has a 5xx status code

func (*PostTelephonySiptracesDownloadNotFound) IsSuccess

IsSuccess returns true when this post telephony siptraces download not found response has a 2xx status code

func (*PostTelephonySiptracesDownloadNotFound) String

type PostTelephonySiptracesDownloadOK

type PostTelephonySiptracesDownloadOK struct {
	Payload *models.SipDownloadResponse
}

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

successful operation

func NewPostTelephonySiptracesDownloadOK

func NewPostTelephonySiptracesDownloadOK() *PostTelephonySiptracesDownloadOK

NewPostTelephonySiptracesDownloadOK creates a PostTelephonySiptracesDownloadOK with default headers values

func (*PostTelephonySiptracesDownloadOK) Error

func (*PostTelephonySiptracesDownloadOK) GetPayload

func (*PostTelephonySiptracesDownloadOK) IsClientError

func (o *PostTelephonySiptracesDownloadOK) IsClientError() bool

IsClientError returns true when this post telephony siptraces download o k response has a 4xx status code

func (*PostTelephonySiptracesDownloadOK) IsCode

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

IsCode returns true when this post telephony siptraces download o k response a status code equal to that given

func (*PostTelephonySiptracesDownloadOK) IsRedirect

func (o *PostTelephonySiptracesDownloadOK) IsRedirect() bool

IsRedirect returns true when this post telephony siptraces download o k response has a 3xx status code

func (*PostTelephonySiptracesDownloadOK) IsServerError

func (o *PostTelephonySiptracesDownloadOK) IsServerError() bool

IsServerError returns true when this post telephony siptraces download o k response has a 5xx status code

func (*PostTelephonySiptracesDownloadOK) IsSuccess

func (o *PostTelephonySiptracesDownloadOK) IsSuccess() bool

IsSuccess returns true when this post telephony siptraces download o k response has a 2xx status code

func (*PostTelephonySiptracesDownloadOK) String

type PostTelephonySiptracesDownloadParams

type PostTelephonySiptracesDownloadParams struct {

	// SIPSearchPublicRequest.
	SIPSearchPublicRequest *models.SIPSearchPublicRequest

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

PostTelephonySiptracesDownloadParams contains all the parameters to send to the API endpoint

for the post telephony siptraces download operation.

Typically these are written to a http.Request.

func NewPostTelephonySiptracesDownloadParams

func NewPostTelephonySiptracesDownloadParams() *PostTelephonySiptracesDownloadParams

NewPostTelephonySiptracesDownloadParams creates a new PostTelephonySiptracesDownloadParams 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 NewPostTelephonySiptracesDownloadParamsWithContext

func NewPostTelephonySiptracesDownloadParamsWithContext(ctx context.Context) *PostTelephonySiptracesDownloadParams

NewPostTelephonySiptracesDownloadParamsWithContext creates a new PostTelephonySiptracesDownloadParams object with the ability to set a context for a request.

func NewPostTelephonySiptracesDownloadParamsWithHTTPClient

func NewPostTelephonySiptracesDownloadParamsWithHTTPClient(client *http.Client) *PostTelephonySiptracesDownloadParams

NewPostTelephonySiptracesDownloadParamsWithHTTPClient creates a new PostTelephonySiptracesDownloadParams object with the ability to set a custom HTTPClient for a request.

func NewPostTelephonySiptracesDownloadParamsWithTimeout

func NewPostTelephonySiptracesDownloadParamsWithTimeout(timeout time.Duration) *PostTelephonySiptracesDownloadParams

NewPostTelephonySiptracesDownloadParamsWithTimeout creates a new PostTelephonySiptracesDownloadParams object with the ability to set a timeout on a request.

func (*PostTelephonySiptracesDownloadParams) SetContext

SetContext adds the context to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) SetDefaults

func (o *PostTelephonySiptracesDownloadParams) SetDefaults()

SetDefaults hydrates default values in the post telephony siptraces download params (not the query body).

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

func (*PostTelephonySiptracesDownloadParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) SetSIPSearchPublicRequest

func (o *PostTelephonySiptracesDownloadParams) SetSIPSearchPublicRequest(sIPSearchPublicRequest *models.SIPSearchPublicRequest)

SetSIPSearchPublicRequest adds the sIpSearchPublicRequest to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) SetTimeout

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

SetTimeout adds the timeout to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) WithContext

WithContext adds the context to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) WithDefaults

WithDefaults hydrates default values in the post telephony siptraces download params (not the query body).

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

func (*PostTelephonySiptracesDownloadParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) WithSIPSearchPublicRequest

func (o *PostTelephonySiptracesDownloadParams) WithSIPSearchPublicRequest(sIPSearchPublicRequest *models.SIPSearchPublicRequest) *PostTelephonySiptracesDownloadParams

WithSIPSearchPublicRequest adds the sIPSearchPublicRequest to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) WithTimeout

WithTimeout adds the timeout to the post telephony siptraces download params

func (*PostTelephonySiptracesDownloadParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostTelephonySiptracesDownloadReader

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

PostTelephonySiptracesDownloadReader is a Reader for the PostTelephonySiptracesDownload structure.

func (*PostTelephonySiptracesDownloadReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostTelephonySiptracesDownloadRequestEntityTooLarge

type PostTelephonySiptracesDownloadRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTelephonySiptracesDownloadRequestEntityTooLarge

func NewPostTelephonySiptracesDownloadRequestEntityTooLarge() *PostTelephonySiptracesDownloadRequestEntityTooLarge

NewPostTelephonySiptracesDownloadRequestEntityTooLarge creates a PostTelephonySiptracesDownloadRequestEntityTooLarge with default headers values

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) Error

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) GetPayload

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) IsClientError

IsClientError returns true when this post telephony siptraces download request entity too large response has a 4xx status code

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) IsCode

IsCode returns true when this post telephony siptraces download request entity too large response a status code equal to that given

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post telephony siptraces download request entity too large response has a 3xx status code

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) IsServerError

IsServerError returns true when this post telephony siptraces download request entity too large response has a 5xx status code

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post telephony siptraces download request entity too large response has a 2xx status code

func (*PostTelephonySiptracesDownloadRequestEntityTooLarge) String

type PostTelephonySiptracesDownloadRequestTimeout

type PostTelephonySiptracesDownloadRequestTimeout struct {
	Payload *models.ErrorBody
}

PostTelephonySiptracesDownloadRequestTimeout 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 NewPostTelephonySiptracesDownloadRequestTimeout

func NewPostTelephonySiptracesDownloadRequestTimeout() *PostTelephonySiptracesDownloadRequestTimeout

NewPostTelephonySiptracesDownloadRequestTimeout creates a PostTelephonySiptracesDownloadRequestTimeout with default headers values

func (*PostTelephonySiptracesDownloadRequestTimeout) Error

func (*PostTelephonySiptracesDownloadRequestTimeout) GetPayload

func (*PostTelephonySiptracesDownloadRequestTimeout) IsClientError

IsClientError returns true when this post telephony siptraces download request timeout response has a 4xx status code

func (*PostTelephonySiptracesDownloadRequestTimeout) IsCode

IsCode returns true when this post telephony siptraces download request timeout response a status code equal to that given

func (*PostTelephonySiptracesDownloadRequestTimeout) IsRedirect

IsRedirect returns true when this post telephony siptraces download request timeout response has a 3xx status code

func (*PostTelephonySiptracesDownloadRequestTimeout) IsServerError

IsServerError returns true when this post telephony siptraces download request timeout response has a 5xx status code

func (*PostTelephonySiptracesDownloadRequestTimeout) IsSuccess

IsSuccess returns true when this post telephony siptraces download request timeout response has a 2xx status code

func (*PostTelephonySiptracesDownloadRequestTimeout) String

type PostTelephonySiptracesDownloadServiceUnavailable

type PostTelephonySiptracesDownloadServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostTelephonySiptracesDownloadServiceUnavailable 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 NewPostTelephonySiptracesDownloadServiceUnavailable

func NewPostTelephonySiptracesDownloadServiceUnavailable() *PostTelephonySiptracesDownloadServiceUnavailable

NewPostTelephonySiptracesDownloadServiceUnavailable creates a PostTelephonySiptracesDownloadServiceUnavailable with default headers values

func (*PostTelephonySiptracesDownloadServiceUnavailable) Error

func (*PostTelephonySiptracesDownloadServiceUnavailable) GetPayload

func (*PostTelephonySiptracesDownloadServiceUnavailable) IsClientError

IsClientError returns true when this post telephony siptraces download service unavailable response has a 4xx status code

func (*PostTelephonySiptracesDownloadServiceUnavailable) IsCode

IsCode returns true when this post telephony siptraces download service unavailable response a status code equal to that given

func (*PostTelephonySiptracesDownloadServiceUnavailable) IsRedirect

IsRedirect returns true when this post telephony siptraces download service unavailable response has a 3xx status code

func (*PostTelephonySiptracesDownloadServiceUnavailable) IsServerError

IsServerError returns true when this post telephony siptraces download service unavailable response has a 5xx status code

func (*PostTelephonySiptracesDownloadServiceUnavailable) IsSuccess

IsSuccess returns true when this post telephony siptraces download service unavailable response has a 2xx status code

func (*PostTelephonySiptracesDownloadServiceUnavailable) String

type PostTelephonySiptracesDownloadTooManyRequests

type PostTelephonySiptracesDownloadTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPostTelephonySiptracesDownloadTooManyRequests

func NewPostTelephonySiptracesDownloadTooManyRequests() *PostTelephonySiptracesDownloadTooManyRequests

NewPostTelephonySiptracesDownloadTooManyRequests creates a PostTelephonySiptracesDownloadTooManyRequests with default headers values

func (*PostTelephonySiptracesDownloadTooManyRequests) Error

func (*PostTelephonySiptracesDownloadTooManyRequests) GetPayload

func (*PostTelephonySiptracesDownloadTooManyRequests) IsClientError

IsClientError returns true when this post telephony siptraces download too many requests response has a 4xx status code

func (*PostTelephonySiptracesDownloadTooManyRequests) IsCode

IsCode returns true when this post telephony siptraces download too many requests response a status code equal to that given

func (*PostTelephonySiptracesDownloadTooManyRequests) IsRedirect

IsRedirect returns true when this post telephony siptraces download too many requests response has a 3xx status code

func (*PostTelephonySiptracesDownloadTooManyRequests) IsServerError

IsServerError returns true when this post telephony siptraces download too many requests response has a 5xx status code

func (*PostTelephonySiptracesDownloadTooManyRequests) IsSuccess

IsSuccess returns true when this post telephony siptraces download too many requests response has a 2xx status code

func (*PostTelephonySiptracesDownloadTooManyRequests) String

type PostTelephonySiptracesDownloadUnauthorized

type PostTelephonySiptracesDownloadUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPostTelephonySiptracesDownloadUnauthorized

func NewPostTelephonySiptracesDownloadUnauthorized() *PostTelephonySiptracesDownloadUnauthorized

NewPostTelephonySiptracesDownloadUnauthorized creates a PostTelephonySiptracesDownloadUnauthorized with default headers values

func (*PostTelephonySiptracesDownloadUnauthorized) Error

func (*PostTelephonySiptracesDownloadUnauthorized) GetPayload

func (*PostTelephonySiptracesDownloadUnauthorized) IsClientError

IsClientError returns true when this post telephony siptraces download unauthorized response has a 4xx status code

func (*PostTelephonySiptracesDownloadUnauthorized) IsCode

IsCode returns true when this post telephony siptraces download unauthorized response a status code equal to that given

func (*PostTelephonySiptracesDownloadUnauthorized) IsRedirect

IsRedirect returns true when this post telephony siptraces download unauthorized response has a 3xx status code

func (*PostTelephonySiptracesDownloadUnauthorized) IsServerError

IsServerError returns true when this post telephony siptraces download unauthorized response has a 5xx status code

func (*PostTelephonySiptracesDownloadUnauthorized) IsSuccess

IsSuccess returns true when this post telephony siptraces download unauthorized response has a 2xx status code

func (*PostTelephonySiptracesDownloadUnauthorized) String

type PostTelephonySiptracesDownloadUnsupportedMediaType

type PostTelephonySiptracesDownloadUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostTelephonySiptracesDownloadUnsupportedMediaType 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 NewPostTelephonySiptracesDownloadUnsupportedMediaType

func NewPostTelephonySiptracesDownloadUnsupportedMediaType() *PostTelephonySiptracesDownloadUnsupportedMediaType

NewPostTelephonySiptracesDownloadUnsupportedMediaType creates a PostTelephonySiptracesDownloadUnsupportedMediaType with default headers values

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) Error

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) GetPayload

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) IsClientError

IsClientError returns true when this post telephony siptraces download unsupported media type response has a 4xx status code

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) IsCode

IsCode returns true when this post telephony siptraces download unsupported media type response a status code equal to that given

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post telephony siptraces download unsupported media type response has a 3xx status code

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) IsServerError

IsServerError returns true when this post telephony siptraces download unsupported media type response has a 5xx status code

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post telephony siptraces download unsupported media type response has a 2xx status code

func (*PostTelephonySiptracesDownloadUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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