MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / AwsErrorMessage

Struct AwsErrorMessage

pkg/error/aws.go:37–39  ·  view source on GitHub ↗

AwsErrorMessage Example: { "errorMessage": "2018-05-10T06:42:59.753Z 5f46a493-541d-11e8-a58a-ed2562190b91 Task timed out after 3.00 seconds" }

Source from the content-addressed store, hash-verified

35// "errorMessage": "2018-05-10T06:42:59.753Z 5f46a493-541d-11e8-a58a-ed2562190b91 Task timed out after 3.00 seconds"
36// }
37type AwsErrorMessage struct {
38 ErrorMessage string `json:"errorMessage"`
39}
40
41func (m *AwsErrorMessage) String() string {
42 if m == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected