Receives a blank message on SDKException using PHP SDK version 3

Receives a blank message on SDKException using PHP SDK version 3

I am trying to add a Quote record and I need to attach an account to it. I have a logic that if account is not existed in the crm, I will create a new account record and use it to attach in Quote record. But when I try to add a record on account module, i get this error:
  1. exception"com\\zoho\\crm\\api\\exception\\SDKException"
  2. file"\\vendor\\zohocrm\\php-sdk\\src\\com\\zoho\\crm\\api\\util\\Converter.php"
  3. line146
  4. message""
What does it mean? how to fix this?

also I encounter this whenever I add a field key value of "Account_Name" when I try to create a Quote Record