queue_moveitem_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 ErrorDefinition

type ErrorDefinition struct {
	ErrorDetails *ErrorDetails `xml:"errorDetails"`
}

type ErrorDetails

type ErrorDetails struct {

	// Format limitations: an..3
	ErrorCode string `xml:"errorCode"`

	// Format limitations: an..3
	ErrorCategory string `xml:"errorCategory,omitempty"` // minOccurs="0"

	// Format limitations: an..3
	ErrorCodeOwner string `xml:"errorCodeOwner,omitempty"` // minOccurs="0"
}

type ErrorReturn

type ErrorReturn struct {
	ErrorDefinition *ErrorDefinition `xml:"errorDefinition"`

	ErrorText *ErrorText `xml:"errorText,omitempty"` // minOccurs="0"
}

type ErrorText

type ErrorText struct {
	FreeTextDetails *FreeTextDetails `xml:"freeTextDetails,omitempty"` // minOccurs="0"

	// Format limitations: an..199
	FreeText []string `xml:"freeText"` // maxOccurs="99"
}

type FreeTextDetails

type FreeTextDetails struct {

	// Format limitations: an..3
	TextSubjectQualifier string `xml:"textSubjectQualifier"`

	// Format limitations: an..3
	Source string `xml:"source,omitempty"` // minOccurs="0"

	// Format limitations: an..3
	Encoding string `xml:"encoding,omitempty"` // minOccurs="0"
}

type GoodResponse

type GoodResponse struct {

	// Format limitations: a1
	ResponseType string `xml:"responseType"`

	// Format limitations: a1
	StatusCode string `xml:"statusCode"`
}

type QueueMoveItemReply

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

	GoodResponse *GoodResponse `xml:"goodResponse,omitempty"` // minOccurs="0"
}

Jump to

Keyboard shortcuts

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