errorCodesInterface top-level property

ErrorCodesInterface errorCodesInterface
final

List of differents error codes that will be thrown from the native part

Implementation

final errorCodesInterface = ErrorCodesInterface(
  emailAlreadyInUseCode: 'email_already_in_use_code',
  invalidEmailOrPasswordCode: 'invalid_email_or_password_code',
  invalidVerificationCode: 'invalid_verification_code',
  updateSamePassword: 'update_same_password',
  invalidGrant: 'invalid_grant_code',
  userCancelledOrClosedTheWebFlow: 'user_cancelled_or_closed_the_web_flow',
  socialAccountEmailAlreadyInUse: 'social_account_email_already_in_use',
  unauthorizedRefreshToken: 'unauthorized_refresh_token',
);