You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But ReferralRejectionReason.ReasonEnum doesn't include an enum for ReferralCustomerAlreadyReferred, which is defined in your documentation and is being sent back to us by the API in certain cases. This is causing the following exception:
java.lang.IllegalArgumentException: Unexpected value 'ReferralCustomerAlreadyReferred'
at one.talon.model.ReferralRejectionReason$ReasonEnum.fromValue(ReferralRejectionReason.java:89)
Could you please add that enum value, and any others that may be missing from your library?
The text was updated successfully, but these errors were encountered:
We use the following to parse the
rejectionReason
from a referral error:But
ReferralRejectionReason.ReasonEnum
doesn't include an enum forReferralCustomerAlreadyReferred
, which is defined in your documentation and is being sent back to us by the API in certain cases. This is causing the following exception:Could you please add that enum value, and any others that may be missing from your library?
The text was updated successfully, but these errors were encountered: