Google webmaster duplicate url issue with /page/01 /page/400

if someone find this helpful.

i research and find solution using .htaccess rules to solve these errors maybe it is temporary
but it fixed my problem. i redirect all these type of errors to home page using below code:

<IfModule mod_alias.c>
    RedirectMatch 301 /page/[0-9]{2,} http://example.com
        RedirectMatch 301 /page[0-9]{2,} http://example.com
</IfModule>