chore(tvix/store): update ValidatePathInfoError messages
Change-Id: I8f16e25d998a74ac110ae99eec0edbbfd720c8dd Reviewed-on: https://cl.tvl.fyi/c/depot/+/7800 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
ec470d254f
commit
ed3b28aa02
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub enum ValidatePathInfoError {
|
|||
NoNodePresent(),
|
||||
|
||||
/// Invalid node name encountered.
|
||||
#[error("{0} is an invalid node name: {1}")]
|
||||
#[error("Failed to parse {0} as NixPath: {1}")]
|
||||
InvalidNodeName(String, ParseStorePathError),
|
||||
|
||||
/// The digest the (root) node refers to has invalid length.
|
||||
|
|
Loading…
Reference in a new issue