Skip to content

Manage MM API errors with MMError Class

Administrator requested to merge manage-mm-errors-with-mm-error-class into master

Different structures can come with error messages from bad requests to the MM API. We handle these with a "factory" class called MMClass with a build method, and we pass this instance to HTTPError instead of a dictionary

Merge request reports

Loading