(ctx interface{})
| 131 | } |
| 132 | |
| 133 | func (e *APIError) setCtx(ctx interface{}) *APIError { |
| 134 | e.ctx = ctx |
| 135 | return e |
| 136 | } |
| 137 | |
| 138 | func (e *APIError) Render(localeResource *i18n.LocaleResource) string { |
| 139 | for _, metaMessage := range e.localeMetaMessages { |