You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
142: Remove implicit conversions for ApiError r=richardwhiuk a=richardwhiuk
While well intentioned, these make it too easy for server side business logic
to return ApiErrors without due care and attention.
As such, it's better for the calling code to explicitly provide the conversion
in cases where it's sensible.
Signed-off-by: Richard Whitehouse <richard.whitehouse@metaswitch.com>
Co-authored-by: Richard Whitehouse <richard.whitehouse@metaswitch.com>
0 commit comments