// Copyright (c) 2025 Ant Group
//// SPDX-License-Identifier: Apache-2.0 or MIT
//pubtypeResult<T>=std::result::Result<T, Error>;#[derive(Debug, thiserror::Error)]pubenumError{#[error("invalid argument")]
InvalidArgument,#[error("resource not supported by cgroups v1")]
CgroupsV1NotSupported,}