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."],[[["`ResourceExhaustedException` signals that an operation failed due to insufficient resources, such as exceeding the limit of acquired point clouds."],["The available resource quantity is limited and determined by system constraints, often resulting in low limits."],["Attempts to acquire resources beyond the limit without releasing previously held resources trigger this exception."],["Two constructors allow for creating instances of `ResourceExhaustedException`, with or without a custom error message."]]],[]]