Closed zhuxiujia closed 3 years ago
?
You can pattern match on all the error kinds to see what the issue is, or print err
Claims { exp: 24 60 60 * 1000 }; will be parse fail
but
Claims { exp: 10000000 };
will be success
you can try
Claims { exp: 24 };
this code also parse fail for“some other error”,can you fix that?