function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cmarzillicmarzilli 

UNKNOWN_EXCEPTION - An unexpected error occured.

I got this error through both my .Net debugger and through Eclipse.
 
UNKNOWN_EXCEPTION - An unexpected error occured. Please include this ErrorId if you contact support: 1444434015-196119
 
Here is the query I am running:
 
SELECT Name, AccountType__c, OwnerId, (SELECT id, ActivityDate from activityHistories WHERE ActivityType in ('Call - Inbound') ORDER BY ActivityDate DESC LIMIT 1) FROM Account WHERE OwnerId in ('00530000000eHt5AAE') AND AccountType__c in ('Prospect - Participating in Trial')
SuperfellSuperfell
Please log a case.