func github.com/aws/aws-sdk-go/aws/endpoints.newDecodeModelError
6 uses
github.com/aws/aws-sdk-go/aws/endpoints (current package)
decode.go#L48: return nil, newDecodeModelError("failed to decode endpoints model", err)
decode.go#L55: return nil, newDecodeModelError("endpoints version not found in model", nil)
decode.go#L62: return nil, newDecodeModelError(
decode.go#L69: return nil, newDecodeModelError("endpoints model missing partitions", nil)
decode.go#L74: return nil, newDecodeModelError("failed to decode endpoints model", err)
decode.go#L212: func newDecodeModelError(msg string, err error) decodeModelError {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |