fixup! client: add error subtypes for name and owner validation in json output

This commit is contained in:
2025-12-04 13:08:57 +09:00
parent bb768c393f
commit bbd93832e2

View File

@@ -86,8 +86,7 @@ impl CheckAuthorizationError {
}
CheckAuthorizationError::OwnershipError(err) => {
format!("ownership-error/{}", err.error_type())
}
// CheckAuthorizationError::AuthorizationHandlerError(_) => "authorization-handler-error".to_string(),
} // CheckAuthorizationError::AuthorizationHandlerError(_) => "authorization-handler-error".to_string(),
}
}
}