fax

package
v0.0.0-...-853dd42 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteFaxDocument deletes a fax document
	*/
	DeleteFaxDocument(ctx context.Context, params *DeleteFaxDocumentParams) (*DeleteFaxDocumentAccepted, error)
	/*
	   GetFaxDocument gets a document
	*/
	GetFaxDocument(ctx context.Context, params *GetFaxDocumentParams) (*GetFaxDocumentOK, error)
	/*
	   GetFaxDocumentContent downloads a fax document
	*/
	GetFaxDocumentContent(ctx context.Context, params *GetFaxDocumentContentParams) (*GetFaxDocumentContentOK, error)
	/*
	   GetFaxDocuments gets a list of fax documents
	*/
	GetFaxDocuments(ctx context.Context, params *GetFaxDocumentsParams) (*GetFaxDocumentsOK, error)
	/*
	   GetFaxSummary gets fax summary
	*/
	GetFaxSummary(ctx context.Context, params *GetFaxSummaryParams) (*GetFaxSummaryOK, error)
	/*
	   PutFaxDocument updates a fax document
	*/
	PutFaxDocument(ctx context.Context, params *PutFaxDocumentParams) (*PutFaxDocumentOK, error)
}

API is the interface of the fax client

type Client

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

Client for fax API

func New

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

New creates a new fax API client.

func (*Client) DeleteFaxDocument

func (a *Client) DeleteFaxDocument(ctx context.Context, params *DeleteFaxDocumentParams) (*DeleteFaxDocumentAccepted, error)

DeleteFaxDocument deletes a fax document

func (*Client) GetFaxDocument

func (a *Client) GetFaxDocument(ctx context.Context, params *GetFaxDocumentParams) (*GetFaxDocumentOK, error)

GetFaxDocument gets a document

func (*Client) GetFaxDocumentContent

func (a *Client) GetFaxDocumentContent(ctx context.Context, params *GetFaxDocumentContentParams) (*GetFaxDocumentContentOK, error)

GetFaxDocumentContent downloads a fax document

func (*Client) GetFaxDocuments

func (a *Client) GetFaxDocuments(ctx context.Context, params *GetFaxDocumentsParams) (*GetFaxDocumentsOK, error)

GetFaxDocuments gets a list of fax documents

func (*Client) GetFaxSummary

func (a *Client) GetFaxSummary(ctx context.Context, params *GetFaxSummaryParams) (*GetFaxSummaryOK, error)

GetFaxSummary gets fax summary

func (*Client) PutFaxDocument

func (a *Client) PutFaxDocument(ctx context.Context, params *PutFaxDocumentParams) (*PutFaxDocumentOK, error)

PutFaxDocument updates a fax document

type DeleteFaxDocumentAccepted

type DeleteFaxDocumentAccepted struct {
}

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

Accepted - Processing Delete

func NewDeleteFaxDocumentAccepted

func NewDeleteFaxDocumentAccepted() *DeleteFaxDocumentAccepted

NewDeleteFaxDocumentAccepted creates a DeleteFaxDocumentAccepted with default headers values

func (*DeleteFaxDocumentAccepted) Error

func (o *DeleteFaxDocumentAccepted) Error() string

func (*DeleteFaxDocumentAccepted) IsClientError

func (o *DeleteFaxDocumentAccepted) IsClientError() bool

IsClientError returns true when this delete fax document accepted response has a 4xx status code

func (*DeleteFaxDocumentAccepted) IsCode

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

IsCode returns true when this delete fax document accepted response a status code equal to that given

func (*DeleteFaxDocumentAccepted) IsRedirect

func (o *DeleteFaxDocumentAccepted) IsRedirect() bool

IsRedirect returns true when this delete fax document accepted response has a 3xx status code

func (*DeleteFaxDocumentAccepted) IsServerError

func (o *DeleteFaxDocumentAccepted) IsServerError() bool

IsServerError returns true when this delete fax document accepted response has a 5xx status code

func (*DeleteFaxDocumentAccepted) IsSuccess

func (o *DeleteFaxDocumentAccepted) IsSuccess() bool

IsSuccess returns true when this delete fax document accepted response has a 2xx status code

func (*DeleteFaxDocumentAccepted) String

func (o *DeleteFaxDocumentAccepted) String() string

type DeleteFaxDocumentBadRequest

type DeleteFaxDocumentBadRequest struct {
	Payload *models.ErrorBody
}

DeleteFaxDocumentBadRequest 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 NewDeleteFaxDocumentBadRequest

func NewDeleteFaxDocumentBadRequest() *DeleteFaxDocumentBadRequest

NewDeleteFaxDocumentBadRequest creates a DeleteFaxDocumentBadRequest with default headers values

func (*DeleteFaxDocumentBadRequest) Error

func (*DeleteFaxDocumentBadRequest) GetPayload

func (o *DeleteFaxDocumentBadRequest) GetPayload() *models.ErrorBody

func (*DeleteFaxDocumentBadRequest) IsClientError

func (o *DeleteFaxDocumentBadRequest) IsClientError() bool

IsClientError returns true when this delete fax document bad request response has a 4xx status code

func (*DeleteFaxDocumentBadRequest) IsCode

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

IsCode returns true when this delete fax document bad request response a status code equal to that given

func (*DeleteFaxDocumentBadRequest) IsRedirect

func (o *DeleteFaxDocumentBadRequest) IsRedirect() bool

IsRedirect returns true when this delete fax document bad request response has a 3xx status code

func (*DeleteFaxDocumentBadRequest) IsServerError

func (o *DeleteFaxDocumentBadRequest) IsServerError() bool

IsServerError returns true when this delete fax document bad request response has a 5xx status code

func (*DeleteFaxDocumentBadRequest) IsSuccess

func (o *DeleteFaxDocumentBadRequest) IsSuccess() bool

IsSuccess returns true when this delete fax document bad request response has a 2xx status code

func (*DeleteFaxDocumentBadRequest) String

func (o *DeleteFaxDocumentBadRequest) String() string

type DeleteFaxDocumentForbidden

type DeleteFaxDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewDeleteFaxDocumentForbidden

func NewDeleteFaxDocumentForbidden() *DeleteFaxDocumentForbidden

NewDeleteFaxDocumentForbidden creates a DeleteFaxDocumentForbidden with default headers values

func (*DeleteFaxDocumentForbidden) Error

func (*DeleteFaxDocumentForbidden) GetPayload

func (o *DeleteFaxDocumentForbidden) GetPayload() *models.ErrorBody

func (*DeleteFaxDocumentForbidden) IsClientError

func (o *DeleteFaxDocumentForbidden) IsClientError() bool

IsClientError returns true when this delete fax document forbidden response has a 4xx status code

func (*DeleteFaxDocumentForbidden) IsCode

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

IsCode returns true when this delete fax document forbidden response a status code equal to that given

func (*DeleteFaxDocumentForbidden) IsRedirect

func (o *DeleteFaxDocumentForbidden) IsRedirect() bool

IsRedirect returns true when this delete fax document forbidden response has a 3xx status code

func (*DeleteFaxDocumentForbidden) IsServerError

func (o *DeleteFaxDocumentForbidden) IsServerError() bool

IsServerError returns true when this delete fax document forbidden response has a 5xx status code

func (*DeleteFaxDocumentForbidden) IsSuccess

func (o *DeleteFaxDocumentForbidden) IsSuccess() bool

IsSuccess returns true when this delete fax document forbidden response has a 2xx status code

func (*DeleteFaxDocumentForbidden) String

func (o *DeleteFaxDocumentForbidden) String() string

type DeleteFaxDocumentGatewayTimeout

type DeleteFaxDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewDeleteFaxDocumentGatewayTimeout

func NewDeleteFaxDocumentGatewayTimeout() *DeleteFaxDocumentGatewayTimeout

NewDeleteFaxDocumentGatewayTimeout creates a DeleteFaxDocumentGatewayTimeout with default headers values

func (*DeleteFaxDocumentGatewayTimeout) Error

func (*DeleteFaxDocumentGatewayTimeout) GetPayload

func (*DeleteFaxDocumentGatewayTimeout) IsClientError

func (o *DeleteFaxDocumentGatewayTimeout) IsClientError() bool

IsClientError returns true when this delete fax document gateway timeout response has a 4xx status code

func (*DeleteFaxDocumentGatewayTimeout) IsCode

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

IsCode returns true when this delete fax document gateway timeout response a status code equal to that given

func (*DeleteFaxDocumentGatewayTimeout) IsRedirect

func (o *DeleteFaxDocumentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this delete fax document gateway timeout response has a 3xx status code

func (*DeleteFaxDocumentGatewayTimeout) IsServerError

func (o *DeleteFaxDocumentGatewayTimeout) IsServerError() bool

IsServerError returns true when this delete fax document gateway timeout response has a 5xx status code

func (*DeleteFaxDocumentGatewayTimeout) IsSuccess

func (o *DeleteFaxDocumentGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this delete fax document gateway timeout response has a 2xx status code

func (*DeleteFaxDocumentGatewayTimeout) String

type DeleteFaxDocumentInternalServerError

type DeleteFaxDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

DeleteFaxDocumentInternalServerError 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 NewDeleteFaxDocumentInternalServerError

func NewDeleteFaxDocumentInternalServerError() *DeleteFaxDocumentInternalServerError

NewDeleteFaxDocumentInternalServerError creates a DeleteFaxDocumentInternalServerError with default headers values

func (*DeleteFaxDocumentInternalServerError) Error

func (*DeleteFaxDocumentInternalServerError) GetPayload

func (*DeleteFaxDocumentInternalServerError) IsClientError

func (o *DeleteFaxDocumentInternalServerError) IsClientError() bool

IsClientError returns true when this delete fax document internal server error response has a 4xx status code

func (*DeleteFaxDocumentInternalServerError) IsCode

IsCode returns true when this delete fax document internal server error response a status code equal to that given

func (*DeleteFaxDocumentInternalServerError) IsRedirect

IsRedirect returns true when this delete fax document internal server error response has a 3xx status code

func (*DeleteFaxDocumentInternalServerError) IsServerError

func (o *DeleteFaxDocumentInternalServerError) IsServerError() bool

IsServerError returns true when this delete fax document internal server error response has a 5xx status code

func (*DeleteFaxDocumentInternalServerError) IsSuccess

IsSuccess returns true when this delete fax document internal server error response has a 2xx status code

func (*DeleteFaxDocumentInternalServerError) String

type DeleteFaxDocumentNotFound

type DeleteFaxDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewDeleteFaxDocumentNotFound

func NewDeleteFaxDocumentNotFound() *DeleteFaxDocumentNotFound

NewDeleteFaxDocumentNotFound creates a DeleteFaxDocumentNotFound with default headers values

func (*DeleteFaxDocumentNotFound) Error

func (o *DeleteFaxDocumentNotFound) Error() string

func (*DeleteFaxDocumentNotFound) GetPayload

func (o *DeleteFaxDocumentNotFound) GetPayload() *models.ErrorBody

func (*DeleteFaxDocumentNotFound) IsClientError

func (o *DeleteFaxDocumentNotFound) IsClientError() bool

IsClientError returns true when this delete fax document not found response has a 4xx status code

func (*DeleteFaxDocumentNotFound) IsCode

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

IsCode returns true when this delete fax document not found response a status code equal to that given

func (*DeleteFaxDocumentNotFound) IsRedirect

func (o *DeleteFaxDocumentNotFound) IsRedirect() bool

IsRedirect returns true when this delete fax document not found response has a 3xx status code

func (*DeleteFaxDocumentNotFound) IsServerError

func (o *DeleteFaxDocumentNotFound) IsServerError() bool

IsServerError returns true when this delete fax document not found response has a 5xx status code

func (*DeleteFaxDocumentNotFound) IsSuccess

func (o *DeleteFaxDocumentNotFound) IsSuccess() bool

IsSuccess returns true when this delete fax document not found response has a 2xx status code

func (*DeleteFaxDocumentNotFound) String

func (o *DeleteFaxDocumentNotFound) String() string

type DeleteFaxDocumentParams

type DeleteFaxDocumentParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

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

DeleteFaxDocumentParams contains all the parameters to send to the API endpoint

for the delete fax document operation.

Typically these are written to a http.Request.

func NewDeleteFaxDocumentParams

func NewDeleteFaxDocumentParams() *DeleteFaxDocumentParams

NewDeleteFaxDocumentParams creates a new DeleteFaxDocumentParams 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 NewDeleteFaxDocumentParamsWithContext

func NewDeleteFaxDocumentParamsWithContext(ctx context.Context) *DeleteFaxDocumentParams

NewDeleteFaxDocumentParamsWithContext creates a new DeleteFaxDocumentParams object with the ability to set a context for a request.

func NewDeleteFaxDocumentParamsWithHTTPClient

func NewDeleteFaxDocumentParamsWithHTTPClient(client *http.Client) *DeleteFaxDocumentParams

NewDeleteFaxDocumentParamsWithHTTPClient creates a new DeleteFaxDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFaxDocumentParamsWithTimeout

func NewDeleteFaxDocumentParamsWithTimeout(timeout time.Duration) *DeleteFaxDocumentParams

NewDeleteFaxDocumentParamsWithTimeout creates a new DeleteFaxDocumentParams object with the ability to set a timeout on a request.

func (*DeleteFaxDocumentParams) SetContext

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

SetContext adds the context to the delete fax document params

func (*DeleteFaxDocumentParams) SetDefaults

func (o *DeleteFaxDocumentParams) SetDefaults()

SetDefaults hydrates default values in the delete fax document params (not the query body).

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

func (*DeleteFaxDocumentParams) SetDocumentID

func (o *DeleteFaxDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the delete fax document params

func (*DeleteFaxDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete fax document params

func (*DeleteFaxDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the delete fax document params

func (*DeleteFaxDocumentParams) WithContext

WithContext adds the context to the delete fax document params

func (*DeleteFaxDocumentParams) WithDefaults

WithDefaults hydrates default values in the delete fax document params (not the query body).

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

func (*DeleteFaxDocumentParams) WithDocumentID

func (o *DeleteFaxDocumentParams) WithDocumentID(documentID string) *DeleteFaxDocumentParams

WithDocumentID adds the documentID to the delete fax document params

func (*DeleteFaxDocumentParams) WithHTTPClient

func (o *DeleteFaxDocumentParams) WithHTTPClient(client *http.Client) *DeleteFaxDocumentParams

WithHTTPClient adds the HTTPClient to the delete fax document params

func (*DeleteFaxDocumentParams) WithTimeout

WithTimeout adds the timeout to the delete fax document params

func (*DeleteFaxDocumentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteFaxDocumentReader

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

DeleteFaxDocumentReader is a Reader for the DeleteFaxDocument structure.

func (*DeleteFaxDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteFaxDocumentRequestEntityTooLarge

type DeleteFaxDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteFaxDocumentRequestEntityTooLarge

func NewDeleteFaxDocumentRequestEntityTooLarge() *DeleteFaxDocumentRequestEntityTooLarge

NewDeleteFaxDocumentRequestEntityTooLarge creates a DeleteFaxDocumentRequestEntityTooLarge with default headers values

func (*DeleteFaxDocumentRequestEntityTooLarge) Error

func (*DeleteFaxDocumentRequestEntityTooLarge) GetPayload

func (*DeleteFaxDocumentRequestEntityTooLarge) IsClientError

func (o *DeleteFaxDocumentRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this delete fax document request entity too large response has a 4xx status code

func (*DeleteFaxDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this delete fax document request entity too large response a status code equal to that given

func (*DeleteFaxDocumentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this delete fax document request entity too large response has a 3xx status code

func (*DeleteFaxDocumentRequestEntityTooLarge) IsServerError

func (o *DeleteFaxDocumentRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this delete fax document request entity too large response has a 5xx status code

func (*DeleteFaxDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this delete fax document request entity too large response has a 2xx status code

func (*DeleteFaxDocumentRequestEntityTooLarge) String

type DeleteFaxDocumentRequestTimeout

type DeleteFaxDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

DeleteFaxDocumentRequestTimeout 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 NewDeleteFaxDocumentRequestTimeout

func NewDeleteFaxDocumentRequestTimeout() *DeleteFaxDocumentRequestTimeout

NewDeleteFaxDocumentRequestTimeout creates a DeleteFaxDocumentRequestTimeout with default headers values

func (*DeleteFaxDocumentRequestTimeout) Error

func (*DeleteFaxDocumentRequestTimeout) GetPayload

func (*DeleteFaxDocumentRequestTimeout) IsClientError

func (o *DeleteFaxDocumentRequestTimeout) IsClientError() bool

IsClientError returns true when this delete fax document request timeout response has a 4xx status code

func (*DeleteFaxDocumentRequestTimeout) IsCode

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

IsCode returns true when this delete fax document request timeout response a status code equal to that given

func (*DeleteFaxDocumentRequestTimeout) IsRedirect

func (o *DeleteFaxDocumentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this delete fax document request timeout response has a 3xx status code

func (*DeleteFaxDocumentRequestTimeout) IsServerError

func (o *DeleteFaxDocumentRequestTimeout) IsServerError() bool

IsServerError returns true when this delete fax document request timeout response has a 5xx status code

func (*DeleteFaxDocumentRequestTimeout) IsSuccess

func (o *DeleteFaxDocumentRequestTimeout) IsSuccess() bool

IsSuccess returns true when this delete fax document request timeout response has a 2xx status code

func (*DeleteFaxDocumentRequestTimeout) String

type DeleteFaxDocumentServiceUnavailable

type DeleteFaxDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

DeleteFaxDocumentServiceUnavailable 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 NewDeleteFaxDocumentServiceUnavailable

func NewDeleteFaxDocumentServiceUnavailable() *DeleteFaxDocumentServiceUnavailable

NewDeleteFaxDocumentServiceUnavailable creates a DeleteFaxDocumentServiceUnavailable with default headers values

func (*DeleteFaxDocumentServiceUnavailable) Error

func (*DeleteFaxDocumentServiceUnavailable) GetPayload

func (*DeleteFaxDocumentServiceUnavailable) IsClientError

func (o *DeleteFaxDocumentServiceUnavailable) IsClientError() bool

IsClientError returns true when this delete fax document service unavailable response has a 4xx status code

func (*DeleteFaxDocumentServiceUnavailable) IsCode

IsCode returns true when this delete fax document service unavailable response a status code equal to that given

func (*DeleteFaxDocumentServiceUnavailable) IsRedirect

func (o *DeleteFaxDocumentServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this delete fax document service unavailable response has a 3xx status code

func (*DeleteFaxDocumentServiceUnavailable) IsServerError

func (o *DeleteFaxDocumentServiceUnavailable) IsServerError() bool

IsServerError returns true when this delete fax document service unavailable response has a 5xx status code

func (*DeleteFaxDocumentServiceUnavailable) IsSuccess

IsSuccess returns true when this delete fax document service unavailable response has a 2xx status code

func (*DeleteFaxDocumentServiceUnavailable) String

type DeleteFaxDocumentTooManyRequests

type DeleteFaxDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewDeleteFaxDocumentTooManyRequests

func NewDeleteFaxDocumentTooManyRequests() *DeleteFaxDocumentTooManyRequests

NewDeleteFaxDocumentTooManyRequests creates a DeleteFaxDocumentTooManyRequests with default headers values

func (*DeleteFaxDocumentTooManyRequests) Error

func (*DeleteFaxDocumentTooManyRequests) GetPayload

func (*DeleteFaxDocumentTooManyRequests) IsClientError

func (o *DeleteFaxDocumentTooManyRequests) IsClientError() bool

IsClientError returns true when this delete fax document too many requests response has a 4xx status code

func (*DeleteFaxDocumentTooManyRequests) IsCode

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

IsCode returns true when this delete fax document too many requests response a status code equal to that given

func (*DeleteFaxDocumentTooManyRequests) IsRedirect

func (o *DeleteFaxDocumentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this delete fax document too many requests response has a 3xx status code

func (*DeleteFaxDocumentTooManyRequests) IsServerError

func (o *DeleteFaxDocumentTooManyRequests) IsServerError() bool

IsServerError returns true when this delete fax document too many requests response has a 5xx status code

func (*DeleteFaxDocumentTooManyRequests) IsSuccess

func (o *DeleteFaxDocumentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this delete fax document too many requests response has a 2xx status code

func (*DeleteFaxDocumentTooManyRequests) String

type DeleteFaxDocumentUnauthorized

type DeleteFaxDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewDeleteFaxDocumentUnauthorized

func NewDeleteFaxDocumentUnauthorized() *DeleteFaxDocumentUnauthorized

NewDeleteFaxDocumentUnauthorized creates a DeleteFaxDocumentUnauthorized with default headers values

func (*DeleteFaxDocumentUnauthorized) Error

func (*DeleteFaxDocumentUnauthorized) GetPayload

func (*DeleteFaxDocumentUnauthorized) IsClientError

func (o *DeleteFaxDocumentUnauthorized) IsClientError() bool

IsClientError returns true when this delete fax document unauthorized response has a 4xx status code

func (*DeleteFaxDocumentUnauthorized) IsCode

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

IsCode returns true when this delete fax document unauthorized response a status code equal to that given

func (*DeleteFaxDocumentUnauthorized) IsRedirect

func (o *DeleteFaxDocumentUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete fax document unauthorized response has a 3xx status code

func (*DeleteFaxDocumentUnauthorized) IsServerError

func (o *DeleteFaxDocumentUnauthorized) IsServerError() bool

IsServerError returns true when this delete fax document unauthorized response has a 5xx status code

func (*DeleteFaxDocumentUnauthorized) IsSuccess

func (o *DeleteFaxDocumentUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete fax document unauthorized response has a 2xx status code

func (*DeleteFaxDocumentUnauthorized) String

type DeleteFaxDocumentUnsupportedMediaType

type DeleteFaxDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

DeleteFaxDocumentUnsupportedMediaType 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 NewDeleteFaxDocumentUnsupportedMediaType

func NewDeleteFaxDocumentUnsupportedMediaType() *DeleteFaxDocumentUnsupportedMediaType

NewDeleteFaxDocumentUnsupportedMediaType creates a DeleteFaxDocumentUnsupportedMediaType with default headers values

func (*DeleteFaxDocumentUnsupportedMediaType) Error

func (*DeleteFaxDocumentUnsupportedMediaType) GetPayload

func (*DeleteFaxDocumentUnsupportedMediaType) IsClientError

func (o *DeleteFaxDocumentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this delete fax document unsupported media type response has a 4xx status code

func (*DeleteFaxDocumentUnsupportedMediaType) IsCode

IsCode returns true when this delete fax document unsupported media type response a status code equal to that given

func (*DeleteFaxDocumentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete fax document unsupported media type response has a 3xx status code

func (*DeleteFaxDocumentUnsupportedMediaType) IsServerError

func (o *DeleteFaxDocumentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this delete fax document unsupported media type response has a 5xx status code

func (*DeleteFaxDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete fax document unsupported media type response has a 2xx status code

func (*DeleteFaxDocumentUnsupportedMediaType) String

type GetFaxDocumentBadRequest

type GetFaxDocumentBadRequest struct {
	Payload *models.ErrorBody
}

GetFaxDocumentBadRequest 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 NewGetFaxDocumentBadRequest

func NewGetFaxDocumentBadRequest() *GetFaxDocumentBadRequest

NewGetFaxDocumentBadRequest creates a GetFaxDocumentBadRequest with default headers values

func (*GetFaxDocumentBadRequest) Error

func (o *GetFaxDocumentBadRequest) Error() string

func (*GetFaxDocumentBadRequest) GetPayload

func (o *GetFaxDocumentBadRequest) GetPayload() *models.ErrorBody

func (*GetFaxDocumentBadRequest) IsClientError

func (o *GetFaxDocumentBadRequest) IsClientError() bool

IsClientError returns true when this get fax document bad request response has a 4xx status code

func (*GetFaxDocumentBadRequest) IsCode

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

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

func (*GetFaxDocumentBadRequest) IsRedirect

func (o *GetFaxDocumentBadRequest) IsRedirect() bool

IsRedirect returns true when this get fax document bad request response has a 3xx status code

func (*GetFaxDocumentBadRequest) IsServerError

func (o *GetFaxDocumentBadRequest) IsServerError() bool

IsServerError returns true when this get fax document bad request response has a 5xx status code

func (*GetFaxDocumentBadRequest) IsSuccess

func (o *GetFaxDocumentBadRequest) IsSuccess() bool

IsSuccess returns true when this get fax document bad request response has a 2xx status code

func (*GetFaxDocumentBadRequest) String

func (o *GetFaxDocumentBadRequest) String() string

type GetFaxDocumentContentBadRequest

type GetFaxDocumentContentBadRequest struct {
	Payload *models.ErrorBody
}

GetFaxDocumentContentBadRequest 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 NewGetFaxDocumentContentBadRequest

func NewGetFaxDocumentContentBadRequest() *GetFaxDocumentContentBadRequest

NewGetFaxDocumentContentBadRequest creates a GetFaxDocumentContentBadRequest with default headers values

func (*GetFaxDocumentContentBadRequest) Error

func (*GetFaxDocumentContentBadRequest) GetPayload

func (*GetFaxDocumentContentBadRequest) IsClientError

func (o *GetFaxDocumentContentBadRequest) IsClientError() bool

IsClientError returns true when this get fax document content bad request response has a 4xx status code

func (*GetFaxDocumentContentBadRequest) IsCode

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

IsCode returns true when this get fax document content bad request response a status code equal to that given

func (*GetFaxDocumentContentBadRequest) IsRedirect

func (o *GetFaxDocumentContentBadRequest) IsRedirect() bool

IsRedirect returns true when this get fax document content bad request response has a 3xx status code

func (*GetFaxDocumentContentBadRequest) IsServerError

func (o *GetFaxDocumentContentBadRequest) IsServerError() bool

IsServerError returns true when this get fax document content bad request response has a 5xx status code

func (*GetFaxDocumentContentBadRequest) IsSuccess

func (o *GetFaxDocumentContentBadRequest) IsSuccess() bool

IsSuccess returns true when this get fax document content bad request response has a 2xx status code

func (*GetFaxDocumentContentBadRequest) String

type GetFaxDocumentContentForbidden

type GetFaxDocumentContentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetFaxDocumentContentForbidden

func NewGetFaxDocumentContentForbidden() *GetFaxDocumentContentForbidden

NewGetFaxDocumentContentForbidden creates a GetFaxDocumentContentForbidden with default headers values

func (*GetFaxDocumentContentForbidden) Error

func (*GetFaxDocumentContentForbidden) GetPayload

func (*GetFaxDocumentContentForbidden) IsClientError

func (o *GetFaxDocumentContentForbidden) IsClientError() bool

IsClientError returns true when this get fax document content forbidden response has a 4xx status code

func (*GetFaxDocumentContentForbidden) IsCode

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

IsCode returns true when this get fax document content forbidden response a status code equal to that given

func (*GetFaxDocumentContentForbidden) IsRedirect

func (o *GetFaxDocumentContentForbidden) IsRedirect() bool

IsRedirect returns true when this get fax document content forbidden response has a 3xx status code

func (*GetFaxDocumentContentForbidden) IsServerError

func (o *GetFaxDocumentContentForbidden) IsServerError() bool

IsServerError returns true when this get fax document content forbidden response has a 5xx status code

func (*GetFaxDocumentContentForbidden) IsSuccess

func (o *GetFaxDocumentContentForbidden) IsSuccess() bool

IsSuccess returns true when this get fax document content forbidden response has a 2xx status code

func (*GetFaxDocumentContentForbidden) String

type GetFaxDocumentContentGatewayTimeout

type GetFaxDocumentContentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetFaxDocumentContentGatewayTimeout

func NewGetFaxDocumentContentGatewayTimeout() *GetFaxDocumentContentGatewayTimeout

NewGetFaxDocumentContentGatewayTimeout creates a GetFaxDocumentContentGatewayTimeout with default headers values

func (*GetFaxDocumentContentGatewayTimeout) Error

func (*GetFaxDocumentContentGatewayTimeout) GetPayload

func (*GetFaxDocumentContentGatewayTimeout) IsClientError

func (o *GetFaxDocumentContentGatewayTimeout) IsClientError() bool

IsClientError returns true when this get fax document content gateway timeout response has a 4xx status code

func (*GetFaxDocumentContentGatewayTimeout) IsCode

IsCode returns true when this get fax document content gateway timeout response a status code equal to that given

func (*GetFaxDocumentContentGatewayTimeout) IsRedirect

func (o *GetFaxDocumentContentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get fax document content gateway timeout response has a 3xx status code

func (*GetFaxDocumentContentGatewayTimeout) IsServerError

func (o *GetFaxDocumentContentGatewayTimeout) IsServerError() bool

IsServerError returns true when this get fax document content gateway timeout response has a 5xx status code

func (*GetFaxDocumentContentGatewayTimeout) IsSuccess

IsSuccess returns true when this get fax document content gateway timeout response has a 2xx status code

func (*GetFaxDocumentContentGatewayTimeout) String

type GetFaxDocumentContentInternalServerError

type GetFaxDocumentContentInternalServerError struct {
	Payload *models.ErrorBody
}

GetFaxDocumentContentInternalServerError 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 NewGetFaxDocumentContentInternalServerError

func NewGetFaxDocumentContentInternalServerError() *GetFaxDocumentContentInternalServerError

NewGetFaxDocumentContentInternalServerError creates a GetFaxDocumentContentInternalServerError with default headers values

func (*GetFaxDocumentContentInternalServerError) Error

func (*GetFaxDocumentContentInternalServerError) GetPayload

func (*GetFaxDocumentContentInternalServerError) IsClientError

IsClientError returns true when this get fax document content internal server error response has a 4xx status code

func (*GetFaxDocumentContentInternalServerError) IsCode

IsCode returns true when this get fax document content internal server error response a status code equal to that given

func (*GetFaxDocumentContentInternalServerError) IsRedirect

IsRedirect returns true when this get fax document content internal server error response has a 3xx status code

func (*GetFaxDocumentContentInternalServerError) IsServerError

IsServerError returns true when this get fax document content internal server error response has a 5xx status code

func (*GetFaxDocumentContentInternalServerError) IsSuccess

IsSuccess returns true when this get fax document content internal server error response has a 2xx status code

func (*GetFaxDocumentContentInternalServerError) String

type GetFaxDocumentContentNotFound

type GetFaxDocumentContentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetFaxDocumentContentNotFound

func NewGetFaxDocumentContentNotFound() *GetFaxDocumentContentNotFound

NewGetFaxDocumentContentNotFound creates a GetFaxDocumentContentNotFound with default headers values

func (*GetFaxDocumentContentNotFound) Error

func (*GetFaxDocumentContentNotFound) GetPayload

func (*GetFaxDocumentContentNotFound) IsClientError

func (o *GetFaxDocumentContentNotFound) IsClientError() bool

IsClientError returns true when this get fax document content not found response has a 4xx status code

func (*GetFaxDocumentContentNotFound) IsCode

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

IsCode returns true when this get fax document content not found response a status code equal to that given

func (*GetFaxDocumentContentNotFound) IsRedirect

func (o *GetFaxDocumentContentNotFound) IsRedirect() bool

IsRedirect returns true when this get fax document content not found response has a 3xx status code

func (*GetFaxDocumentContentNotFound) IsServerError

func (o *GetFaxDocumentContentNotFound) IsServerError() bool

IsServerError returns true when this get fax document content not found response has a 5xx status code

func (*GetFaxDocumentContentNotFound) IsSuccess

func (o *GetFaxDocumentContentNotFound) IsSuccess() bool

IsSuccess returns true when this get fax document content not found response has a 2xx status code

func (*GetFaxDocumentContentNotFound) String

type GetFaxDocumentContentOK

type GetFaxDocumentContentOK struct {
	Payload *models.DownloadResponse
}

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

successful operation

func NewGetFaxDocumentContentOK

func NewGetFaxDocumentContentOK() *GetFaxDocumentContentOK

NewGetFaxDocumentContentOK creates a GetFaxDocumentContentOK with default headers values

func (*GetFaxDocumentContentOK) Error

func (o *GetFaxDocumentContentOK) Error() string

func (*GetFaxDocumentContentOK) GetPayload

func (*GetFaxDocumentContentOK) IsClientError

func (o *GetFaxDocumentContentOK) IsClientError() bool

IsClientError returns true when this get fax document content o k response has a 4xx status code

func (*GetFaxDocumentContentOK) IsCode

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

IsCode returns true when this get fax document content o k response a status code equal to that given

func (*GetFaxDocumentContentOK) IsRedirect

func (o *GetFaxDocumentContentOK) IsRedirect() bool

IsRedirect returns true when this get fax document content o k response has a 3xx status code

func (*GetFaxDocumentContentOK) IsServerError

func (o *GetFaxDocumentContentOK) IsServerError() bool

IsServerError returns true when this get fax document content o k response has a 5xx status code

func (*GetFaxDocumentContentOK) IsSuccess

func (o *GetFaxDocumentContentOK) IsSuccess() bool

IsSuccess returns true when this get fax document content o k response has a 2xx status code

func (*GetFaxDocumentContentOK) String

func (o *GetFaxDocumentContentOK) String() string

type GetFaxDocumentContentParams

type GetFaxDocumentContentParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

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

GetFaxDocumentContentParams contains all the parameters to send to the API endpoint

for the get fax document content operation.

Typically these are written to a http.Request.

func NewGetFaxDocumentContentParams

func NewGetFaxDocumentContentParams() *GetFaxDocumentContentParams

NewGetFaxDocumentContentParams creates a new GetFaxDocumentContentParams 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 NewGetFaxDocumentContentParamsWithContext

func NewGetFaxDocumentContentParamsWithContext(ctx context.Context) *GetFaxDocumentContentParams

NewGetFaxDocumentContentParamsWithContext creates a new GetFaxDocumentContentParams object with the ability to set a context for a request.

func NewGetFaxDocumentContentParamsWithHTTPClient

func NewGetFaxDocumentContentParamsWithHTTPClient(client *http.Client) *GetFaxDocumentContentParams

NewGetFaxDocumentContentParamsWithHTTPClient creates a new GetFaxDocumentContentParams object with the ability to set a custom HTTPClient for a request.

func NewGetFaxDocumentContentParamsWithTimeout

func NewGetFaxDocumentContentParamsWithTimeout(timeout time.Duration) *GetFaxDocumentContentParams

NewGetFaxDocumentContentParamsWithTimeout creates a new GetFaxDocumentContentParams object with the ability to set a timeout on a request.

func (*GetFaxDocumentContentParams) SetContext

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

SetContext adds the context to the get fax document content params

func (*GetFaxDocumentContentParams) SetDefaults

func (o *GetFaxDocumentContentParams) SetDefaults()

SetDefaults hydrates default values in the get fax document content params (not the query body).

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

func (*GetFaxDocumentContentParams) SetDocumentID

func (o *GetFaxDocumentContentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the get fax document content params

func (*GetFaxDocumentContentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fax document content params

func (*GetFaxDocumentContentParams) SetTimeout

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

SetTimeout adds the timeout to the get fax document content params

func (*GetFaxDocumentContentParams) WithContext

WithContext adds the context to the get fax document content params

func (*GetFaxDocumentContentParams) WithDefaults

WithDefaults hydrates default values in the get fax document content params (not the query body).

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

func (*GetFaxDocumentContentParams) WithDocumentID

func (o *GetFaxDocumentContentParams) WithDocumentID(documentID string) *GetFaxDocumentContentParams

WithDocumentID adds the documentID to the get fax document content params

func (*GetFaxDocumentContentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fax document content params

func (*GetFaxDocumentContentParams) WithTimeout

WithTimeout adds the timeout to the get fax document content params

func (*GetFaxDocumentContentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFaxDocumentContentReader

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

GetFaxDocumentContentReader is a Reader for the GetFaxDocumentContent structure.

func (*GetFaxDocumentContentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFaxDocumentContentRequestEntityTooLarge

type GetFaxDocumentContentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentContentRequestEntityTooLarge

func NewGetFaxDocumentContentRequestEntityTooLarge() *GetFaxDocumentContentRequestEntityTooLarge

NewGetFaxDocumentContentRequestEntityTooLarge creates a GetFaxDocumentContentRequestEntityTooLarge with default headers values

func (*GetFaxDocumentContentRequestEntityTooLarge) Error

func (*GetFaxDocumentContentRequestEntityTooLarge) GetPayload

func (*GetFaxDocumentContentRequestEntityTooLarge) IsClientError

IsClientError returns true when this get fax document content request entity too large response has a 4xx status code

func (*GetFaxDocumentContentRequestEntityTooLarge) IsCode

IsCode returns true when this get fax document content request entity too large response a status code equal to that given

func (*GetFaxDocumentContentRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get fax document content request entity too large response has a 3xx status code

func (*GetFaxDocumentContentRequestEntityTooLarge) IsServerError

IsServerError returns true when this get fax document content request entity too large response has a 5xx status code

func (*GetFaxDocumentContentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get fax document content request entity too large response has a 2xx status code

func (*GetFaxDocumentContentRequestEntityTooLarge) String

type GetFaxDocumentContentRequestTimeout

type GetFaxDocumentContentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetFaxDocumentContentRequestTimeout 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 NewGetFaxDocumentContentRequestTimeout

func NewGetFaxDocumentContentRequestTimeout() *GetFaxDocumentContentRequestTimeout

NewGetFaxDocumentContentRequestTimeout creates a GetFaxDocumentContentRequestTimeout with default headers values

func (*GetFaxDocumentContentRequestTimeout) Error

func (*GetFaxDocumentContentRequestTimeout) GetPayload

func (*GetFaxDocumentContentRequestTimeout) IsClientError

func (o *GetFaxDocumentContentRequestTimeout) IsClientError() bool

IsClientError returns true when this get fax document content request timeout response has a 4xx status code

func (*GetFaxDocumentContentRequestTimeout) IsCode

IsCode returns true when this get fax document content request timeout response a status code equal to that given

func (*GetFaxDocumentContentRequestTimeout) IsRedirect

func (o *GetFaxDocumentContentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get fax document content request timeout response has a 3xx status code

func (*GetFaxDocumentContentRequestTimeout) IsServerError

func (o *GetFaxDocumentContentRequestTimeout) IsServerError() bool

IsServerError returns true when this get fax document content request timeout response has a 5xx status code

func (*GetFaxDocumentContentRequestTimeout) IsSuccess

IsSuccess returns true when this get fax document content request timeout response has a 2xx status code

func (*GetFaxDocumentContentRequestTimeout) String

type GetFaxDocumentContentServiceUnavailable

type GetFaxDocumentContentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetFaxDocumentContentServiceUnavailable 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 NewGetFaxDocumentContentServiceUnavailable

func NewGetFaxDocumentContentServiceUnavailable() *GetFaxDocumentContentServiceUnavailable

NewGetFaxDocumentContentServiceUnavailable creates a GetFaxDocumentContentServiceUnavailable with default headers values

func (*GetFaxDocumentContentServiceUnavailable) Error

func (*GetFaxDocumentContentServiceUnavailable) GetPayload

func (*GetFaxDocumentContentServiceUnavailable) IsClientError

func (o *GetFaxDocumentContentServiceUnavailable) IsClientError() bool

IsClientError returns true when this get fax document content service unavailable response has a 4xx status code

func (*GetFaxDocumentContentServiceUnavailable) IsCode

IsCode returns true when this get fax document content service unavailable response a status code equal to that given

func (*GetFaxDocumentContentServiceUnavailable) IsRedirect

IsRedirect returns true when this get fax document content service unavailable response has a 3xx status code

func (*GetFaxDocumentContentServiceUnavailable) IsServerError

func (o *GetFaxDocumentContentServiceUnavailable) IsServerError() bool

IsServerError returns true when this get fax document content service unavailable response has a 5xx status code

func (*GetFaxDocumentContentServiceUnavailable) IsSuccess

IsSuccess returns true when this get fax document content service unavailable response has a 2xx status code

func (*GetFaxDocumentContentServiceUnavailable) String

type GetFaxDocumentContentTooManyRequests

type GetFaxDocumentContentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentContentTooManyRequests

func NewGetFaxDocumentContentTooManyRequests() *GetFaxDocumentContentTooManyRequests

NewGetFaxDocumentContentTooManyRequests creates a GetFaxDocumentContentTooManyRequests with default headers values

func (*GetFaxDocumentContentTooManyRequests) Error

func (*GetFaxDocumentContentTooManyRequests) GetPayload

func (*GetFaxDocumentContentTooManyRequests) IsClientError

func (o *GetFaxDocumentContentTooManyRequests) IsClientError() bool

IsClientError returns true when this get fax document content too many requests response has a 4xx status code

func (*GetFaxDocumentContentTooManyRequests) IsCode

IsCode returns true when this get fax document content too many requests response a status code equal to that given

func (*GetFaxDocumentContentTooManyRequests) IsRedirect

IsRedirect returns true when this get fax document content too many requests response has a 3xx status code

func (*GetFaxDocumentContentTooManyRequests) IsServerError

func (o *GetFaxDocumentContentTooManyRequests) IsServerError() bool

IsServerError returns true when this get fax document content too many requests response has a 5xx status code

func (*GetFaxDocumentContentTooManyRequests) IsSuccess

IsSuccess returns true when this get fax document content too many requests response has a 2xx status code

func (*GetFaxDocumentContentTooManyRequests) String

type GetFaxDocumentContentUnauthorized

type GetFaxDocumentContentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetFaxDocumentContentUnauthorized

func NewGetFaxDocumentContentUnauthorized() *GetFaxDocumentContentUnauthorized

NewGetFaxDocumentContentUnauthorized creates a GetFaxDocumentContentUnauthorized with default headers values

func (*GetFaxDocumentContentUnauthorized) Error

func (*GetFaxDocumentContentUnauthorized) GetPayload

func (*GetFaxDocumentContentUnauthorized) IsClientError

func (o *GetFaxDocumentContentUnauthorized) IsClientError() bool

IsClientError returns true when this get fax document content unauthorized response has a 4xx status code

func (*GetFaxDocumentContentUnauthorized) IsCode

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

IsCode returns true when this get fax document content unauthorized response a status code equal to that given

func (*GetFaxDocumentContentUnauthorized) IsRedirect

func (o *GetFaxDocumentContentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get fax document content unauthorized response has a 3xx status code

func (*GetFaxDocumentContentUnauthorized) IsServerError

func (o *GetFaxDocumentContentUnauthorized) IsServerError() bool

IsServerError returns true when this get fax document content unauthorized response has a 5xx status code

func (*GetFaxDocumentContentUnauthorized) IsSuccess

func (o *GetFaxDocumentContentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get fax document content unauthorized response has a 2xx status code

func (*GetFaxDocumentContentUnauthorized) String

type GetFaxDocumentContentUnsupportedMediaType

type GetFaxDocumentContentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetFaxDocumentContentUnsupportedMediaType 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 NewGetFaxDocumentContentUnsupportedMediaType

func NewGetFaxDocumentContentUnsupportedMediaType() *GetFaxDocumentContentUnsupportedMediaType

NewGetFaxDocumentContentUnsupportedMediaType creates a GetFaxDocumentContentUnsupportedMediaType with default headers values

func (*GetFaxDocumentContentUnsupportedMediaType) Error

func (*GetFaxDocumentContentUnsupportedMediaType) GetPayload

func (*GetFaxDocumentContentUnsupportedMediaType) IsClientError

IsClientError returns true when this get fax document content unsupported media type response has a 4xx status code

func (*GetFaxDocumentContentUnsupportedMediaType) IsCode

IsCode returns true when this get fax document content unsupported media type response a status code equal to that given

func (*GetFaxDocumentContentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get fax document content unsupported media type response has a 3xx status code

func (*GetFaxDocumentContentUnsupportedMediaType) IsServerError

IsServerError returns true when this get fax document content unsupported media type response has a 5xx status code

func (*GetFaxDocumentContentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get fax document content unsupported media type response has a 2xx status code

func (*GetFaxDocumentContentUnsupportedMediaType) String

type GetFaxDocumentForbidden

type GetFaxDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetFaxDocumentForbidden

func NewGetFaxDocumentForbidden() *GetFaxDocumentForbidden

NewGetFaxDocumentForbidden creates a GetFaxDocumentForbidden with default headers values

func (*GetFaxDocumentForbidden) Error

func (o *GetFaxDocumentForbidden) Error() string

func (*GetFaxDocumentForbidden) GetPayload

func (o *GetFaxDocumentForbidden) GetPayload() *models.ErrorBody

func (*GetFaxDocumentForbidden) IsClientError

func (o *GetFaxDocumentForbidden) IsClientError() bool

IsClientError returns true when this get fax document forbidden response has a 4xx status code

func (*GetFaxDocumentForbidden) IsCode

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

IsCode returns true when this get fax document forbidden response a status code equal to that given

func (*GetFaxDocumentForbidden) IsRedirect

func (o *GetFaxDocumentForbidden) IsRedirect() bool

IsRedirect returns true when this get fax document forbidden response has a 3xx status code

func (*GetFaxDocumentForbidden) IsServerError

func (o *GetFaxDocumentForbidden) IsServerError() bool

IsServerError returns true when this get fax document forbidden response has a 5xx status code

func (*GetFaxDocumentForbidden) IsSuccess

func (o *GetFaxDocumentForbidden) IsSuccess() bool

IsSuccess returns true when this get fax document forbidden response has a 2xx status code

func (*GetFaxDocumentForbidden) String

func (o *GetFaxDocumentForbidden) String() string

type GetFaxDocumentGatewayTimeout

type GetFaxDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetFaxDocumentGatewayTimeout

func NewGetFaxDocumentGatewayTimeout() *GetFaxDocumentGatewayTimeout

NewGetFaxDocumentGatewayTimeout creates a GetFaxDocumentGatewayTimeout with default headers values

func (*GetFaxDocumentGatewayTimeout) Error

func (*GetFaxDocumentGatewayTimeout) GetPayload

func (*GetFaxDocumentGatewayTimeout) IsClientError

func (o *GetFaxDocumentGatewayTimeout) IsClientError() bool

IsClientError returns true when this get fax document gateway timeout response has a 4xx status code

func (*GetFaxDocumentGatewayTimeout) IsCode

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

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

func (*GetFaxDocumentGatewayTimeout) IsRedirect

func (o *GetFaxDocumentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get fax document gateway timeout response has a 3xx status code

func (*GetFaxDocumentGatewayTimeout) IsServerError

func (o *GetFaxDocumentGatewayTimeout) IsServerError() bool

IsServerError returns true when this get fax document gateway timeout response has a 5xx status code

func (*GetFaxDocumentGatewayTimeout) IsSuccess

func (o *GetFaxDocumentGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get fax document gateway timeout response has a 2xx status code

func (*GetFaxDocumentGatewayTimeout) String

type GetFaxDocumentInternalServerError

type GetFaxDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

GetFaxDocumentInternalServerError 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 NewGetFaxDocumentInternalServerError

func NewGetFaxDocumentInternalServerError() *GetFaxDocumentInternalServerError

NewGetFaxDocumentInternalServerError creates a GetFaxDocumentInternalServerError with default headers values

func (*GetFaxDocumentInternalServerError) Error

func (*GetFaxDocumentInternalServerError) GetPayload

func (*GetFaxDocumentInternalServerError) IsClientError

func (o *GetFaxDocumentInternalServerError) IsClientError() bool

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

func (*GetFaxDocumentInternalServerError) IsCode

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

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

func (*GetFaxDocumentInternalServerError) IsRedirect

func (o *GetFaxDocumentInternalServerError) IsRedirect() bool

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

func (*GetFaxDocumentInternalServerError) IsServerError

func (o *GetFaxDocumentInternalServerError) IsServerError() bool

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

func (*GetFaxDocumentInternalServerError) IsSuccess

func (o *GetFaxDocumentInternalServerError) IsSuccess() bool

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

func (*GetFaxDocumentInternalServerError) String

type GetFaxDocumentNotFound

type GetFaxDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetFaxDocumentNotFound

func NewGetFaxDocumentNotFound() *GetFaxDocumentNotFound

NewGetFaxDocumentNotFound creates a GetFaxDocumentNotFound with default headers values

func (*GetFaxDocumentNotFound) Error

func (o *GetFaxDocumentNotFound) Error() string

func (*GetFaxDocumentNotFound) GetPayload

func (o *GetFaxDocumentNotFound) GetPayload() *models.ErrorBody

func (*GetFaxDocumentNotFound) IsClientError

func (o *GetFaxDocumentNotFound) IsClientError() bool

IsClientError returns true when this get fax document not found response has a 4xx status code

func (*GetFaxDocumentNotFound) IsCode

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

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

func (*GetFaxDocumentNotFound) IsRedirect

func (o *GetFaxDocumentNotFound) IsRedirect() bool

IsRedirect returns true when this get fax document not found response has a 3xx status code

func (*GetFaxDocumentNotFound) IsServerError

func (o *GetFaxDocumentNotFound) IsServerError() bool

IsServerError returns true when this get fax document not found response has a 5xx status code

func (*GetFaxDocumentNotFound) IsSuccess

func (o *GetFaxDocumentNotFound) IsSuccess() bool

IsSuccess returns true when this get fax document not found response has a 2xx status code

func (*GetFaxDocumentNotFound) String

func (o *GetFaxDocumentNotFound) String() string

type GetFaxDocumentOK

type GetFaxDocumentOK struct {
	Payload *models.FaxDocument
}

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

successful operation

func NewGetFaxDocumentOK

func NewGetFaxDocumentOK() *GetFaxDocumentOK

NewGetFaxDocumentOK creates a GetFaxDocumentOK with default headers values

func (*GetFaxDocumentOK) Error

func (o *GetFaxDocumentOK) Error() string

func (*GetFaxDocumentOK) GetPayload

func (o *GetFaxDocumentOK) GetPayload() *models.FaxDocument

func (*GetFaxDocumentOK) IsClientError

func (o *GetFaxDocumentOK) IsClientError() bool

IsClientError returns true when this get fax document o k response has a 4xx status code

func (*GetFaxDocumentOK) IsCode

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

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

func (*GetFaxDocumentOK) IsRedirect

func (o *GetFaxDocumentOK) IsRedirect() bool

IsRedirect returns true when this get fax document o k response has a 3xx status code

func (*GetFaxDocumentOK) IsServerError

func (o *GetFaxDocumentOK) IsServerError() bool

IsServerError returns true when this get fax document o k response has a 5xx status code

func (*GetFaxDocumentOK) IsSuccess

func (o *GetFaxDocumentOK) IsSuccess() bool

IsSuccess returns true when this get fax document o k response has a 2xx status code

func (*GetFaxDocumentOK) String

func (o *GetFaxDocumentOK) String() string

type GetFaxDocumentParams

type GetFaxDocumentParams struct {

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

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

GetFaxDocumentParams contains all the parameters to send to the API endpoint

for the get fax document operation.

Typically these are written to a http.Request.

func NewGetFaxDocumentParams

func NewGetFaxDocumentParams() *GetFaxDocumentParams

NewGetFaxDocumentParams creates a new GetFaxDocumentParams 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 NewGetFaxDocumentParamsWithContext

func NewGetFaxDocumentParamsWithContext(ctx context.Context) *GetFaxDocumentParams

NewGetFaxDocumentParamsWithContext creates a new GetFaxDocumentParams object with the ability to set a context for a request.

func NewGetFaxDocumentParamsWithHTTPClient

func NewGetFaxDocumentParamsWithHTTPClient(client *http.Client) *GetFaxDocumentParams

NewGetFaxDocumentParamsWithHTTPClient creates a new GetFaxDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewGetFaxDocumentParamsWithTimeout

func NewGetFaxDocumentParamsWithTimeout(timeout time.Duration) *GetFaxDocumentParams

NewGetFaxDocumentParamsWithTimeout creates a new GetFaxDocumentParams object with the ability to set a timeout on a request.

func (*GetFaxDocumentParams) SetContext

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

SetContext adds the context to the get fax document params

func (*GetFaxDocumentParams) SetDefaults

func (o *GetFaxDocumentParams) SetDefaults()

SetDefaults hydrates default values in the get fax document params (not the query body).

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

func (*GetFaxDocumentParams) SetDocumentID

func (o *GetFaxDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the get fax document params

func (*GetFaxDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fax document params

func (*GetFaxDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the get fax document params

func (*GetFaxDocumentParams) WithContext

WithContext adds the context to the get fax document params

func (*GetFaxDocumentParams) WithDefaults

func (o *GetFaxDocumentParams) WithDefaults() *GetFaxDocumentParams

WithDefaults hydrates default values in the get fax document params (not the query body).

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

func (*GetFaxDocumentParams) WithDocumentID

func (o *GetFaxDocumentParams) WithDocumentID(documentID string) *GetFaxDocumentParams

WithDocumentID adds the documentID to the get fax document params

func (*GetFaxDocumentParams) WithHTTPClient

func (o *GetFaxDocumentParams) WithHTTPClient(client *http.Client) *GetFaxDocumentParams

WithHTTPClient adds the HTTPClient to the get fax document params

func (*GetFaxDocumentParams) WithTimeout

func (o *GetFaxDocumentParams) WithTimeout(timeout time.Duration) *GetFaxDocumentParams

WithTimeout adds the timeout to the get fax document params

func (*GetFaxDocumentParams) WriteToRequest

func (o *GetFaxDocumentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFaxDocumentReader

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

GetFaxDocumentReader is a Reader for the GetFaxDocument structure.

func (*GetFaxDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFaxDocumentRequestEntityTooLarge

type GetFaxDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentRequestEntityTooLarge

func NewGetFaxDocumentRequestEntityTooLarge() *GetFaxDocumentRequestEntityTooLarge

NewGetFaxDocumentRequestEntityTooLarge creates a GetFaxDocumentRequestEntityTooLarge with default headers values

func (*GetFaxDocumentRequestEntityTooLarge) Error

func (*GetFaxDocumentRequestEntityTooLarge) GetPayload

func (*GetFaxDocumentRequestEntityTooLarge) IsClientError

func (o *GetFaxDocumentRequestEntityTooLarge) IsClientError() bool

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

func (*GetFaxDocumentRequestEntityTooLarge) IsCode

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

func (*GetFaxDocumentRequestEntityTooLarge) IsRedirect

func (o *GetFaxDocumentRequestEntityTooLarge) IsRedirect() bool

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

func (*GetFaxDocumentRequestEntityTooLarge) IsServerError

func (o *GetFaxDocumentRequestEntityTooLarge) IsServerError() bool

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

func (*GetFaxDocumentRequestEntityTooLarge) IsSuccess

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

func (*GetFaxDocumentRequestEntityTooLarge) String

type GetFaxDocumentRequestTimeout

type GetFaxDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

GetFaxDocumentRequestTimeout 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 NewGetFaxDocumentRequestTimeout

func NewGetFaxDocumentRequestTimeout() *GetFaxDocumentRequestTimeout

NewGetFaxDocumentRequestTimeout creates a GetFaxDocumentRequestTimeout with default headers values

func (*GetFaxDocumentRequestTimeout) Error

func (*GetFaxDocumentRequestTimeout) GetPayload

func (*GetFaxDocumentRequestTimeout) IsClientError

func (o *GetFaxDocumentRequestTimeout) IsClientError() bool

IsClientError returns true when this get fax document request timeout response has a 4xx status code

func (*GetFaxDocumentRequestTimeout) IsCode

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

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

func (*GetFaxDocumentRequestTimeout) IsRedirect

func (o *GetFaxDocumentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get fax document request timeout response has a 3xx status code

func (*GetFaxDocumentRequestTimeout) IsServerError

func (o *GetFaxDocumentRequestTimeout) IsServerError() bool

IsServerError returns true when this get fax document request timeout response has a 5xx status code

func (*GetFaxDocumentRequestTimeout) IsSuccess

func (o *GetFaxDocumentRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get fax document request timeout response has a 2xx status code

func (*GetFaxDocumentRequestTimeout) String

type GetFaxDocumentServiceUnavailable

type GetFaxDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetFaxDocumentServiceUnavailable 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 NewGetFaxDocumentServiceUnavailable

func NewGetFaxDocumentServiceUnavailable() *GetFaxDocumentServiceUnavailable

NewGetFaxDocumentServiceUnavailable creates a GetFaxDocumentServiceUnavailable with default headers values

func (*GetFaxDocumentServiceUnavailable) Error

func (*GetFaxDocumentServiceUnavailable) GetPayload

func (*GetFaxDocumentServiceUnavailable) IsClientError

func (o *GetFaxDocumentServiceUnavailable) IsClientError() bool

IsClientError returns true when this get fax document service unavailable response has a 4xx status code

func (*GetFaxDocumentServiceUnavailable) IsCode

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

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

func (*GetFaxDocumentServiceUnavailable) IsRedirect

func (o *GetFaxDocumentServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get fax document service unavailable response has a 3xx status code

func (*GetFaxDocumentServiceUnavailable) IsServerError

func (o *GetFaxDocumentServiceUnavailable) IsServerError() bool

IsServerError returns true when this get fax document service unavailable response has a 5xx status code

func (*GetFaxDocumentServiceUnavailable) IsSuccess

func (o *GetFaxDocumentServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get fax document service unavailable response has a 2xx status code

func (*GetFaxDocumentServiceUnavailable) String

type GetFaxDocumentTooManyRequests

type GetFaxDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentTooManyRequests

func NewGetFaxDocumentTooManyRequests() *GetFaxDocumentTooManyRequests

NewGetFaxDocumentTooManyRequests creates a GetFaxDocumentTooManyRequests with default headers values

func (*GetFaxDocumentTooManyRequests) Error

func (*GetFaxDocumentTooManyRequests) GetPayload

func (*GetFaxDocumentTooManyRequests) IsClientError

func (o *GetFaxDocumentTooManyRequests) IsClientError() bool

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

func (*GetFaxDocumentTooManyRequests) IsCode

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

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

func (*GetFaxDocumentTooManyRequests) IsRedirect

func (o *GetFaxDocumentTooManyRequests) IsRedirect() bool

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

func (*GetFaxDocumentTooManyRequests) IsServerError

func (o *GetFaxDocumentTooManyRequests) IsServerError() bool

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

func (*GetFaxDocumentTooManyRequests) IsSuccess

func (o *GetFaxDocumentTooManyRequests) IsSuccess() bool

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

func (*GetFaxDocumentTooManyRequests) String

type GetFaxDocumentUnauthorized

type GetFaxDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetFaxDocumentUnauthorized

func NewGetFaxDocumentUnauthorized() *GetFaxDocumentUnauthorized

NewGetFaxDocumentUnauthorized creates a GetFaxDocumentUnauthorized with default headers values

func (*GetFaxDocumentUnauthorized) Error

func (*GetFaxDocumentUnauthorized) GetPayload

func (o *GetFaxDocumentUnauthorized) GetPayload() *models.ErrorBody

func (*GetFaxDocumentUnauthorized) IsClientError

func (o *GetFaxDocumentUnauthorized) IsClientError() bool

IsClientError returns true when this get fax document unauthorized response has a 4xx status code

func (*GetFaxDocumentUnauthorized) IsCode

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

IsCode returns true when this get fax document unauthorized response a status code equal to that given

func (*GetFaxDocumentUnauthorized) IsRedirect

func (o *GetFaxDocumentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get fax document unauthorized response has a 3xx status code

func (*GetFaxDocumentUnauthorized) IsServerError

func (o *GetFaxDocumentUnauthorized) IsServerError() bool

IsServerError returns true when this get fax document unauthorized response has a 5xx status code

func (*GetFaxDocumentUnauthorized) IsSuccess

func (o *GetFaxDocumentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get fax document unauthorized response has a 2xx status code

func (*GetFaxDocumentUnauthorized) String

func (o *GetFaxDocumentUnauthorized) String() string

type GetFaxDocumentUnsupportedMediaType

type GetFaxDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetFaxDocumentUnsupportedMediaType 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 NewGetFaxDocumentUnsupportedMediaType

func NewGetFaxDocumentUnsupportedMediaType() *GetFaxDocumentUnsupportedMediaType

NewGetFaxDocumentUnsupportedMediaType creates a GetFaxDocumentUnsupportedMediaType with default headers values

func (*GetFaxDocumentUnsupportedMediaType) Error

func (*GetFaxDocumentUnsupportedMediaType) GetPayload

func (*GetFaxDocumentUnsupportedMediaType) IsClientError

func (o *GetFaxDocumentUnsupportedMediaType) IsClientError() bool

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

func (*GetFaxDocumentUnsupportedMediaType) IsCode

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

func (*GetFaxDocumentUnsupportedMediaType) IsRedirect

func (o *GetFaxDocumentUnsupportedMediaType) IsRedirect() bool

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

func (*GetFaxDocumentUnsupportedMediaType) IsServerError

func (o *GetFaxDocumentUnsupportedMediaType) IsServerError() bool

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

func (*GetFaxDocumentUnsupportedMediaType) IsSuccess

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

func (*GetFaxDocumentUnsupportedMediaType) String

type GetFaxDocumentsBadRequest

type GetFaxDocumentsBadRequest struct {
	Payload *models.ErrorBody
}

GetFaxDocumentsBadRequest 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 NewGetFaxDocumentsBadRequest

func NewGetFaxDocumentsBadRequest() *GetFaxDocumentsBadRequest

NewGetFaxDocumentsBadRequest creates a GetFaxDocumentsBadRequest with default headers values

func (*GetFaxDocumentsBadRequest) Error

func (o *GetFaxDocumentsBadRequest) Error() string

func (*GetFaxDocumentsBadRequest) GetPayload

func (o *GetFaxDocumentsBadRequest) GetPayload() *models.ErrorBody

func (*GetFaxDocumentsBadRequest) IsClientError

func (o *GetFaxDocumentsBadRequest) IsClientError() bool

IsClientError returns true when this get fax documents bad request response has a 4xx status code

func (*GetFaxDocumentsBadRequest) IsCode

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

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

func (*GetFaxDocumentsBadRequest) IsRedirect

func (o *GetFaxDocumentsBadRequest) IsRedirect() bool

IsRedirect returns true when this get fax documents bad request response has a 3xx status code

func (*GetFaxDocumentsBadRequest) IsServerError

func (o *GetFaxDocumentsBadRequest) IsServerError() bool

IsServerError returns true when this get fax documents bad request response has a 5xx status code

func (*GetFaxDocumentsBadRequest) IsSuccess

func (o *GetFaxDocumentsBadRequest) IsSuccess() bool

IsSuccess returns true when this get fax documents bad request response has a 2xx status code

func (*GetFaxDocumentsBadRequest) String

func (o *GetFaxDocumentsBadRequest) String() string

type GetFaxDocumentsForbidden

type GetFaxDocumentsForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetFaxDocumentsForbidden

func NewGetFaxDocumentsForbidden() *GetFaxDocumentsForbidden

NewGetFaxDocumentsForbidden creates a GetFaxDocumentsForbidden with default headers values

func (*GetFaxDocumentsForbidden) Error

func (o *GetFaxDocumentsForbidden) Error() string

func (*GetFaxDocumentsForbidden) GetPayload

func (o *GetFaxDocumentsForbidden) GetPayload() *models.ErrorBody

func (*GetFaxDocumentsForbidden) IsClientError

func (o *GetFaxDocumentsForbidden) IsClientError() bool

IsClientError returns true when this get fax documents forbidden response has a 4xx status code

func (*GetFaxDocumentsForbidden) IsCode

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

IsCode returns true when this get fax documents forbidden response a status code equal to that given

func (*GetFaxDocumentsForbidden) IsRedirect

func (o *GetFaxDocumentsForbidden) IsRedirect() bool

IsRedirect returns true when this get fax documents forbidden response has a 3xx status code

func (*GetFaxDocumentsForbidden) IsServerError

func (o *GetFaxDocumentsForbidden) IsServerError() bool

IsServerError returns true when this get fax documents forbidden response has a 5xx status code

func (*GetFaxDocumentsForbidden) IsSuccess

func (o *GetFaxDocumentsForbidden) IsSuccess() bool

IsSuccess returns true when this get fax documents forbidden response has a 2xx status code

func (*GetFaxDocumentsForbidden) String

func (o *GetFaxDocumentsForbidden) String() string

type GetFaxDocumentsGatewayTimeout

type GetFaxDocumentsGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetFaxDocumentsGatewayTimeout

func NewGetFaxDocumentsGatewayTimeout() *GetFaxDocumentsGatewayTimeout

NewGetFaxDocumentsGatewayTimeout creates a GetFaxDocumentsGatewayTimeout with default headers values

func (*GetFaxDocumentsGatewayTimeout) Error

func (*GetFaxDocumentsGatewayTimeout) GetPayload

func (*GetFaxDocumentsGatewayTimeout) IsClientError

func (o *GetFaxDocumentsGatewayTimeout) IsClientError() bool

IsClientError returns true when this get fax documents gateway timeout response has a 4xx status code

func (*GetFaxDocumentsGatewayTimeout) IsCode

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

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

func (*GetFaxDocumentsGatewayTimeout) IsRedirect

func (o *GetFaxDocumentsGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get fax documents gateway timeout response has a 3xx status code

func (*GetFaxDocumentsGatewayTimeout) IsServerError

func (o *GetFaxDocumentsGatewayTimeout) IsServerError() bool

IsServerError returns true when this get fax documents gateway timeout response has a 5xx status code

func (*GetFaxDocumentsGatewayTimeout) IsSuccess

func (o *GetFaxDocumentsGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get fax documents gateway timeout response has a 2xx status code

func (*GetFaxDocumentsGatewayTimeout) String

type GetFaxDocumentsInternalServerError

type GetFaxDocumentsInternalServerError struct {
	Payload *models.ErrorBody
}

GetFaxDocumentsInternalServerError 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 NewGetFaxDocumentsInternalServerError

func NewGetFaxDocumentsInternalServerError() *GetFaxDocumentsInternalServerError

NewGetFaxDocumentsInternalServerError creates a GetFaxDocumentsInternalServerError with default headers values

func (*GetFaxDocumentsInternalServerError) Error

func (*GetFaxDocumentsInternalServerError) GetPayload

func (*GetFaxDocumentsInternalServerError) IsClientError

func (o *GetFaxDocumentsInternalServerError) IsClientError() bool

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

func (*GetFaxDocumentsInternalServerError) IsCode

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

func (*GetFaxDocumentsInternalServerError) IsRedirect

func (o *GetFaxDocumentsInternalServerError) IsRedirect() bool

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

func (*GetFaxDocumentsInternalServerError) IsServerError

func (o *GetFaxDocumentsInternalServerError) IsServerError() bool

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

func (*GetFaxDocumentsInternalServerError) IsSuccess

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

func (*GetFaxDocumentsInternalServerError) String

type GetFaxDocumentsNotFound

type GetFaxDocumentsNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetFaxDocumentsNotFound

func NewGetFaxDocumentsNotFound() *GetFaxDocumentsNotFound

NewGetFaxDocumentsNotFound creates a GetFaxDocumentsNotFound with default headers values

func (*GetFaxDocumentsNotFound) Error

func (o *GetFaxDocumentsNotFound) Error() string

func (*GetFaxDocumentsNotFound) GetPayload

func (o *GetFaxDocumentsNotFound) GetPayload() *models.ErrorBody

func (*GetFaxDocumentsNotFound) IsClientError

func (o *GetFaxDocumentsNotFound) IsClientError() bool

IsClientError returns true when this get fax documents not found response has a 4xx status code

func (*GetFaxDocumentsNotFound) IsCode

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

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

func (*GetFaxDocumentsNotFound) IsRedirect

func (o *GetFaxDocumentsNotFound) IsRedirect() bool

IsRedirect returns true when this get fax documents not found response has a 3xx status code

func (*GetFaxDocumentsNotFound) IsServerError

func (o *GetFaxDocumentsNotFound) IsServerError() bool

IsServerError returns true when this get fax documents not found response has a 5xx status code

func (*GetFaxDocumentsNotFound) IsSuccess

func (o *GetFaxDocumentsNotFound) IsSuccess() bool

IsSuccess returns true when this get fax documents not found response has a 2xx status code

func (*GetFaxDocumentsNotFound) String

func (o *GetFaxDocumentsNotFound) String() string

type GetFaxDocumentsOK

type GetFaxDocumentsOK struct {
	Payload *models.FaxDocumentEntityListing
}

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

successful operation

func NewGetFaxDocumentsOK

func NewGetFaxDocumentsOK() *GetFaxDocumentsOK

NewGetFaxDocumentsOK creates a GetFaxDocumentsOK with default headers values

func (*GetFaxDocumentsOK) Error

func (o *GetFaxDocumentsOK) Error() string

func (*GetFaxDocumentsOK) GetPayload

func (*GetFaxDocumentsOK) IsClientError

func (o *GetFaxDocumentsOK) IsClientError() bool

IsClientError returns true when this get fax documents o k response has a 4xx status code

func (*GetFaxDocumentsOK) IsCode

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

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

func (*GetFaxDocumentsOK) IsRedirect

func (o *GetFaxDocumentsOK) IsRedirect() bool

IsRedirect returns true when this get fax documents o k response has a 3xx status code

func (*GetFaxDocumentsOK) IsServerError

func (o *GetFaxDocumentsOK) IsServerError() bool

IsServerError returns true when this get fax documents o k response has a 5xx status code

func (*GetFaxDocumentsOK) IsSuccess

func (o *GetFaxDocumentsOK) IsSuccess() bool

IsSuccess returns true when this get fax documents o k response has a 2xx status code

func (*GetFaxDocumentsOK) String

func (o *GetFaxDocumentsOK) String() string

type GetFaxDocumentsParams

type GetFaxDocumentsParams struct {

	/* PageNumber.

	   Page number

	   Format: int32
	   Default: 1
	*/
	PageNumber *int32

	/* PageSize.

	   Page size

	   Format: int32
	   Default: 25
	*/
	PageSize *int32

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

GetFaxDocumentsParams contains all the parameters to send to the API endpoint

for the get fax documents operation.

Typically these are written to a http.Request.

func NewGetFaxDocumentsParams

func NewGetFaxDocumentsParams() *GetFaxDocumentsParams

NewGetFaxDocumentsParams creates a new GetFaxDocumentsParams 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 NewGetFaxDocumentsParamsWithContext

func NewGetFaxDocumentsParamsWithContext(ctx context.Context) *GetFaxDocumentsParams

NewGetFaxDocumentsParamsWithContext creates a new GetFaxDocumentsParams object with the ability to set a context for a request.

func NewGetFaxDocumentsParamsWithHTTPClient

func NewGetFaxDocumentsParamsWithHTTPClient(client *http.Client) *GetFaxDocumentsParams

NewGetFaxDocumentsParamsWithHTTPClient creates a new GetFaxDocumentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetFaxDocumentsParamsWithTimeout

func NewGetFaxDocumentsParamsWithTimeout(timeout time.Duration) *GetFaxDocumentsParams

NewGetFaxDocumentsParamsWithTimeout creates a new GetFaxDocumentsParams object with the ability to set a timeout on a request.

func (*GetFaxDocumentsParams) SetContext

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

SetContext adds the context to the get fax documents params

func (*GetFaxDocumentsParams) SetDefaults

func (o *GetFaxDocumentsParams) SetDefaults()

SetDefaults hydrates default values in the get fax documents params (not the query body).

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

func (*GetFaxDocumentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fax documents params

func (*GetFaxDocumentsParams) SetPageNumber

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

SetPageNumber adds the pageNumber to the get fax documents params

func (*GetFaxDocumentsParams) SetPageSize

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

SetPageSize adds the pageSize to the get fax documents params

func (*GetFaxDocumentsParams) SetTimeout

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

SetTimeout adds the timeout to the get fax documents params

func (*GetFaxDocumentsParams) WithContext

WithContext adds the context to the get fax documents params

func (*GetFaxDocumentsParams) WithDefaults

func (o *GetFaxDocumentsParams) WithDefaults() *GetFaxDocumentsParams

WithDefaults hydrates default values in the get fax documents params (not the query body).

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

func (*GetFaxDocumentsParams) WithHTTPClient

func (o *GetFaxDocumentsParams) WithHTTPClient(client *http.Client) *GetFaxDocumentsParams

WithHTTPClient adds the HTTPClient to the get fax documents params

func (*GetFaxDocumentsParams) WithPageNumber

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

WithPageNumber adds the pageNumber to the get fax documents params

func (*GetFaxDocumentsParams) WithPageSize

func (o *GetFaxDocumentsParams) WithPageSize(pageSize *int32) *GetFaxDocumentsParams

WithPageSize adds the pageSize to the get fax documents params

func (*GetFaxDocumentsParams) WithTimeout

func (o *GetFaxDocumentsParams) WithTimeout(timeout time.Duration) *GetFaxDocumentsParams

WithTimeout adds the timeout to the get fax documents params

func (*GetFaxDocumentsParams) WriteToRequest

func (o *GetFaxDocumentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFaxDocumentsReader

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

GetFaxDocumentsReader is a Reader for the GetFaxDocuments structure.

func (*GetFaxDocumentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFaxDocumentsRequestEntityTooLarge

type GetFaxDocumentsRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentsRequestEntityTooLarge

func NewGetFaxDocumentsRequestEntityTooLarge() *GetFaxDocumentsRequestEntityTooLarge

NewGetFaxDocumentsRequestEntityTooLarge creates a GetFaxDocumentsRequestEntityTooLarge with default headers values

func (*GetFaxDocumentsRequestEntityTooLarge) Error

func (*GetFaxDocumentsRequestEntityTooLarge) GetPayload

func (*GetFaxDocumentsRequestEntityTooLarge) IsClientError

func (o *GetFaxDocumentsRequestEntityTooLarge) IsClientError() bool

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

func (*GetFaxDocumentsRequestEntityTooLarge) IsCode

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

func (*GetFaxDocumentsRequestEntityTooLarge) IsRedirect

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

func (*GetFaxDocumentsRequestEntityTooLarge) IsServerError

func (o *GetFaxDocumentsRequestEntityTooLarge) IsServerError() bool

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

func (*GetFaxDocumentsRequestEntityTooLarge) IsSuccess

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

func (*GetFaxDocumentsRequestEntityTooLarge) String

type GetFaxDocumentsRequestTimeout

type GetFaxDocumentsRequestTimeout struct {
	Payload *models.ErrorBody
}

GetFaxDocumentsRequestTimeout 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 NewGetFaxDocumentsRequestTimeout

func NewGetFaxDocumentsRequestTimeout() *GetFaxDocumentsRequestTimeout

NewGetFaxDocumentsRequestTimeout creates a GetFaxDocumentsRequestTimeout with default headers values

func (*GetFaxDocumentsRequestTimeout) Error

func (*GetFaxDocumentsRequestTimeout) GetPayload

func (*GetFaxDocumentsRequestTimeout) IsClientError

func (o *GetFaxDocumentsRequestTimeout) IsClientError() bool

IsClientError returns true when this get fax documents request timeout response has a 4xx status code

func (*GetFaxDocumentsRequestTimeout) IsCode

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

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

func (*GetFaxDocumentsRequestTimeout) IsRedirect

func (o *GetFaxDocumentsRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get fax documents request timeout response has a 3xx status code

func (*GetFaxDocumentsRequestTimeout) IsServerError

func (o *GetFaxDocumentsRequestTimeout) IsServerError() bool

IsServerError returns true when this get fax documents request timeout response has a 5xx status code

func (*GetFaxDocumentsRequestTimeout) IsSuccess

func (o *GetFaxDocumentsRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get fax documents request timeout response has a 2xx status code

func (*GetFaxDocumentsRequestTimeout) String

type GetFaxDocumentsServiceUnavailable

type GetFaxDocumentsServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetFaxDocumentsServiceUnavailable 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 NewGetFaxDocumentsServiceUnavailable

func NewGetFaxDocumentsServiceUnavailable() *GetFaxDocumentsServiceUnavailable

NewGetFaxDocumentsServiceUnavailable creates a GetFaxDocumentsServiceUnavailable with default headers values

func (*GetFaxDocumentsServiceUnavailable) Error

func (*GetFaxDocumentsServiceUnavailable) GetPayload

func (*GetFaxDocumentsServiceUnavailable) IsClientError

func (o *GetFaxDocumentsServiceUnavailable) IsClientError() bool

IsClientError returns true when this get fax documents service unavailable response has a 4xx status code

func (*GetFaxDocumentsServiceUnavailable) IsCode

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

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

func (*GetFaxDocumentsServiceUnavailable) IsRedirect

func (o *GetFaxDocumentsServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get fax documents service unavailable response has a 3xx status code

func (*GetFaxDocumentsServiceUnavailable) IsServerError

func (o *GetFaxDocumentsServiceUnavailable) IsServerError() bool

IsServerError returns true when this get fax documents service unavailable response has a 5xx status code

func (*GetFaxDocumentsServiceUnavailable) IsSuccess

func (o *GetFaxDocumentsServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get fax documents service unavailable response has a 2xx status code

func (*GetFaxDocumentsServiceUnavailable) String

type GetFaxDocumentsTooManyRequests

type GetFaxDocumentsTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxDocumentsTooManyRequests

func NewGetFaxDocumentsTooManyRequests() *GetFaxDocumentsTooManyRequests

NewGetFaxDocumentsTooManyRequests creates a GetFaxDocumentsTooManyRequests with default headers values

func (*GetFaxDocumentsTooManyRequests) Error

func (*GetFaxDocumentsTooManyRequests) GetPayload

func (*GetFaxDocumentsTooManyRequests) IsClientError

func (o *GetFaxDocumentsTooManyRequests) IsClientError() bool

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

func (*GetFaxDocumentsTooManyRequests) IsCode

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

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

func (*GetFaxDocumentsTooManyRequests) IsRedirect

func (o *GetFaxDocumentsTooManyRequests) IsRedirect() bool

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

func (*GetFaxDocumentsTooManyRequests) IsServerError

func (o *GetFaxDocumentsTooManyRequests) IsServerError() bool

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

func (*GetFaxDocumentsTooManyRequests) IsSuccess

func (o *GetFaxDocumentsTooManyRequests) IsSuccess() bool

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

func (*GetFaxDocumentsTooManyRequests) String

type GetFaxDocumentsUnauthorized

type GetFaxDocumentsUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetFaxDocumentsUnauthorized

func NewGetFaxDocumentsUnauthorized() *GetFaxDocumentsUnauthorized

NewGetFaxDocumentsUnauthorized creates a GetFaxDocumentsUnauthorized with default headers values

func (*GetFaxDocumentsUnauthorized) Error

func (*GetFaxDocumentsUnauthorized) GetPayload

func (o *GetFaxDocumentsUnauthorized) GetPayload() *models.ErrorBody

func (*GetFaxDocumentsUnauthorized) IsClientError

func (o *GetFaxDocumentsUnauthorized) IsClientError() bool

IsClientError returns true when this get fax documents unauthorized response has a 4xx status code

func (*GetFaxDocumentsUnauthorized) IsCode

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

IsCode returns true when this get fax documents unauthorized response a status code equal to that given

func (*GetFaxDocumentsUnauthorized) IsRedirect

func (o *GetFaxDocumentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this get fax documents unauthorized response has a 3xx status code

func (*GetFaxDocumentsUnauthorized) IsServerError

func (o *GetFaxDocumentsUnauthorized) IsServerError() bool

IsServerError returns true when this get fax documents unauthorized response has a 5xx status code

func (*GetFaxDocumentsUnauthorized) IsSuccess

func (o *GetFaxDocumentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this get fax documents unauthorized response has a 2xx status code

func (*GetFaxDocumentsUnauthorized) String

func (o *GetFaxDocumentsUnauthorized) String() string

type GetFaxDocumentsUnsupportedMediaType

type GetFaxDocumentsUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetFaxDocumentsUnsupportedMediaType 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 NewGetFaxDocumentsUnsupportedMediaType

func NewGetFaxDocumentsUnsupportedMediaType() *GetFaxDocumentsUnsupportedMediaType

NewGetFaxDocumentsUnsupportedMediaType creates a GetFaxDocumentsUnsupportedMediaType with default headers values

func (*GetFaxDocumentsUnsupportedMediaType) Error

func (*GetFaxDocumentsUnsupportedMediaType) GetPayload

func (*GetFaxDocumentsUnsupportedMediaType) IsClientError

func (o *GetFaxDocumentsUnsupportedMediaType) IsClientError() bool

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

func (*GetFaxDocumentsUnsupportedMediaType) IsCode

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

func (*GetFaxDocumentsUnsupportedMediaType) IsRedirect

func (o *GetFaxDocumentsUnsupportedMediaType) IsRedirect() bool

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

func (*GetFaxDocumentsUnsupportedMediaType) IsServerError

func (o *GetFaxDocumentsUnsupportedMediaType) IsServerError() bool

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

func (*GetFaxDocumentsUnsupportedMediaType) IsSuccess

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

func (*GetFaxDocumentsUnsupportedMediaType) String

type GetFaxSummaryBadRequest

type GetFaxSummaryBadRequest struct {
	Payload *models.ErrorBody
}

GetFaxSummaryBadRequest 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 NewGetFaxSummaryBadRequest

func NewGetFaxSummaryBadRequest() *GetFaxSummaryBadRequest

NewGetFaxSummaryBadRequest creates a GetFaxSummaryBadRequest with default headers values

func (*GetFaxSummaryBadRequest) Error

func (o *GetFaxSummaryBadRequest) Error() string

func (*GetFaxSummaryBadRequest) GetPayload

func (o *GetFaxSummaryBadRequest) GetPayload() *models.ErrorBody

func (*GetFaxSummaryBadRequest) IsClientError

func (o *GetFaxSummaryBadRequest) IsClientError() bool

IsClientError returns true when this get fax summary bad request response has a 4xx status code

func (*GetFaxSummaryBadRequest) IsCode

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

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

func (*GetFaxSummaryBadRequest) IsRedirect

func (o *GetFaxSummaryBadRequest) IsRedirect() bool

IsRedirect returns true when this get fax summary bad request response has a 3xx status code

func (*GetFaxSummaryBadRequest) IsServerError

func (o *GetFaxSummaryBadRequest) IsServerError() bool

IsServerError returns true when this get fax summary bad request response has a 5xx status code

func (*GetFaxSummaryBadRequest) IsSuccess

func (o *GetFaxSummaryBadRequest) IsSuccess() bool

IsSuccess returns true when this get fax summary bad request response has a 2xx status code

func (*GetFaxSummaryBadRequest) String

func (o *GetFaxSummaryBadRequest) String() string

type GetFaxSummaryForbidden

type GetFaxSummaryForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewGetFaxSummaryForbidden

func NewGetFaxSummaryForbidden() *GetFaxSummaryForbidden

NewGetFaxSummaryForbidden creates a GetFaxSummaryForbidden with default headers values

func (*GetFaxSummaryForbidden) Error

func (o *GetFaxSummaryForbidden) Error() string

func (*GetFaxSummaryForbidden) GetPayload

func (o *GetFaxSummaryForbidden) GetPayload() *models.ErrorBody

func (*GetFaxSummaryForbidden) IsClientError

func (o *GetFaxSummaryForbidden) IsClientError() bool

IsClientError returns true when this get fax summary forbidden response has a 4xx status code

func (*GetFaxSummaryForbidden) IsCode

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

IsCode returns true when this get fax summary forbidden response a status code equal to that given

func (*GetFaxSummaryForbidden) IsRedirect

func (o *GetFaxSummaryForbidden) IsRedirect() bool

IsRedirect returns true when this get fax summary forbidden response has a 3xx status code

func (*GetFaxSummaryForbidden) IsServerError

func (o *GetFaxSummaryForbidden) IsServerError() bool

IsServerError returns true when this get fax summary forbidden response has a 5xx status code

func (*GetFaxSummaryForbidden) IsSuccess

func (o *GetFaxSummaryForbidden) IsSuccess() bool

IsSuccess returns true when this get fax summary forbidden response has a 2xx status code

func (*GetFaxSummaryForbidden) String

func (o *GetFaxSummaryForbidden) String() string

type GetFaxSummaryGatewayTimeout

type GetFaxSummaryGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewGetFaxSummaryGatewayTimeout

func NewGetFaxSummaryGatewayTimeout() *GetFaxSummaryGatewayTimeout

NewGetFaxSummaryGatewayTimeout creates a GetFaxSummaryGatewayTimeout with default headers values

func (*GetFaxSummaryGatewayTimeout) Error

func (*GetFaxSummaryGatewayTimeout) GetPayload

func (o *GetFaxSummaryGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetFaxSummaryGatewayTimeout) IsClientError

func (o *GetFaxSummaryGatewayTimeout) IsClientError() bool

IsClientError returns true when this get fax summary gateway timeout response has a 4xx status code

func (*GetFaxSummaryGatewayTimeout) IsCode

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

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

func (*GetFaxSummaryGatewayTimeout) IsRedirect

func (o *GetFaxSummaryGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get fax summary gateway timeout response has a 3xx status code

func (*GetFaxSummaryGatewayTimeout) IsServerError

func (o *GetFaxSummaryGatewayTimeout) IsServerError() bool

IsServerError returns true when this get fax summary gateway timeout response has a 5xx status code

func (*GetFaxSummaryGatewayTimeout) IsSuccess

func (o *GetFaxSummaryGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get fax summary gateway timeout response has a 2xx status code

func (*GetFaxSummaryGatewayTimeout) String

func (o *GetFaxSummaryGatewayTimeout) String() string

type GetFaxSummaryInternalServerError

type GetFaxSummaryInternalServerError struct {
	Payload *models.ErrorBody
}

GetFaxSummaryInternalServerError 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 NewGetFaxSummaryInternalServerError

func NewGetFaxSummaryInternalServerError() *GetFaxSummaryInternalServerError

NewGetFaxSummaryInternalServerError creates a GetFaxSummaryInternalServerError with default headers values

func (*GetFaxSummaryInternalServerError) Error

func (*GetFaxSummaryInternalServerError) GetPayload

func (*GetFaxSummaryInternalServerError) IsClientError

func (o *GetFaxSummaryInternalServerError) IsClientError() bool

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

func (*GetFaxSummaryInternalServerError) IsCode

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

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

func (*GetFaxSummaryInternalServerError) IsRedirect

func (o *GetFaxSummaryInternalServerError) IsRedirect() bool

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

func (*GetFaxSummaryInternalServerError) IsServerError

func (o *GetFaxSummaryInternalServerError) IsServerError() bool

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

func (*GetFaxSummaryInternalServerError) IsSuccess

func (o *GetFaxSummaryInternalServerError) IsSuccess() bool

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

func (*GetFaxSummaryInternalServerError) String

type GetFaxSummaryNotFound

type GetFaxSummaryNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewGetFaxSummaryNotFound

func NewGetFaxSummaryNotFound() *GetFaxSummaryNotFound

NewGetFaxSummaryNotFound creates a GetFaxSummaryNotFound with default headers values

func (*GetFaxSummaryNotFound) Error

func (o *GetFaxSummaryNotFound) Error() string

func (*GetFaxSummaryNotFound) GetPayload

func (o *GetFaxSummaryNotFound) GetPayload() *models.ErrorBody

func (*GetFaxSummaryNotFound) IsClientError

func (o *GetFaxSummaryNotFound) IsClientError() bool

IsClientError returns true when this get fax summary not found response has a 4xx status code

func (*GetFaxSummaryNotFound) IsCode

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

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

func (*GetFaxSummaryNotFound) IsRedirect

func (o *GetFaxSummaryNotFound) IsRedirect() bool

IsRedirect returns true when this get fax summary not found response has a 3xx status code

func (*GetFaxSummaryNotFound) IsServerError

func (o *GetFaxSummaryNotFound) IsServerError() bool

IsServerError returns true when this get fax summary not found response has a 5xx status code

func (*GetFaxSummaryNotFound) IsSuccess

func (o *GetFaxSummaryNotFound) IsSuccess() bool

IsSuccess returns true when this get fax summary not found response has a 2xx status code

func (*GetFaxSummaryNotFound) String

func (o *GetFaxSummaryNotFound) String() string

type GetFaxSummaryOK

type GetFaxSummaryOK struct {
	Payload *models.FaxSummary
}

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

successful operation

func NewGetFaxSummaryOK

func NewGetFaxSummaryOK() *GetFaxSummaryOK

NewGetFaxSummaryOK creates a GetFaxSummaryOK with default headers values

func (*GetFaxSummaryOK) Error

func (o *GetFaxSummaryOK) Error() string

func (*GetFaxSummaryOK) GetPayload

func (o *GetFaxSummaryOK) GetPayload() *models.FaxSummary

func (*GetFaxSummaryOK) IsClientError

func (o *GetFaxSummaryOK) IsClientError() bool

IsClientError returns true when this get fax summary o k response has a 4xx status code

func (*GetFaxSummaryOK) IsCode

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

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

func (*GetFaxSummaryOK) IsRedirect

func (o *GetFaxSummaryOK) IsRedirect() bool

IsRedirect returns true when this get fax summary o k response has a 3xx status code

func (*GetFaxSummaryOK) IsServerError

func (o *GetFaxSummaryOK) IsServerError() bool

IsServerError returns true when this get fax summary o k response has a 5xx status code

func (*GetFaxSummaryOK) IsSuccess

func (o *GetFaxSummaryOK) IsSuccess() bool

IsSuccess returns true when this get fax summary o k response has a 2xx status code

func (*GetFaxSummaryOK) String

func (o *GetFaxSummaryOK) String() string

type GetFaxSummaryParams

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

GetFaxSummaryParams contains all the parameters to send to the API endpoint

for the get fax summary operation.

Typically these are written to a http.Request.

func NewGetFaxSummaryParams

func NewGetFaxSummaryParams() *GetFaxSummaryParams

NewGetFaxSummaryParams creates a new GetFaxSummaryParams 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 NewGetFaxSummaryParamsWithContext

func NewGetFaxSummaryParamsWithContext(ctx context.Context) *GetFaxSummaryParams

NewGetFaxSummaryParamsWithContext creates a new GetFaxSummaryParams object with the ability to set a context for a request.

func NewGetFaxSummaryParamsWithHTTPClient

func NewGetFaxSummaryParamsWithHTTPClient(client *http.Client) *GetFaxSummaryParams

NewGetFaxSummaryParamsWithHTTPClient creates a new GetFaxSummaryParams object with the ability to set a custom HTTPClient for a request.

func NewGetFaxSummaryParamsWithTimeout

func NewGetFaxSummaryParamsWithTimeout(timeout time.Duration) *GetFaxSummaryParams

NewGetFaxSummaryParamsWithTimeout creates a new GetFaxSummaryParams object with the ability to set a timeout on a request.

func (*GetFaxSummaryParams) SetContext

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

SetContext adds the context to the get fax summary params

func (*GetFaxSummaryParams) SetDefaults

func (o *GetFaxSummaryParams) SetDefaults()

SetDefaults hydrates default values in the get fax summary params (not the query body).

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

func (*GetFaxSummaryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get fax summary params

func (*GetFaxSummaryParams) SetTimeout

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

SetTimeout adds the timeout to the get fax summary params

func (*GetFaxSummaryParams) WithContext

WithContext adds the context to the get fax summary params

func (*GetFaxSummaryParams) WithDefaults

func (o *GetFaxSummaryParams) WithDefaults() *GetFaxSummaryParams

WithDefaults hydrates default values in the get fax summary params (not the query body).

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

func (*GetFaxSummaryParams) WithHTTPClient

func (o *GetFaxSummaryParams) WithHTTPClient(client *http.Client) *GetFaxSummaryParams

WithHTTPClient adds the HTTPClient to the get fax summary params

func (*GetFaxSummaryParams) WithTimeout

func (o *GetFaxSummaryParams) WithTimeout(timeout time.Duration) *GetFaxSummaryParams

WithTimeout adds the timeout to the get fax summary params

func (*GetFaxSummaryParams) WriteToRequest

func (o *GetFaxSummaryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFaxSummaryReader

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

GetFaxSummaryReader is a Reader for the GetFaxSummary structure.

func (*GetFaxSummaryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFaxSummaryRequestEntityTooLarge

type GetFaxSummaryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxSummaryRequestEntityTooLarge

func NewGetFaxSummaryRequestEntityTooLarge() *GetFaxSummaryRequestEntityTooLarge

NewGetFaxSummaryRequestEntityTooLarge creates a GetFaxSummaryRequestEntityTooLarge with default headers values

func (*GetFaxSummaryRequestEntityTooLarge) Error

func (*GetFaxSummaryRequestEntityTooLarge) GetPayload

func (*GetFaxSummaryRequestEntityTooLarge) IsClientError

func (o *GetFaxSummaryRequestEntityTooLarge) IsClientError() bool

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

func (*GetFaxSummaryRequestEntityTooLarge) IsCode

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

func (*GetFaxSummaryRequestEntityTooLarge) IsRedirect

func (o *GetFaxSummaryRequestEntityTooLarge) IsRedirect() bool

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

func (*GetFaxSummaryRequestEntityTooLarge) IsServerError

func (o *GetFaxSummaryRequestEntityTooLarge) IsServerError() bool

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

func (*GetFaxSummaryRequestEntityTooLarge) IsSuccess

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

func (*GetFaxSummaryRequestEntityTooLarge) String

type GetFaxSummaryRequestTimeout

type GetFaxSummaryRequestTimeout struct {
	Payload *models.ErrorBody
}

GetFaxSummaryRequestTimeout 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 NewGetFaxSummaryRequestTimeout

func NewGetFaxSummaryRequestTimeout() *GetFaxSummaryRequestTimeout

NewGetFaxSummaryRequestTimeout creates a GetFaxSummaryRequestTimeout with default headers values

func (*GetFaxSummaryRequestTimeout) Error

func (*GetFaxSummaryRequestTimeout) GetPayload

func (o *GetFaxSummaryRequestTimeout) GetPayload() *models.ErrorBody

func (*GetFaxSummaryRequestTimeout) IsClientError

func (o *GetFaxSummaryRequestTimeout) IsClientError() bool

IsClientError returns true when this get fax summary request timeout response has a 4xx status code

func (*GetFaxSummaryRequestTimeout) IsCode

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

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

func (*GetFaxSummaryRequestTimeout) IsRedirect

func (o *GetFaxSummaryRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get fax summary request timeout response has a 3xx status code

func (*GetFaxSummaryRequestTimeout) IsServerError

func (o *GetFaxSummaryRequestTimeout) IsServerError() bool

IsServerError returns true when this get fax summary request timeout response has a 5xx status code

func (*GetFaxSummaryRequestTimeout) IsSuccess

func (o *GetFaxSummaryRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get fax summary request timeout response has a 2xx status code

func (*GetFaxSummaryRequestTimeout) String

func (o *GetFaxSummaryRequestTimeout) String() string

type GetFaxSummaryServiceUnavailable

type GetFaxSummaryServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetFaxSummaryServiceUnavailable 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 NewGetFaxSummaryServiceUnavailable

func NewGetFaxSummaryServiceUnavailable() *GetFaxSummaryServiceUnavailable

NewGetFaxSummaryServiceUnavailable creates a GetFaxSummaryServiceUnavailable with default headers values

func (*GetFaxSummaryServiceUnavailable) Error

func (*GetFaxSummaryServiceUnavailable) GetPayload

func (*GetFaxSummaryServiceUnavailable) IsClientError

func (o *GetFaxSummaryServiceUnavailable) IsClientError() bool

IsClientError returns true when this get fax summary service unavailable response has a 4xx status code

func (*GetFaxSummaryServiceUnavailable) IsCode

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

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

func (*GetFaxSummaryServiceUnavailable) IsRedirect

func (o *GetFaxSummaryServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get fax summary service unavailable response has a 3xx status code

func (*GetFaxSummaryServiceUnavailable) IsServerError

func (o *GetFaxSummaryServiceUnavailable) IsServerError() bool

IsServerError returns true when this get fax summary service unavailable response has a 5xx status code

func (*GetFaxSummaryServiceUnavailable) IsSuccess

func (o *GetFaxSummaryServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get fax summary service unavailable response has a 2xx status code

func (*GetFaxSummaryServiceUnavailable) String

type GetFaxSummaryTooManyRequests

type GetFaxSummaryTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewGetFaxSummaryTooManyRequests

func NewGetFaxSummaryTooManyRequests() *GetFaxSummaryTooManyRequests

NewGetFaxSummaryTooManyRequests creates a GetFaxSummaryTooManyRequests with default headers values

func (*GetFaxSummaryTooManyRequests) Error

func (*GetFaxSummaryTooManyRequests) GetPayload

func (*GetFaxSummaryTooManyRequests) IsClientError

func (o *GetFaxSummaryTooManyRequests) IsClientError() bool

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

func (*GetFaxSummaryTooManyRequests) IsCode

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

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

func (*GetFaxSummaryTooManyRequests) IsRedirect

func (o *GetFaxSummaryTooManyRequests) IsRedirect() bool

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

func (*GetFaxSummaryTooManyRequests) IsServerError

func (o *GetFaxSummaryTooManyRequests) IsServerError() bool

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

func (*GetFaxSummaryTooManyRequests) IsSuccess

func (o *GetFaxSummaryTooManyRequests) IsSuccess() bool

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

func (*GetFaxSummaryTooManyRequests) String

type GetFaxSummaryUnauthorized

type GetFaxSummaryUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewGetFaxSummaryUnauthorized

func NewGetFaxSummaryUnauthorized() *GetFaxSummaryUnauthorized

NewGetFaxSummaryUnauthorized creates a GetFaxSummaryUnauthorized with default headers values

func (*GetFaxSummaryUnauthorized) Error

func (o *GetFaxSummaryUnauthorized) Error() string

func (*GetFaxSummaryUnauthorized) GetPayload

func (o *GetFaxSummaryUnauthorized) GetPayload() *models.ErrorBody

func (*GetFaxSummaryUnauthorized) IsClientError

func (o *GetFaxSummaryUnauthorized) IsClientError() bool

IsClientError returns true when this get fax summary unauthorized response has a 4xx status code

func (*GetFaxSummaryUnauthorized) IsCode

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

IsCode returns true when this get fax summary unauthorized response a status code equal to that given

func (*GetFaxSummaryUnauthorized) IsRedirect

func (o *GetFaxSummaryUnauthorized) IsRedirect() bool

IsRedirect returns true when this get fax summary unauthorized response has a 3xx status code

func (*GetFaxSummaryUnauthorized) IsServerError

func (o *GetFaxSummaryUnauthorized) IsServerError() bool

IsServerError returns true when this get fax summary unauthorized response has a 5xx status code

func (*GetFaxSummaryUnauthorized) IsSuccess

func (o *GetFaxSummaryUnauthorized) IsSuccess() bool

IsSuccess returns true when this get fax summary unauthorized response has a 2xx status code

func (*GetFaxSummaryUnauthorized) String

func (o *GetFaxSummaryUnauthorized) String() string

type GetFaxSummaryUnsupportedMediaType

type GetFaxSummaryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetFaxSummaryUnsupportedMediaType 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 NewGetFaxSummaryUnsupportedMediaType

func NewGetFaxSummaryUnsupportedMediaType() *GetFaxSummaryUnsupportedMediaType

NewGetFaxSummaryUnsupportedMediaType creates a GetFaxSummaryUnsupportedMediaType with default headers values

func (*GetFaxSummaryUnsupportedMediaType) Error

func (*GetFaxSummaryUnsupportedMediaType) GetPayload

func (*GetFaxSummaryUnsupportedMediaType) IsClientError

func (o *GetFaxSummaryUnsupportedMediaType) IsClientError() bool

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

func (*GetFaxSummaryUnsupportedMediaType) IsCode

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

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

func (*GetFaxSummaryUnsupportedMediaType) IsRedirect

func (o *GetFaxSummaryUnsupportedMediaType) IsRedirect() bool

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

func (*GetFaxSummaryUnsupportedMediaType) IsServerError

func (o *GetFaxSummaryUnsupportedMediaType) IsServerError() bool

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

func (*GetFaxSummaryUnsupportedMediaType) IsSuccess

func (o *GetFaxSummaryUnsupportedMediaType) IsSuccess() bool

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

func (*GetFaxSummaryUnsupportedMediaType) String

type PutFaxDocumentBadRequest

type PutFaxDocumentBadRequest struct {
	Payload *models.ErrorBody
}

PutFaxDocumentBadRequest 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 NewPutFaxDocumentBadRequest

func NewPutFaxDocumentBadRequest() *PutFaxDocumentBadRequest

NewPutFaxDocumentBadRequest creates a PutFaxDocumentBadRequest with default headers values

func (*PutFaxDocumentBadRequest) Error

func (o *PutFaxDocumentBadRequest) Error() string

func (*PutFaxDocumentBadRequest) GetPayload

func (o *PutFaxDocumentBadRequest) GetPayload() *models.ErrorBody

func (*PutFaxDocumentBadRequest) IsClientError

func (o *PutFaxDocumentBadRequest) IsClientError() bool

IsClientError returns true when this put fax document bad request response has a 4xx status code

func (*PutFaxDocumentBadRequest) IsCode

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

IsCode returns true when this put fax document bad request response a status code equal to that given

func (*PutFaxDocumentBadRequest) IsRedirect

func (o *PutFaxDocumentBadRequest) IsRedirect() bool

IsRedirect returns true when this put fax document bad request response has a 3xx status code

func (*PutFaxDocumentBadRequest) IsServerError

func (o *PutFaxDocumentBadRequest) IsServerError() bool

IsServerError returns true when this put fax document bad request response has a 5xx status code

func (*PutFaxDocumentBadRequest) IsSuccess

func (o *PutFaxDocumentBadRequest) IsSuccess() bool

IsSuccess returns true when this put fax document bad request response has a 2xx status code

func (*PutFaxDocumentBadRequest) String

func (o *PutFaxDocumentBadRequest) String() string

type PutFaxDocumentForbidden

type PutFaxDocumentForbidden struct {
	Payload *models.ErrorBody
}

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

You are not authorized to perform the requested action.

func NewPutFaxDocumentForbidden

func NewPutFaxDocumentForbidden() *PutFaxDocumentForbidden

NewPutFaxDocumentForbidden creates a PutFaxDocumentForbidden with default headers values

func (*PutFaxDocumentForbidden) Error

func (o *PutFaxDocumentForbidden) Error() string

func (*PutFaxDocumentForbidden) GetPayload

func (o *PutFaxDocumentForbidden) GetPayload() *models.ErrorBody

func (*PutFaxDocumentForbidden) IsClientError

func (o *PutFaxDocumentForbidden) IsClientError() bool

IsClientError returns true when this put fax document forbidden response has a 4xx status code

func (*PutFaxDocumentForbidden) IsCode

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

IsCode returns true when this put fax document forbidden response a status code equal to that given

func (*PutFaxDocumentForbidden) IsRedirect

func (o *PutFaxDocumentForbidden) IsRedirect() bool

IsRedirect returns true when this put fax document forbidden response has a 3xx status code

func (*PutFaxDocumentForbidden) IsServerError

func (o *PutFaxDocumentForbidden) IsServerError() bool

IsServerError returns true when this put fax document forbidden response has a 5xx status code

func (*PutFaxDocumentForbidden) IsSuccess

func (o *PutFaxDocumentForbidden) IsSuccess() bool

IsSuccess returns true when this put fax document forbidden response has a 2xx status code

func (*PutFaxDocumentForbidden) String

func (o *PutFaxDocumentForbidden) String() string

type PutFaxDocumentGatewayTimeout

type PutFaxDocumentGatewayTimeout struct {
	Payload *models.ErrorBody
}

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

The request timed out.

func NewPutFaxDocumentGatewayTimeout

func NewPutFaxDocumentGatewayTimeout() *PutFaxDocumentGatewayTimeout

NewPutFaxDocumentGatewayTimeout creates a PutFaxDocumentGatewayTimeout with default headers values

func (*PutFaxDocumentGatewayTimeout) Error

func (*PutFaxDocumentGatewayTimeout) GetPayload

func (*PutFaxDocumentGatewayTimeout) IsClientError

func (o *PutFaxDocumentGatewayTimeout) IsClientError() bool

IsClientError returns true when this put fax document gateway timeout response has a 4xx status code

func (*PutFaxDocumentGatewayTimeout) IsCode

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

IsCode returns true when this put fax document gateway timeout response a status code equal to that given

func (*PutFaxDocumentGatewayTimeout) IsRedirect

func (o *PutFaxDocumentGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this put fax document gateway timeout response has a 3xx status code

func (*PutFaxDocumentGatewayTimeout) IsServerError

func (o *PutFaxDocumentGatewayTimeout) IsServerError() bool

IsServerError returns true when this put fax document gateway timeout response has a 5xx status code

func (*PutFaxDocumentGatewayTimeout) IsSuccess

func (o *PutFaxDocumentGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this put fax document gateway timeout response has a 2xx status code

func (*PutFaxDocumentGatewayTimeout) String

type PutFaxDocumentInternalServerError

type PutFaxDocumentInternalServerError struct {
	Payload *models.ErrorBody
}

PutFaxDocumentInternalServerError 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 NewPutFaxDocumentInternalServerError

func NewPutFaxDocumentInternalServerError() *PutFaxDocumentInternalServerError

NewPutFaxDocumentInternalServerError creates a PutFaxDocumentInternalServerError with default headers values

func (*PutFaxDocumentInternalServerError) Error

func (*PutFaxDocumentInternalServerError) GetPayload

func (*PutFaxDocumentInternalServerError) IsClientError

func (o *PutFaxDocumentInternalServerError) IsClientError() bool

IsClientError returns true when this put fax document internal server error response has a 4xx status code

func (*PutFaxDocumentInternalServerError) IsCode

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

IsCode returns true when this put fax document internal server error response a status code equal to that given

func (*PutFaxDocumentInternalServerError) IsRedirect

func (o *PutFaxDocumentInternalServerError) IsRedirect() bool

IsRedirect returns true when this put fax document internal server error response has a 3xx status code

func (*PutFaxDocumentInternalServerError) IsServerError

func (o *PutFaxDocumentInternalServerError) IsServerError() bool

IsServerError returns true when this put fax document internal server error response has a 5xx status code

func (*PutFaxDocumentInternalServerError) IsSuccess

func (o *PutFaxDocumentInternalServerError) IsSuccess() bool

IsSuccess returns true when this put fax document internal server error response has a 2xx status code

func (*PutFaxDocumentInternalServerError) String

type PutFaxDocumentNotFound

type PutFaxDocumentNotFound struct {
	Payload *models.ErrorBody
}

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

The requested resource was not found.

func NewPutFaxDocumentNotFound

func NewPutFaxDocumentNotFound() *PutFaxDocumentNotFound

NewPutFaxDocumentNotFound creates a PutFaxDocumentNotFound with default headers values

func (*PutFaxDocumentNotFound) Error

func (o *PutFaxDocumentNotFound) Error() string

func (*PutFaxDocumentNotFound) GetPayload

func (o *PutFaxDocumentNotFound) GetPayload() *models.ErrorBody

func (*PutFaxDocumentNotFound) IsClientError

func (o *PutFaxDocumentNotFound) IsClientError() bool

IsClientError returns true when this put fax document not found response has a 4xx status code

func (*PutFaxDocumentNotFound) IsCode

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

IsCode returns true when this put fax document not found response a status code equal to that given

func (*PutFaxDocumentNotFound) IsRedirect

func (o *PutFaxDocumentNotFound) IsRedirect() bool

IsRedirect returns true when this put fax document not found response has a 3xx status code

func (*PutFaxDocumentNotFound) IsServerError

func (o *PutFaxDocumentNotFound) IsServerError() bool

IsServerError returns true when this put fax document not found response has a 5xx status code

func (*PutFaxDocumentNotFound) IsSuccess

func (o *PutFaxDocumentNotFound) IsSuccess() bool

IsSuccess returns true when this put fax document not found response has a 2xx status code

func (*PutFaxDocumentNotFound) String

func (o *PutFaxDocumentNotFound) String() string

type PutFaxDocumentOK

type PutFaxDocumentOK struct {
	Payload *models.FaxDocument
}

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

successful operation

func NewPutFaxDocumentOK

func NewPutFaxDocumentOK() *PutFaxDocumentOK

NewPutFaxDocumentOK creates a PutFaxDocumentOK with default headers values

func (*PutFaxDocumentOK) Error

func (o *PutFaxDocumentOK) Error() string

func (*PutFaxDocumentOK) GetPayload

func (o *PutFaxDocumentOK) GetPayload() *models.FaxDocument

func (*PutFaxDocumentOK) IsClientError

func (o *PutFaxDocumentOK) IsClientError() bool

IsClientError returns true when this put fax document o k response has a 4xx status code

func (*PutFaxDocumentOK) IsCode

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

IsCode returns true when this put fax document o k response a status code equal to that given

func (*PutFaxDocumentOK) IsRedirect

func (o *PutFaxDocumentOK) IsRedirect() bool

IsRedirect returns true when this put fax document o k response has a 3xx status code

func (*PutFaxDocumentOK) IsServerError

func (o *PutFaxDocumentOK) IsServerError() bool

IsServerError returns true when this put fax document o k response has a 5xx status code

func (*PutFaxDocumentOK) IsSuccess

func (o *PutFaxDocumentOK) IsSuccess() bool

IsSuccess returns true when this put fax document o k response has a 2xx status code

func (*PutFaxDocumentOK) String

func (o *PutFaxDocumentOK) String() string

type PutFaxDocumentParams

type PutFaxDocumentParams struct {

	/* Body.

	   Document
	*/
	Body *models.FaxDocument

	/* DocumentID.

	   Document ID
	*/
	DocumentID string

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

PutFaxDocumentParams contains all the parameters to send to the API endpoint

for the put fax document operation.

Typically these are written to a http.Request.

func NewPutFaxDocumentParams

func NewPutFaxDocumentParams() *PutFaxDocumentParams

NewPutFaxDocumentParams creates a new PutFaxDocumentParams 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 NewPutFaxDocumentParamsWithContext

func NewPutFaxDocumentParamsWithContext(ctx context.Context) *PutFaxDocumentParams

NewPutFaxDocumentParamsWithContext creates a new PutFaxDocumentParams object with the ability to set a context for a request.

func NewPutFaxDocumentParamsWithHTTPClient

func NewPutFaxDocumentParamsWithHTTPClient(client *http.Client) *PutFaxDocumentParams

NewPutFaxDocumentParamsWithHTTPClient creates a new PutFaxDocumentParams object with the ability to set a custom HTTPClient for a request.

func NewPutFaxDocumentParamsWithTimeout

func NewPutFaxDocumentParamsWithTimeout(timeout time.Duration) *PutFaxDocumentParams

NewPutFaxDocumentParamsWithTimeout creates a new PutFaxDocumentParams object with the ability to set a timeout on a request.

func (*PutFaxDocumentParams) SetBody

func (o *PutFaxDocumentParams) SetBody(body *models.FaxDocument)

SetBody adds the body to the put fax document params

func (*PutFaxDocumentParams) SetContext

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

SetContext adds the context to the put fax document params

func (*PutFaxDocumentParams) SetDefaults

func (o *PutFaxDocumentParams) SetDefaults()

SetDefaults hydrates default values in the put fax document params (not the query body).

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

func (*PutFaxDocumentParams) SetDocumentID

func (o *PutFaxDocumentParams) SetDocumentID(documentID string)

SetDocumentID adds the documentId to the put fax document params

func (*PutFaxDocumentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put fax document params

func (*PutFaxDocumentParams) SetTimeout

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

SetTimeout adds the timeout to the put fax document params

func (*PutFaxDocumentParams) WithBody

WithBody adds the body to the put fax document params

func (*PutFaxDocumentParams) WithContext

WithContext adds the context to the put fax document params

func (*PutFaxDocumentParams) WithDefaults

func (o *PutFaxDocumentParams) WithDefaults() *PutFaxDocumentParams

WithDefaults hydrates default values in the put fax document params (not the query body).

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

func (*PutFaxDocumentParams) WithDocumentID

func (o *PutFaxDocumentParams) WithDocumentID(documentID string) *PutFaxDocumentParams

WithDocumentID adds the documentID to the put fax document params

func (*PutFaxDocumentParams) WithHTTPClient

func (o *PutFaxDocumentParams) WithHTTPClient(client *http.Client) *PutFaxDocumentParams

WithHTTPClient adds the HTTPClient to the put fax document params

func (*PutFaxDocumentParams) WithTimeout

func (o *PutFaxDocumentParams) WithTimeout(timeout time.Duration) *PutFaxDocumentParams

WithTimeout adds the timeout to the put fax document params

func (*PutFaxDocumentParams) WriteToRequest

func (o *PutFaxDocumentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PutFaxDocumentReader

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

PutFaxDocumentReader is a Reader for the PutFaxDocument structure.

func (*PutFaxDocumentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutFaxDocumentRequestEntityTooLarge

type PutFaxDocumentRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

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

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

func NewPutFaxDocumentRequestEntityTooLarge

func NewPutFaxDocumentRequestEntityTooLarge() *PutFaxDocumentRequestEntityTooLarge

NewPutFaxDocumentRequestEntityTooLarge creates a PutFaxDocumentRequestEntityTooLarge with default headers values

func (*PutFaxDocumentRequestEntityTooLarge) Error

func (*PutFaxDocumentRequestEntityTooLarge) GetPayload

func (*PutFaxDocumentRequestEntityTooLarge) IsClientError

func (o *PutFaxDocumentRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this put fax document request entity too large response has a 4xx status code

func (*PutFaxDocumentRequestEntityTooLarge) IsCode

IsCode returns true when this put fax document request entity too large response a status code equal to that given

func (*PutFaxDocumentRequestEntityTooLarge) IsRedirect

func (o *PutFaxDocumentRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this put fax document request entity too large response has a 3xx status code

func (*PutFaxDocumentRequestEntityTooLarge) IsServerError

func (o *PutFaxDocumentRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this put fax document request entity too large response has a 5xx status code

func (*PutFaxDocumentRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this put fax document request entity too large response has a 2xx status code

func (*PutFaxDocumentRequestEntityTooLarge) String

type PutFaxDocumentRequestTimeout

type PutFaxDocumentRequestTimeout struct {
	Payload *models.ErrorBody
}

PutFaxDocumentRequestTimeout 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 NewPutFaxDocumentRequestTimeout

func NewPutFaxDocumentRequestTimeout() *PutFaxDocumentRequestTimeout

NewPutFaxDocumentRequestTimeout creates a PutFaxDocumentRequestTimeout with default headers values

func (*PutFaxDocumentRequestTimeout) Error

func (*PutFaxDocumentRequestTimeout) GetPayload

func (*PutFaxDocumentRequestTimeout) IsClientError

func (o *PutFaxDocumentRequestTimeout) IsClientError() bool

IsClientError returns true when this put fax document request timeout response has a 4xx status code

func (*PutFaxDocumentRequestTimeout) IsCode

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

IsCode returns true when this put fax document request timeout response a status code equal to that given

func (*PutFaxDocumentRequestTimeout) IsRedirect

func (o *PutFaxDocumentRequestTimeout) IsRedirect() bool

IsRedirect returns true when this put fax document request timeout response has a 3xx status code

func (*PutFaxDocumentRequestTimeout) IsServerError

func (o *PutFaxDocumentRequestTimeout) IsServerError() bool

IsServerError returns true when this put fax document request timeout response has a 5xx status code

func (*PutFaxDocumentRequestTimeout) IsSuccess

func (o *PutFaxDocumentRequestTimeout) IsSuccess() bool

IsSuccess returns true when this put fax document request timeout response has a 2xx status code

func (*PutFaxDocumentRequestTimeout) String

type PutFaxDocumentServiceUnavailable

type PutFaxDocumentServiceUnavailable struct {
	Payload *models.ErrorBody
}

PutFaxDocumentServiceUnavailable 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 NewPutFaxDocumentServiceUnavailable

func NewPutFaxDocumentServiceUnavailable() *PutFaxDocumentServiceUnavailable

NewPutFaxDocumentServiceUnavailable creates a PutFaxDocumentServiceUnavailable with default headers values

func (*PutFaxDocumentServiceUnavailable) Error

func (*PutFaxDocumentServiceUnavailable) GetPayload

func (*PutFaxDocumentServiceUnavailable) IsClientError

func (o *PutFaxDocumentServiceUnavailable) IsClientError() bool

IsClientError returns true when this put fax document service unavailable response has a 4xx status code

func (*PutFaxDocumentServiceUnavailable) IsCode

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

IsCode returns true when this put fax document service unavailable response a status code equal to that given

func (*PutFaxDocumentServiceUnavailable) IsRedirect

func (o *PutFaxDocumentServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this put fax document service unavailable response has a 3xx status code

func (*PutFaxDocumentServiceUnavailable) IsServerError

func (o *PutFaxDocumentServiceUnavailable) IsServerError() bool

IsServerError returns true when this put fax document service unavailable response has a 5xx status code

func (*PutFaxDocumentServiceUnavailable) IsSuccess

func (o *PutFaxDocumentServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this put fax document service unavailable response has a 2xx status code

func (*PutFaxDocumentServiceUnavailable) String

type PutFaxDocumentTooManyRequests

type PutFaxDocumentTooManyRequests struct {
	Payload *models.ErrorBody
}

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

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

func NewPutFaxDocumentTooManyRequests

func NewPutFaxDocumentTooManyRequests() *PutFaxDocumentTooManyRequests

NewPutFaxDocumentTooManyRequests creates a PutFaxDocumentTooManyRequests with default headers values

func (*PutFaxDocumentTooManyRequests) Error

func (*PutFaxDocumentTooManyRequests) GetPayload

func (*PutFaxDocumentTooManyRequests) IsClientError

func (o *PutFaxDocumentTooManyRequests) IsClientError() bool

IsClientError returns true when this put fax document too many requests response has a 4xx status code

func (*PutFaxDocumentTooManyRequests) IsCode

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

IsCode returns true when this put fax document too many requests response a status code equal to that given

func (*PutFaxDocumentTooManyRequests) IsRedirect

func (o *PutFaxDocumentTooManyRequests) IsRedirect() bool

IsRedirect returns true when this put fax document too many requests response has a 3xx status code

func (*PutFaxDocumentTooManyRequests) IsServerError

func (o *PutFaxDocumentTooManyRequests) IsServerError() bool

IsServerError returns true when this put fax document too many requests response has a 5xx status code

func (*PutFaxDocumentTooManyRequests) IsSuccess

func (o *PutFaxDocumentTooManyRequests) IsSuccess() bool

IsSuccess returns true when this put fax document too many requests response has a 2xx status code

func (*PutFaxDocumentTooManyRequests) String

type PutFaxDocumentUnauthorized

type PutFaxDocumentUnauthorized struct {
	Payload *models.ErrorBody
}

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

No authentication bearer token specified in authorization header.

func NewPutFaxDocumentUnauthorized

func NewPutFaxDocumentUnauthorized() *PutFaxDocumentUnauthorized

NewPutFaxDocumentUnauthorized creates a PutFaxDocumentUnauthorized with default headers values

func (*PutFaxDocumentUnauthorized) Error

func (*PutFaxDocumentUnauthorized) GetPayload

func (o *PutFaxDocumentUnauthorized) GetPayload() *models.ErrorBody

func (*PutFaxDocumentUnauthorized) IsClientError

func (o *PutFaxDocumentUnauthorized) IsClientError() bool

IsClientError returns true when this put fax document unauthorized response has a 4xx status code

func (*PutFaxDocumentUnauthorized) IsCode

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

IsCode returns true when this put fax document unauthorized response a status code equal to that given

func (*PutFaxDocumentUnauthorized) IsRedirect

func (o *PutFaxDocumentUnauthorized) IsRedirect() bool

IsRedirect returns true when this put fax document unauthorized response has a 3xx status code

func (*PutFaxDocumentUnauthorized) IsServerError

func (o *PutFaxDocumentUnauthorized) IsServerError() bool

IsServerError returns true when this put fax document unauthorized response has a 5xx status code

func (*PutFaxDocumentUnauthorized) IsSuccess

func (o *PutFaxDocumentUnauthorized) IsSuccess() bool

IsSuccess returns true when this put fax document unauthorized response has a 2xx status code

func (*PutFaxDocumentUnauthorized) String

func (o *PutFaxDocumentUnauthorized) String() string

type PutFaxDocumentUnsupportedMediaType

type PutFaxDocumentUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PutFaxDocumentUnsupportedMediaType 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 NewPutFaxDocumentUnsupportedMediaType

func NewPutFaxDocumentUnsupportedMediaType() *PutFaxDocumentUnsupportedMediaType

NewPutFaxDocumentUnsupportedMediaType creates a PutFaxDocumentUnsupportedMediaType with default headers values

func (*PutFaxDocumentUnsupportedMediaType) Error

func (*PutFaxDocumentUnsupportedMediaType) GetPayload

func (*PutFaxDocumentUnsupportedMediaType) IsClientError

func (o *PutFaxDocumentUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this put fax document unsupported media type response has a 4xx status code

func (*PutFaxDocumentUnsupportedMediaType) IsCode

IsCode returns true when this put fax document unsupported media type response a status code equal to that given

func (*PutFaxDocumentUnsupportedMediaType) IsRedirect

func (o *PutFaxDocumentUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this put fax document unsupported media type response has a 3xx status code

func (*PutFaxDocumentUnsupportedMediaType) IsServerError

func (o *PutFaxDocumentUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this put fax document unsupported media type response has a 5xx status code

func (*PutFaxDocumentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this put fax document unsupported media type response has a 2xx status code

func (*PutFaxDocumentUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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