Stay organized with collections
Save and categorize content based on your preferences.
public class
ResourceExhaustedException
Acquire failed because there are too many objects already acquired. For example, the application
may acquire up to N point clouds. N is determined by available resources, and is usually small
(for example, 8). If the application tries to acquire N+1 point clouds without releasing the
previously acquired ones, it will get this error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eResourceExhaustedException\u003c/code\u003e signals that an operation failed due to insufficient resources, such as exceeding the limit of acquired point clouds.\u003c/p\u003e\n"],["\u003cp\u003eThe available resource quantity is limited and determined by system constraints, often resulting in low limits.\u003c/p\u003e\n"],["\u003cp\u003eAttempts to acquire resources beyond the limit without releasing previously held resources trigger this exception.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors allow for creating instances of \u003ccode\u003eResourceExhaustedException\u003c/code\u003e, with or without a custom error message.\u003c/p\u003e\n"]]],[],null,[]]