Can someone provide me the list of SOQL exceptions?Is there a list of exception codes and error messages?In SOQL, how do I get just the left N charactes for a compare?How can I replace a SOQL in a loop by a list?Order Field by List in SOQL SELECTHow to resolve the apex Governor limit exceptions?List<id> at IN clause in Dynamic SOQlWhere are the SOQL hits coming from?SOQL not workingSOQL inside the For loopCan someone explain the relationship between apex, objects, and soql?,SOQL Limit Exceptions

Any advice on creating fictional locations in real places when writing historical fiction?

Can a person survive on blood in place of water?

Who will lead the country until there is a new Tory leader?

How to know if a folder is a symbolic link?

Does Nitrogen inside commercial airliner wheels prevent blowouts on touchdown?

Is it rude to call a professor by their last name with no prefix in a non-academic setting?

Gladys goes shopping

What to keep in mind when telling an aunt how wrong her actions are, without creating further family conflict?

Is real public IP Address hidden when using a system wide proxy in Windows 10?

Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?

How to patch glass cuts in a bicycle tire?

What is a really good book for complex variables?

What is a Centaur Thief's climbing speed?

What is the object moving across the ceiling in this stock footage?

What are these arcade games in Ghostbusters 1984?

Popcorn is the only acceptable snack to consume while watching a movie

Is the field of q-series 'dead'?

How do I partition a matrx into blocks and replace zeros with dots?

Where can I find visible/radio telescopic observations of the center of the Milky Way galaxy?

Python program to find the most frequent letter in a text

Which melee weapons have the Two-Handed property, but lack Heavy and Special?

Why does Mjolnir fall down in Age of Ultron but not in Endgame?

Employer asking for online access to bank account - Is this a scam?

Why does this if-statement combining assignment and an equality check return true?



Can someone provide me the list of SOQL exceptions?


Is there a list of exception codes and error messages?In SOQL, how do I get just the left N charactes for a compare?How can I replace a SOQL in a loop by a list?Order Field by List in SOQL SELECTHow to resolve the apex Governor limit exceptions?List<id> at IN clause in Dynamic SOQlWhere are the SOQL hits coming from?SOQL not workingSOQL inside the For loopCan someone explain the relationship between apex, objects, and soql?,SOQL Limit Exceptions






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Can someone provide me the list of SOQL exceptions? a URL link which has all the exceptions and explanations. Thanks in advance










share|improve this question






















  • Related: salesforce.stackexchange.com/q/98990

    – sfdcfox
    May 20 at 3:46

















0















Can someone provide me the list of SOQL exceptions? a URL link which has all the exceptions and explanations. Thanks in advance










share|improve this question






















  • Related: salesforce.stackexchange.com/q/98990

    – sfdcfox
    May 20 at 3:46













0












0








0








Can someone provide me the list of SOQL exceptions? a URL link which has all the exceptions and explanations. Thanks in advance










share|improve this question














Can someone provide me the list of SOQL exceptions? a URL link which has all the exceptions and explanations. Thanks in advance







soql governorlimits dynamic-soql






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 19 at 22:46









An VemulaAn Vemula

42




42












  • Related: salesforce.stackexchange.com/q/98990

    – sfdcfox
    May 20 at 3:46

















  • Related: salesforce.stackexchange.com/q/98990

    – sfdcfox
    May 20 at 3:46
















Related: salesforce.stackexchange.com/q/98990

– sfdcfox
May 20 at 3:46





Related: salesforce.stackexchange.com/q/98990

– sfdcfox
May 20 at 3:46










1 Answer
1






active

oldest

votes


















3














The Enterprise WSDL generated in any organization lists the exceptions that the platform might throw at you. You can find it under Setup > Integrations > API. The file is pretty big, so one might want to save it and open in a text editor.



Search for the tag simpleType with the "name" parameter ExceptionCode.




As for the SOQL exceptions, you won't find any with "SOQL" in the name, but you get some when searching using "QUERY":



  • ASYNC_QUERY_UNSUPPORTED_QUERY

  • DATACLOUD_API_INVALID_QUERY_EXCEPTION

  • ENTITY_NOT_QUERYABLE

  • ILLEGAL_QUERY_PARAMETER_VALUE

  • INVALID_QUERY_FILTER_OPERATOR

  • INVALID_QUERY_LOCATOR

  • INVALID_QUERY_SCOPE

  • MALFORMED_QUERY

  • QUERY_TIMEOUT

  • QUERY_TOO_COMPLICATED





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "459"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262945%2fcan-someone-provide-me-the-list-of-soql-exceptions%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    The Enterprise WSDL generated in any organization lists the exceptions that the platform might throw at you. You can find it under Setup > Integrations > API. The file is pretty big, so one might want to save it and open in a text editor.



    Search for the tag simpleType with the "name" parameter ExceptionCode.




    As for the SOQL exceptions, you won't find any with "SOQL" in the name, but you get some when searching using "QUERY":



    • ASYNC_QUERY_UNSUPPORTED_QUERY

    • DATACLOUD_API_INVALID_QUERY_EXCEPTION

    • ENTITY_NOT_QUERYABLE

    • ILLEGAL_QUERY_PARAMETER_VALUE

    • INVALID_QUERY_FILTER_OPERATOR

    • INVALID_QUERY_LOCATOR

    • INVALID_QUERY_SCOPE

    • MALFORMED_QUERY

    • QUERY_TIMEOUT

    • QUERY_TOO_COMPLICATED





    share|improve this answer



























      3














      The Enterprise WSDL generated in any organization lists the exceptions that the platform might throw at you. You can find it under Setup > Integrations > API. The file is pretty big, so one might want to save it and open in a text editor.



      Search for the tag simpleType with the "name" parameter ExceptionCode.




      As for the SOQL exceptions, you won't find any with "SOQL" in the name, but you get some when searching using "QUERY":



      • ASYNC_QUERY_UNSUPPORTED_QUERY

      • DATACLOUD_API_INVALID_QUERY_EXCEPTION

      • ENTITY_NOT_QUERYABLE

      • ILLEGAL_QUERY_PARAMETER_VALUE

      • INVALID_QUERY_FILTER_OPERATOR

      • INVALID_QUERY_LOCATOR

      • INVALID_QUERY_SCOPE

      • MALFORMED_QUERY

      • QUERY_TIMEOUT

      • QUERY_TOO_COMPLICATED





      share|improve this answer

























        3












        3








        3







        The Enterprise WSDL generated in any organization lists the exceptions that the platform might throw at you. You can find it under Setup > Integrations > API. The file is pretty big, so one might want to save it and open in a text editor.



        Search for the tag simpleType with the "name" parameter ExceptionCode.




        As for the SOQL exceptions, you won't find any with "SOQL" in the name, but you get some when searching using "QUERY":



        • ASYNC_QUERY_UNSUPPORTED_QUERY

        • DATACLOUD_API_INVALID_QUERY_EXCEPTION

        • ENTITY_NOT_QUERYABLE

        • ILLEGAL_QUERY_PARAMETER_VALUE

        • INVALID_QUERY_FILTER_OPERATOR

        • INVALID_QUERY_LOCATOR

        • INVALID_QUERY_SCOPE

        • MALFORMED_QUERY

        • QUERY_TIMEOUT

        • QUERY_TOO_COMPLICATED





        share|improve this answer













        The Enterprise WSDL generated in any organization lists the exceptions that the platform might throw at you. You can find it under Setup > Integrations > API. The file is pretty big, so one might want to save it and open in a text editor.



        Search for the tag simpleType with the "name" parameter ExceptionCode.




        As for the SOQL exceptions, you won't find any with "SOQL" in the name, but you get some when searching using "QUERY":



        • ASYNC_QUERY_UNSUPPORTED_QUERY

        • DATACLOUD_API_INVALID_QUERY_EXCEPTION

        • ENTITY_NOT_QUERYABLE

        • ILLEGAL_QUERY_PARAMETER_VALUE

        • INVALID_QUERY_FILTER_OPERATOR

        • INVALID_QUERY_LOCATOR

        • INVALID_QUERY_SCOPE

        • MALFORMED_QUERY

        • QUERY_TIMEOUT

        • QUERY_TOO_COMPLICATED






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 20 at 0:24









        Renato OliveiraRenato Oliveira

        5,46922158




        5,46922158



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Salesforce Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f262945%2fcan-someone-provide-me-the-list-of-soql-exceptions%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form