Resolve allows modifying and returning a new public safe error data map.
(errData map[string]any)
| 30 | type SafeErrorResolver interface { |
| 31 | // Resolve allows modifying and returning a new public safe error data map. |
| 32 | Resolve(errData map[string]any) any |
| 33 | } |
| 34 | |
| 35 | // ApiError defines the struct for a basic api error response. |
no outgoing calls