queue_removeitem_reply

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationErrorDetailTypeI

type ApplicationErrorDetailTypeI struct {

	// error code
	ErrorCode string `xml:"errorCode"`

	// error category
	ErrorCategory string `xml:"errorCategory,omitempty"` // minOccurs="0"

	// error code owner
	ErrorCodeOwner string `xml:"errorCodeOwner,omitempty"` // minOccurs="0"
}

type ApplicationErrorInformationTypeI

type ApplicationErrorInformationTypeI struct {

	// error details
	ErrorDetails *ApplicationErrorDetailTypeI `xml:"errorDetails"`
}

type ErrorReturn

type ErrorReturn struct {

	// returns the error code
	ErrorDefinition *ApplicationErrorInformationTypeI `xml:"errorDefinition"`

	// contains the text of the error
	ErrorText *FreeTextInformationType `xml:"errorText,omitempty"` // minOccurs="0"
}

type FreeTextDetailsType

type FreeTextDetailsType struct {

	// qualifier of the following text
	TextSubjectQualifier string `xml:"textSubjectQualifier"`

	// Source Details
	Source string `xml:"source,omitempty"` // minOccurs="0"

	// Encoding Informations
	Encoding string `xml:"encoding,omitempty"` // minOccurs="0"
}

type FreeTextInformationType

type FreeTextInformationType struct {

	// contains only the qualifier.
	FreeTextDetails *FreeTextDetailsType `xml:"freeTextDetails,omitempty"` // minOccurs="0"

	// Free text
	FreeText []string `xml:"freeText"` // maxOccurs="99"
}

type QueueRemoveItemReply

type QueueRemoveItemReply struct {
	ErrorReturn *ErrorReturn `xml:"errorReturn,omitempty"` // minOccurs="0"

	// good response to the message
	GoodResponse *ResponseAnalysisDetailsTypeI `xml:"goodResponse,omitempty"` // minOccurs="0"
}

type ResponseAnalysisDetailsTypeI

type ResponseAnalysisDetailsTypeI struct {

	// type of response
	ResponseType string `xml:"responseType"`

	// will only be used in a good response
	StatusCode string `xml:"statusCode"`
}

Jump to

Keyboard shortcuts

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