def new_error(self, error_body):
        """Sets new error"""
        return self.api_call(ENDPOINTS["errors"]["new"], error_body)