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

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

            Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

            Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?