(memberID string)
| 212 | } |
| 213 | |
| 214 | func memberIDErrorDetails(memberID string) map[string]any { |
| 215 | return map[string]any{"member_id": memberID} |
| 216 | } |
| 217 | |
| 218 | func relocationErrorDetails(fromPath, toPath string) map[string]any { |
| 219 | return map[string]any{ |
no outgoing calls