Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoRestErrorParser ¶
type AutoRestErrorParser struct {
// contains filtered or unexported fields
}
func (AutoRestErrorParser) ParseError ¶
func (p AutoRestErrorParser) ParseError(input string) []RequestModel
type AutoRestPollerErrorParser ¶
type AutoRestPollerErrorParser struct {
// contains filtered or unexported fields
}
func (AutoRestPollerErrorParser) ParseError ¶
func (p AutoRestPollerErrorParser) ParseError(input string) []RequestModel
type ErrorParser ¶
type ErrorParser interface {
ParseError(input string) []RequestModel
}
func NewAutoRestErrorParser ¶
func NewAutoRestErrorParser() ErrorParser
func NewAutoRestPollerErrorParser ¶
func NewAutoRestPollerErrorParser() ErrorParser
type FailedCase ¶
type RequestModel ¶
type RequestModel struct {
URL string `json:"url"`
Body string `json:"body"`
Address string `json:"address"`
Failed *FailedCase
}
func NewRequestModelsFromError ¶
func NewRequestModelsFromError(input string) []RequestModel
Click to show internal directories.
Click to hide internal directories.