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 2021-11-04 UTC."],[],[]]