/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */const e="ProfileGenerationError";classrextendsError{constructor(r){super("profile could not be generated",{cause:r}),this.type=e}}functiont(r){return r.type===e}export{r asProfileGenerationError,t as isProfileGenerationError};