How to get unique errorCode when using okta change password

Hi I’m using Okta user api, and I get multiple error messages for each scenario when executing changepassword api, but all of them returned an exception with the same ErrorCode 'errorCode -> E0000014',

Is there any unique identifier for different failures?

(errorId doesn’t count because it’s unique to each individual request).