fixup! client: add error subtypes for name and owner validation in json output
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user