Documentation
¶
Index ¶
- type BatchResultErrorEntry
- type SQSError
- func EmptyBatchRequestError() *SQSError
- func EmptyValueError(msg string) *SQSError
- func Error400(code, msg string, params ...interface{}) *SQSError
- func InvalidActionError(actionName string) *SQSError
- func InvalidAttributeNameError(msg string, params ...interface{}) *SQSError
- func InvalidAttributeValueError(msg string, params ...interface{}) *SQSError
- func InvalidParameterValueError(msg string, params ...interface{}) *SQSError
- func InvalidQueueNameError() *SQSError
- func InvalidReceiptHandleError(msg string) *SQSError
- func MalformedInputError(msg string) *SQSError
- func MissingParameterError(msg string, params ...interface{}) *SQSError
- func NotDistinctIdsError(id string) *SQSError
- func QueueAlreadyExistsError(msg string) *SQSError
- func QueueDoesNotExist() *SQSError
- func ServerSideError(msg string) *SQSError
- func ServiceDeniedError() *SQSError
- func TooManyEntriesInBatchRequestError() *SQSError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchResultErrorEntry ¶
type SQSError ¶
type SQSError struct {
XMLName xml.Name `xml:"http://queue.amazonaws.com/doc/2012-11-05/ ErrorResponse"`
Type string `xml:"Error>Type"`
Code string `xml:"Error>Code"`
Message string `xml:"Error>Message"`
Detail string `xml:"Error>Detail"`
RequestId string `xml:"RequestId"`
HttpRespCode int `xml:"-"`
}
func EmptyBatchRequestError ¶
func EmptyBatchRequestError() *SQSError
func EmptyValueError ¶
func InvalidActionError ¶
func InvalidQueueNameError ¶
func InvalidQueueNameError() *SQSError
func MalformedInputError ¶
func MissingParameterError ¶
func NotDistinctIdsError ¶
func QueueAlreadyExistsError ¶
func QueueDoesNotExist ¶
func QueueDoesNotExist() *SQSError
func ServerSideError ¶
func ServiceDeniedError ¶
func ServiceDeniedError() *SQSError
func TooManyEntriesInBatchRequestError ¶
func TooManyEntriesInBatchRequestError() *SQSError
func (*SQSError) BatchResult ¶
func (*SQSError) XmlDocument ¶
Click to show internal directories.
Click to hide internal directories.