© 2026 Hedgehog Software, LLC
const ResourceNotExistsError = Data.TaggedError("ResourceNotExistsError");
class ResourceNotExistsError { readonly _tag = "ResourceNotExistsError"; }
class ResourceNotExistsError extends Data.TaggedError("ResourceNotExistsError") {}