| 27 | const valueKey = "value" |
| 28 | |
| 29 | type errorDetails struct { |
| 30 | *ErrorDetails |
| 31 | } |
| 32 | |
| 33 | func (e errorDetails) Error() string { |
| 34 | return fmt.Sprintf("error:%s:%s (%s)", e.Namespace(), e.Name(), e.MessageFormat()) |
nothing calls this directly
no outgoing calls
no test coverage detected