import { Resource, ResourceError } from "@ldo/connected"; //#region src/requester/results/error/NoRootContainerError.d.ts /** * A NoncompliantPodError is returned when the server responded in a way that is * not compliant with the Solid specification. */ declare class NoRootContainerError extends ResourceError { readonly type: "noRootContainerError"; /** * @param resource - the requested resource * @param message - a custom message for the error */ constructor(resource: ResourceType); } //#endregion export { NoRootContainerError }; //# sourceMappingURL=NoRootContainerError.d.cts.map