combobulator: skip 403
This commit is contained in:
@@ -91,6 +91,9 @@ impl Processor{
|
||||
if s.contains("Requested asset is archived"){
|
||||
println!("[combobulator] Asset {asset_id} is archived, skipping");
|
||||
Ok(None)
|
||||
}else if s.contains("User is not authorized to access Asset"){
|
||||
println!("[combobulator] User is not authorized to access Asset {asset_id}, skipping");
|
||||
Ok(None)
|
||||
}else if s.contains("Asset is not approved for the requester"){
|
||||
println!("[combobulator] Asset {asset_id} is not approved for the requester, skipping");
|
||||
Ok(None)
|
||||
|
||||
Reference in New Issue
Block a user